[Bug tree-optimization/52979] [4.7/4.8 Regression] likely wrong code bug w/packed bitfields

2012-04-23 Thread regehr at cs dot utah.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52979 --- Comment #3 from John Regehr 2012-04-23 17:47:42 UTC --- I'll see if I can find another test case for this one.

[Bug c/53091] New: Const assignment fails in GCC 4.2, 4.4, 4.6, 4.7 - works fine in clang

2012-04-23 Thread bugs at m8y dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53091 Bug #: 53091 Summary: Const assignment fails in GCC 4.2, 4.4, 4.6, 4.7 - works fine in clang Classification: Unclassified Product: gcc Version: 4.7.0 URL: http://m

[Bug c/53091] Const assignment fails in GCC 4.2, 4.4, 4.6, 4.7 - works fine in clang

2012-04-23 Thread bugs at m8y dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53091 --- Comment #1 from bugs at m8y dot org 2012-04-23 18:25:42 UTC --- Created attachment 27224 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27224 Demo of problem

[Bug c/53091] Const assignment fails in GCC 4.2, 4.4, 4.6, 4.7 - works fine in clang

2012-04-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53091 --- Comment #2 from Jonathan Wakely 2012-04-23 18:38:29 UTC --- The bug reporting guidelines ask for source code, not a URL. Here's the code from the URL #include const int SDL_HAT_UP = 0x01; const int SDL_HAT_RIGHT = 0x02; const int SDL_HAT_

[Bug middle-end/53088] [4.8 Regression] gcc.target/i386/pr39082-1.c

2012-04-23 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53088 Jan Hubicka changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug other/53092] New: ICE using -ftree-loop-if-convert-stores -O3

2012-04-23 Thread b3timmons at speedymail dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53092 Bug #: 53092 Summary: ICE using -ftree-loop-if-convert-stores -O3 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priori

[Bug middle-end/53088] [4.8 Regression] gcc.target/i386/pr39082-1.c

2012-04-23 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53088 --- Comment #2 from Richard Guenther 2012-04-23 18:54:41 UTC --- (In reply to comment #1) > Mine. i386 outputs the message with input_loc, so it seems we need to set it > correctly. It should use some more sensible location though - input_locat

[Bug middle-end/53089] [4.8 Regression] gfortran.dg/coarray/atomic_1.f90 and gfortran.dg/coarray/registering_1.f90

2012-04-23 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53089 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/53091] Const assignment fails in GCC 4.2, 4.4, 4.6, 4.7 - works fine in clang

2012-04-23 Thread bugs at m8y dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53091 --- Comment #3 from bugs at m8y dot org 2012-04-23 18:59:59 UTC --- Hey. I attached it as well. I didn't just provide a URL. Anyway, I take it this is a "Won't Fix" ? I guess it isn't the end of the world since we are targetting clang for llvm ou

[Bug rtl-optimization/52528] combine bug (powerpc testcase)

2012-04-23 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52528 Eric Botcazou changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug c/53091] Const assignment fails in GCC 4.2, 4.4, 4.6, 4.7 - works fine in clang

2012-04-23 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53091 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c/53091] Const assignment fails in GCC 4.2, 4.4, 4.6, 4.7 - works fine in clang

2012-04-23 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53091 Manuel López-Ibáñez changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED URL|http

[Bug c/53091] Const assignment fails in GCC 4.2, 4.4, 4.6, 4.7 - works fine in clang

2012-04-23 Thread bugs at m8y dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53091 --- Comment #6 from bugs at m8y dot org 2012-04-23 19:35:18 UTC --- Oh, cool. Probably going to replace w/ an enum, which does seem to work. But it does make 0 sense to me that const int is forbidden, but enum is allowed... http://publications.gbd

[Bug middle-end/53093] New: [4.8 Regression]: tls/alias-1.c ICE, emutls

2012-04-23 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53093 Bug #: 53093 Summary: [4.8 Regression]: tls/alias-1.c ICE, emutls Classification: Unclassified Product: gcc Version: 4.4.0 Status: UNCONFIRMED Keywords: ice-on-valid-code

[Bug c/53091] Const assignment fails in GCC 4.2, 4.4, 4.6, 4.7 - works fine in clang

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53091 --- Comment #7 from Andrew Pinski 2012-04-23 19:39:52 UTC --- >But it does make 0 sense to me that const int is forbidden, but enum is allowed... Why variables are not part of C's constant integer expressions. enum values are not variables.

[Bug middle-end/53084] [4.7/4.8 Regression] GCC cannot handle array initialization of string constant with point arithmetic properly

2012-04-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53084 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug c++/49152] pretty printer cannot handle iterators and other complex expressions

2012-04-23 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49152 --- Comment #44 from joseph at codesourcery dot com 2012-04-23 19:54:09 UTC --- On Sun, 1 Apr 2012, manu at gcc dot gnu.org wrote: > moving > line-map out of libcpp to create a source-location library has been rejected > in > the past. I've rev

[Bug target/52877] ARC cross-compiler cc1 fails on "x=-1;"

2012-04-23 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52877 --- Comment #1 from joseph at codesourcery dot com 2012-04-23 19:55:25 UTC --- ARC support was obsoleted in 4.6 and removed for 4.7, so this should be closed WONTFIX.

[Bug c/53091] Const assignment fails in GCC 4.2, 4.4, 4.6, 4.7 - works fine in clang

2012-04-23 Thread bugs at m8y dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53091 --- Comment #8 from bugs at m8y dot org 2012-04-23 19:57:37 UTC --- In response to comment #7, I was referring to this portion of the linked document. -- Not that you are likely to care, but the Standard states that enumeration types are of a t

[Bug c/47901] -Wall should not imply -Wformat-zero-length by default

2012-04-23 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47901 --- Comment #2 from joseph at codesourcery dot com 2012-04-23 19:58:15 UTC --- There are plenty of warnings in -Wall that relate to things that are unusual but may be OK in some cases, or where -Wall expects a particular coding style to be used.

[Bug tree-optimization/52907] Underflowing floating point expressions wrongly folded to zero

2012-04-23 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52907 --- Comment #2 from joseph at codesourcery dot com 2012-04-23 20:02:50 UTC --- On Tue, 10 Apr 2012, rguenth at gcc dot gnu.org wrote: > Does real.c even communicate this fact? You can identify underflow from the result of multiplication or divis

[Bug c/47901] -Wall should not imply -Wformat-zero-length by default

2012-04-23 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47901 --- Comment #3 from Manuel López-Ibáñez 2012-04-23 20:08:09 UTC --- Well, I don't really see how custom_printf("") can produce any damage. It may be an oversight when one actually wanted to print something, but it may be as likely that one didn't

[Bug c/47901] -Wall should not imply -Wformat-zero-length by default

2012-04-23 Thread andersk at mit dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47901 --- Comment #4 from Anders Kaseorg 2012-04-23 20:10:22 UTC --- Yes, I understand what -Wall is supposed to mean. I don’t have a problem with -Wall warning about ‘if (foo = 3)’ when I probably intended ‘if (foo == 3)’ and I could have written ‘if

[Bug target/53087] [powerpc] Poor code from cstore expander

2012-04-23 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53087 Steven Bosscher changed: What|Removed |Added Summary|Poor code for conversion|[powerpc] Poor code from

[Bug target/53087] [powerpc] Poor code from cstore expander

2012-04-23 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53087 --- Comment #4 from Steven Bosscher 2012-04-23 20:13:29 UTC --- Smaller test case: _Bool foo (long unsigned int a) { return (((1L << a) & 217579583UL) != 0); } ==> .file "t.c" .section".toc","aw" .section

[Bug c++/53094] New: vector literal

2012-04-23 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53094 Bug #: 53094 Summary: vector literal Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Componen

[Bug middle-end/53084] [4.7/4.8 Regression] GCC cannot handle array initialization of string constant with point arithmetic properly

2012-04-23 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53084 --- Comment #7 from Kai Tietz 2012-04-23 20:14:05 UTC --- This patch fixes issues for noticed for mingw targets on trunk and for 4.7.

[Bug c/47901] -Wall should not imply -Wformat-zero-length by default

2012-04-23 Thread andersk at mit dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47901 --- Comment #5 from Anders Kaseorg 2012-04-23 20:22:20 UTC --- I’m not sure ("%s", "") is a suitable replacement in general. Maybe this is a far-fetched example, but what the purpose of custom_printf is to shell-quote all its arguments, so that

[Bug target/53087] [powerpc] Poor code from cstore expander

2012-04-23 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53087 David Edelsohn changed: What|Removed |Added CC||dje at gcc dot gnu.org --- Comment #5 fr

[Bug c++/49152] pretty printer cannot handle iterators and other complex expressions

2012-04-23 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49152 --- Comment #45 from Manuel López-Ibáñez 2012-04-23 20:27:39 UTC --- (In reply to comment #44) > On Sun, 1 Apr 2012, manu at gcc dot gnu.org wrote: > > > moving > > line-map out of libcpp to create a source-location library has been > > rejecte

[Bug c/53091] Const assignment fails in GCC 4.2, 4.4, 4.6, 4.7 - works fine in clang

2012-04-23 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53091 --- Comment #9 from Andreas Schwab 2012-04-23 20:36:10 UTC --- enum constants are not objects, they don't have an address.

[Bug c/53095] New: std=gnu99 atof x86

2012-04-23 Thread JoaquinMonleon at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53095 Bug #: 53095 Summary: std=gnu99 atof x86 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: major Priority: P3 Component:

[Bug c/47901] -Wall should not imply -Wformat-zero-length by default

2012-04-23 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47901 --- Comment #6 from joseph at codesourcery dot com 2012-04-23 20:49:38 UTC --- -Wall is expecting printf-like functions where empty strings are useless as arguments and might indicate e.g. cruft you hadn't completely cleaned up from your program

[Bug c/53091] Const assignment fails in GCC 4.2, 4.4, 4.6, 4.7 - works fine in clang

2012-04-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53091 --- Comment #10 from Jonathan Wakely 2012-04-23 20:50:21 UTC --- (In reply to comment #3) > Hey. I attached it as well. I didn't just provide a URL. Yeah, sorry, I wrote my comment before you attached it. (In reply to comment #6) > Can rewrite

[Bug c/53091] Const assignment fails in GCC 4.2, 4.4, 4.6, 4.7 - works fine in clang

2012-04-23 Thread bugs at m8y dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53091 --- Comment #11 from bugs at m8y dot org 2012-04-23 21:01:03 UTC --- Yeah, I get the difference now. Ok. Fair. So, I guess clang is just taking the values of the const ints at the time the assignment occurs (0x01 and 0x02) and assigning 0x03. If R

[Bug c/53095] std=gnu99 atof x86

2012-04-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53095 --- Comment #1 from Jonathan Wakely 2012-04-23 21:05:38 UTC --- http://gcc.gnu.org/bugs/#nonbugs_general

[Bug c/51712] -Wtype-limits should not trigger for types of implementation-defined signedness

2012-04-23 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51712 --- Comment #6 from joseph at codesourcery dot com 2012-04-23 21:11:33 UTC --- On Tue, 17 Apr 2012, manu at gcc dot gnu.org wrote: > Unfortunately, I cannot see any way to know that FOO is a constant that comes > from an enum. Joseph, is this pos

[Bug c/29467] -ansi -pedantic accepts _Bool without diagnostic

2012-04-23 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29467 --- Comment #4 from joseph at codesourcery dot com 2012-04-23 21:22:38 UTC --- I'd say it's a quality-of-implementation issue, but it probably would be best to diagnose this. I've added such diagnostics for C11 keywords such as _Noreturn and _S

[Bug c/47901] -Wall should not imply -Wformat-zero-length by default

2012-04-23 Thread andersk at mit dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47901 --- Comment #7 from Anders Kaseorg 2012-04-23 21:31:18 UTC --- That’s a _much_ higher-level style decision than assumed by any of the other -Wall warnings (or indeed any other warning switches at all), and a questionable one at that. -Wall shoul

[Bug testsuite/53028] add dg-pedantic

2012-04-23 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53028 --- Comment #8 from joseph at codesourcery dot com 2012-04-23 21:38:00 UTC --- On Wed, 18 Apr 2012, mikestump at comcast dot net wrote: > I don't see much value in this. The primary idea of the gcc testsuite is as a > regression suite. For a re

[Bug target/47197] ICE in gimplify_expr, at gimplify.c:7153 on AltiVec code (vec_dst)

2012-04-23 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47197 --- Comment #2 from joseph at codesourcery dot com 2012-04-23 21:46:23 UTC --- On Wed, 18 Apr 2012, wschmidt at gcc dot gnu.org wrote: > Joseph, could you please take a look? Or let me know if you think it's not a > front end problem. In rs6000

[Bug c/29467] -ansi -pedantic accepts _Bool without diagnostic

2012-04-23 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29467 Manuel López-Ibáñez changed: What|Removed |Added Status|WAITING |NEW --- Comment #5 from Manuel Lópe

[Bug c/53095] std=gnu99 atof x86

2012-04-23 Thread JoaquinMonleon at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53095 --- Comment #2 from q2p0 2012-04-23 22:04:15 UTC --- But if: I use one architecture of 64 bits OR I use the standard -std=99 OR I use a temporal double variable OR I compile other compiler that is not GCC I don't get this error. Ok I acept the

[Bug bootstrap/49797] CLooG use of LANGUAGE_C conflicts with MIPS compilers

2012-04-23 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49797 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment #3 from Ma

[Bug c/53095] std=gnu99 atof x86

2012-04-23 Thread JoaquinMonleon at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53095 --- Comment #3 from q2p0 2012-04-23 22:53:56 UTC --- #include int main() { // Error. double a = 0.5; double b = 0.01; std::cout << (int)(a / b) << std::endl; // No error. double c = a/b; std::cout << (int)c << std::endl; return 0

[Bug c++/53096] New: [c++11] should be possible to default a copy ctor that takes non-const arg

2012-04-23 Thread eric.niebler at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53096 Bug #: 53096 Summary: [c++11] should be possible to default a copy ctor that takes non-const arg Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCO

[Bug bootstrap/52878] [4.8 regression] bootstrap failure: "MASK_LONG_DOUBLE_128" redefined

2012-04-23 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52878 Richard Henderson changed: What|Removed |Added CC||rth at gcc dot gnu.org --- Comment #1

[Bug c++/53096] [DR 1333] [c++11] should be possible to default a copy ctor that takes non-const arg

2012-04-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53096 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Keywords|

[Bug bootstrap/52878] [4.8 regression] bootstrap failure: "MASK_LONG_DOUBLE_128" redefined

2012-04-23 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52878 --- Comment #17 from hjl at gcc dot gnu.org 2012-04-23 23:32:58 UTC --- Author: hjl Date: Mon Apr 23 23:32:54 2012 New Revision: 186729 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186729 Log: Check if MASK_/TARGET_ macros defined for e

[Bug testsuite/53028] add dg-pedantic

2012-04-23 Thread mikestump at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53028 --- Comment #9 from Mike Stump 2012-04-24 00:31:35 UTC --- Since little proof was added to support the assertion that the additional testing is useful, I can remain skeptical about it, though, the CFE people certainly are free to require it, what

[Bug target/53087] [powerpc] Poor code from cstore expander

2012-04-23 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53087 --- Comment #6 from David Edelsohn 2012-04-24 00:40:28 UTC --- GCC 4.1 produced: lis 9,0xcf8 li 0,1 ori 9,9,63 slw 0,0,3 and 0,0,9 neg 0,0 srwi 3,0,31 blr The branch code i

[Bug c++/53097] New: [c++0x] Missed optimization: lambda closure object could be smaller

2012-04-23 Thread luto at mit dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53097 Bug #: 53097 Summary: [c++0x] Missed optimization: lambda closure object could be smaller Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug target/47197] ICE in gimplify_expr, at gimplify.c:7153 on AltiVec code (vec_dst)

2012-04-23 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47197 --- Comment #3 from William J. Schmidt 2012-04-24 01:12:07 UTC --- Thanks, Joseph -- I'll get that fixed up. Appreciate the help.

[Bug tree-optimization/53098] New: [4.8 Regression] tree-vect-loop.c:1414:19: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]

2012-04-23 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53098 Bug #: 53098 Summary: [4.8 Regression] tree-vect-loop.c:1414:19: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] Classification: Unclassifi

[Bug c++/53097] [c++0x] Missed optimization: lambda closure object could be smaller

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53097 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Status|UN

[Bug c/53064] -Wsequence-point behaves inconsistently

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53064 --- Comment #1 from Andrew Pinski 2012-04-24 03:51:32 UTC --- > a + (++a ? 0 : 0); Hmm, I don't think there is a sequence point issue here compared to the other case where it might cause an undefined code. (++a ? 0 : 0) is all in done in one s

[Bug c/53064] -Wsequence-point behaves inconsistently

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53064 --- Comment #2 from Andrew Pinski 2012-04-24 03:52:18 UTC --- Note in the other case there is no sequence point because function arguments are in the same sequence as the addition.

[Bug middle-end/53093] [4.8 Regression]: tls/alias-1.c ICE, emutls

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53093 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug driver/52863] Enable -Wall by default

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52863 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement --- Comment #3 from Andrew Pi

[Bug bootstrap/52850] Linker path ends up using wrong zlib

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52850 --- Comment #1 from Andrew Pinski 2012-04-24 03:58:50 UTC --- >The problem is that there is an unsuitable copy of libz installed That sounds like an user problem rather than a GCC issue.

[Bug bootstrap/52847] "case" shell quoting problem in top-level makefile

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52847 Andrew Pinski changed: What|Removed |Added Target||powerpc-*-aix* Component|other

[Bug bootstrap/52847] "case" shell quoting problem in top-level makefile

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52847 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug other/52885] Request: Add -aslr switch that invokes -fPIE/-pie or -fPIC/-shared as appropriate

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52885 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/52875] ADL failure + ICE in decltype

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52875 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug other/52930] quadmath: missing logbq, modfq, nexttowardq, exp2q

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52930 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug driver/52982] add option to select particular linker

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52982 --- Comment #1 from Andrew Pinski 2012-04-24 04:17:58 UTC --- http://gcc.gnu.org/ml/gcc-patches/2010-04/msg00402.html

[Bug translation/52984] Different information message in Turkish locale.

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52984 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/51969] [4.6 regression] trunk gcc unable to build gcc 4.6

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51969 Andrew Pinski changed: What|Removed |Added CC||kallisti5 at unixzen dot

[Bug c/52986] x86_64 GCC 4.7.0 can't compile x86 GCC 4.6.2; gtype-desc.c

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52986 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/52987] bogus expected ; before for undeclared type

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52987 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIRMED

[Bug target/52989] Installation error on OS X (arm-eabi) cross-compiler

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52989 Andrew Pinski changed: What|Removed |Added Keywords||build Target|

[Bug libgomp/52993] gomp_init_nest_lock_25: possible bad call to memset

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52993 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug other/52885] Request: Add -aslr switch that invokes -fPIE/-pie or -fPIC/-shared as appropriate

2012-04-23 Thread noloader at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52885 --- Comment #3 from Jeffrey Walton 2012-04-24 04:32:35 UTC --- (In reply to comment #2) > GCC is not a mind reader. I kind of knew that. > There is no way for GCC to know if you want to do > PIC or PIE code. Forgive my ignorance, but why does it

[Bug other/52885] Request: Add -aslr switch that invokes -fPIE/-pie or -fPIC/-shared as appropriate

2012-04-23 Thread noloader at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52885 --- Comment #4 from Jeffrey Walton 2012-04-24 04:34:42 UTC --- (In reply to comment #1) > > Also how can you tell the difference between compiling for executable and > shared library if you don't supply -fPIC? So adding -aslr is not going to be

[Bug other/52885] Request: Add -aslr switch that invokes -fPIE/-pie or -fPIC/-shared as appropriate

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52885 --- Comment #5 from Andrew Pinski 2012-04-24 04:35:57 UTC --- >Forgive my ignorance, but why does it matter at the code generation stage? Easy. With PIE, global variables and functions are considered to bind local while with PIC they are consi

[Bug preprocessor/52998] caret and -ftrack-macro-expansion don't mix well

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52998 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/53010] [4.8 Regression] crash due to null ptr deref

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53010 Andrew Pinski changed: What|Removed |Added Component|c |middle-end Target Milestone|---

[Bug other/52885] Request: Add -aslr switch that invokes -fPIE/-pie or -fPIC/-shared as appropriate

2012-04-23 Thread noloader at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52885 --- Comment #6 from Jeffrey Walton 2012-04-24 04:38:54 UTC --- (In reply to comment #5) > >At code generation, I did not think there was even the concept of program or > >shared object. > > And this is where you are wrong. GCC has a concept o

[Bug middle-end/53010] [4.8 Regression] crash due to null ptr deref

2012-04-23 Thread regehr at cs dot utah.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53010 --- Comment #2 from John Regehr 2012-04-24 04:51:01 UTC --- Yes, this has gone away as of the last couple days.

[Bug middle-end/52999] [4.7/4.8 Regression] ICE, segmentation fault in c_tree_printer

2012-04-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52999 --- Comment #7 from Jakub Jelinek 2012-04-24 06:03:47 UTC --- Author: jakub Date: Tue Apr 24 06:03:43 2012 New Revision: 186741 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186741 Log: PR middle-end/52999 * varasm.c (get_section

[Bug middle-end/53084] [4.7/4.8 Regression] GCC cannot handle array initialization of string constant with point arithmetic properly

2012-04-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53084 --- Comment #8 from Jakub Jelinek 2012-04-24 06:07:34 UTC --- Author: jakub Date: Tue Apr 24 06:07:30 2012 New Revision: 186742 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186742 Log: PR middle-end/53084 * varasm.c (compute_rel

[Bug middle-end/52999] [4.7/4.8 Regression] ICE, segmentation fault in c_tree_printer

2012-04-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52999 --- Comment #8 from Jakub Jelinek 2012-04-24 06:09:00 UTC --- Author: jakub Date: Tue Apr 24 06:08:55 2012 New Revision: 186743 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186743 Log: PR middle-end/52999 * varasm.c (get_section

[Bug middle-end/53084] [4.7/4.8 Regression] GCC cannot handle array initialization of string constant with point arithmetic properly

2012-04-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53084 --- Comment #9 from Jakub Jelinek 2012-04-24 06:11:00 UTC --- Author: jakub Date: Tue Apr 24 06:10:53 2012 New Revision: 186745 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186745 Log: PR middle-end/53084 * varasm.c (compute_rel

[Bug middle-end/53084] [4.7/4.8 Regression] GCC cannot handle array initialization of string constant with point arithmetic properly

2012-04-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53084 --- Comment #10 from Jakub Jelinek 2012-04-24 06:14:43 UTC --- Author: jakub Date: Tue Apr 24 06:14:37 2012 New Revision: 186746 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186746 Log: PR middle-end/53084 * varasm.c (compute_re

[Bug c++/53099] New: Internal compiler error on short testcase

2012-04-23 Thread rippey.e at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53099 Bug #: 53099 Summary: Internal compiler error on short testcase Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority

[Bug middle-end/27139] Optimize double INT->FP->INT conversions with -ffast-math

2012-04-23 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27139 Marc Glisse changed: What|Removed |Added CC||marc.glisse at normalesup

[Bug fortran/52428] [RFC] I/O: READING of "-huge()-1": Integer overflow

2012-04-23 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52428 Janne Blomqvist changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/52940] conversion from MODE_PARTIAL_INT uses sign extension for unsigned types

2012-04-23 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52940 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW URL|

<    1   2