[Bug c/51437] GCC should warn on the use of reserved identifier/macro names

2012-02-18 Thread josh at joshtriplett dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51437 --- Comment #9 from Josh Triplett 2012-02-19 06:29:27 UTC --- (In reply to comment #8) > You really do want to flag both definition and usage. For instance, there's > plenty of buggy software (especially GNU software like binutils) using __pid_t

[Bug c/51437] GCC should warn on the use of reserved identifier/macro names

2012-02-18 Thread bugdal at aerifal dot cx
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51437 --- Comment #8 from Rich Felker 2012-02-19 05:47:18 UTC --- You really do want to flag both definition and usage. For instance, there's plenty of buggy software (especially GNU software like binutils) using __pid_t and similar when it should be u

[Bug c/51437] GCC should warn on the use of reserved identifier/macro names

2012-02-18 Thread josh at joshtriplett dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51437 --- Comment #7 from Josh Triplett 2012-02-19 04:41:59 UTC --- (In reply to comment #6) > I would greatly like to see this as well; actually I was just about to file a > duplicate report when I found this, as a result of finding "struct _Color" in

[Bug c/51437] GCC should warn on the use of reserved identifier/macro names

2012-02-18 Thread bugdal at aerifal dot cx
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51437 Rich Felker changed: What|Removed |Added CC||bugdal at aerifal dot cx --- Comment #6 fro

[Bug c++/52308] -pedantic -ffast-math fails to compile with

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

[Bug c++/52308] New: -pedantic -ffast-math fails to compile with

2012-02-18 Thread DeusExSophismata at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52308 Bug #: 52308 Summary: -pedantic -ffast-math fails to compile with Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: minor Priori

[Bug tree-optimization/52307] New: Segmentation fault in Lapack with -O3 -floop-flatten -floop-strip-mine

2012-02-18 Thread tkoenig at gcc dot gnu.org
/configure --prefix=/home/tkoenig --enable-languages=c,fortran --with-ppl --with-cloog Thread model: posix gcc version 4.7.0 20120218 (experimental) [trunk revision 184372] (GCC) [tkoenig@gcc1-power7 TESTING]$ This is after the fix for PR 50561, and may be related. I haven't yet checked if this

[Bug target/43437] ICE in CSE, during libgcc build

2012-02-18 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43437 --- Comment #22 from Thorsten Glaser 2012-02-18 23:31:40 UTC --- ok, moved it to #52306

[Bug middle-end/52306] New: ICE in CSE

2012-02-18 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52306 Bug #: 52306 Summary: ICE in CSE Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle

non-C99 inline in math-68881.h

2012-02-18 Thread Thorsten Glaser
math-68881.h as distributed with gcc 4.6.2 and gcc SVN trunk uses “__inline extern” instead of C99 “static inline”. bye, //mirabilos -- “Having a smoking section in a restaurant is like having a peeing section in a swimming pool.” -- Edw

[Bug libgomp/52303] libgomp leaves threads lying around that cause trouble if the program is later fork()'d

2012-02-18 Thread sdh4 at iastate dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52303 Steve Holland changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug target/52238] -mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members

2012-02-18 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238 --- Comment #8 from Kai Tietz 2012-02-18 21:57:21 UTC --- (In reply to comment #7) > It does not play a role here, nonetheless __SIZE_TYPE__ should be more correct > than __PTRDIFF_TYPE__. I think here is the question for your reply missing in t

[Bug middle-end/23868] [4.4/4.5/4.6/4.7 regression] builtin_apply uses wrong mode for multi-hard-register return values

2012-02-18 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23868 Jason Merrill changed: What|Removed |Added CC||aoliva at gcc dot gnu.org,

[Bug libfortran/50105] [4.6/4.7 Regression] I/O with g6.5 - wrong number of "**" shown

2012-02-18 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50105 --- Comment #18 from Dominique d'Humieres 2012-02-18 17:03:18 UTC --- > There are therefore no requirements on the processor for this > program, and it may produce either output, or even a runtime error. If accepted, this means that it is not a

[Bug target/43437] ICE in CSE, during libgcc build

2012-02-18 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43437 --- Comment #21 from Mikael Pettersson 2012-02-18 15:33:32 UTC --- (In reply to comment #20) > Just a reminder that the bug (which Mikael kindly begun to analyse) still > happens on the 4.6 branch and, as he said it, is most likely only masked on

[Bug target/52294] [4.7 Regression] [ARM Thumb] generated asm code produces "branch out of range" error in gas with -Os -mcpu=cortex-a9

2012-02-18 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52294 Richard Earnshaw changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned

[Bug go/46986] Go is not supported on Darwin

2012-02-18 Thread afb at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986 --- Comment #35 from Anders F Björklund 2012-02-18 14:15:28 UTC --- At least it compiles again, after adding asm prefix and ptrace/sysctl... Hacked it in for now, but needs a better patch for runtime and syscall. Still fails to actually run, but

[Bug go/46986] Go is not supported on Darwin

2012-02-18 Thread afb at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986 --- Comment #34 from Anders F Björklund 2012-02-18 14:08:26 UTC --- There is the other big change needed, which is to prefix all the asm names with USER_LABEL_PREFIX (_) so that they will actually link properly later.

[Bug go/46986] Go is not supported on Darwin

2012-02-18 Thread afb at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986 --- Comment #33 from Anders F Björklund 2012-02-18 14:07:03 UTC --- Created attachment 26699 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26699 gcc-darwin_libgo.patch

[Bug c/52304] Gcc does not notice missing header instead it shows a warning. The compiled code may work or not.

2012-02-18 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52304 Jonathan Wakely changed: What|Removed |Added Version|unknown |4.5.2 --- Comment #4 from Jonathan Wake

[Bug target/52129] wrong code to pass parameters to tail call function

2012-02-18 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52129 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #7

[Bug target/52294] [4.7 Regression] [ARM Thumb] generated asm code produces "branch out of range" error in gas with -Os -mcpu=cortex-a9

2012-02-18 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52294 --- Comment #6 from Steven Bosscher 2012-02-18 12:47:20 UTC --- Or better: Index: arm.md === --- arm.md(revision 184318) +++ arm.md(working copy) @@ -3505,7 +3505,7 @@

[Bug target/52294] [4.7 Regression] [ARM Thumb] generated asm code produces "branch out of range" error in gas with -Os -mcpu=cortex-a9

2012-02-18 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52294 --- Comment #5 from Steven Bosscher 2012-02-18 12:46:00 UTC --- (In reply to comment #4) > (If the pattern of comment #3 is to blame, then this ... ...probably fix it. Index: arm.md ==

[Bug target/52294] [4.7 Regression] [ARM Thumb] generated asm code produces "branch out of range" error in gas with -Os -mcpu=cortex-a9

2012-02-18 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52294 --- Comment #4 from Steven Bosscher 2012-02-18 12:36:29 UTC --- (If the pattern of comment #3 is to blame, then this goes back all the way to the check-in of that pattern, see http://gcc.gnu.org/viewcvs?view=revision&revision=33028)

[Bug fortran/52295] Allow internal procedure in generic interfaces

2012-02-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52295 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/52295] Allow internal procedure in generic interfaces

2012-02-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52295 --- Comment #1 from Tobias Burnus 2012-02-18 12:31:48 UTC --- Author: burnus Date: Sat Feb 18 12:31:42 2012 New Revision: 184372 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184372 Log: 2012-02-18 Tobias Burnus PR fortran/52

[Bug target/52294] [4.7 Regression] [ARM Thumb] generated asm code produces "branch out of range" error in gas with -Os -mcpu=cortex-a9

2012-02-18 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52294 Steven Bosscher changed: What|Removed |Added CC||rearnsha at gcc dot |

[Bug target/52305] [avr] ICE in avr_print_operand: unknown mode (const_double)

2012-02-18 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52305 Georg-Johann Lay changed: What|Removed |Added Priority|P3 |P5 Status|UNCONFIRMED

[Bug target/52305] New: [avr] ICE in avr_print_operand: unknown mode (const_double)

2012-02-18 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52305 Bug #: 52305 Summary: [avr] ICE in avr_print_operand: unknown mode (const_double) Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug tree-optimization/52298] ICE: verify_ssa failed: definition in block follows use

2012-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52298 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/52238] -mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members

2012-02-18 Thread michael.kostylev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238 --- Comment #7 from Michael Kostylev 2012-02-18 10:04:41 UTC --- It does not play a role here, nonetheless __SIZE_TYPE__ should be more correct than __PTRDIFF_TYPE__.

[Bug libgomp/52303] libgomp leaves threads lying around that cause trouble if the program is later fork()'d

2012-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52303 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/52304] Gcc does not notice missing header instead it shows a warning. The compiled code may work or not.

2012-02-18 Thread viniciustinti at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52304 Vinicius Tinti changed: What|Removed |Added Attachment #26697|0 |1 is obsolete|

[Bug c/52304] Gcc does not notice missing header instead it shows a warning. The compiled code may work or not.

2012-02-18 Thread viniciustinti at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52304 --- Comment #2 from Vinicius Tinti 2012-02-18 09:54:19 UTC --- Hello Jonathan, Sorry my mistake, I forget to remove the build folder content. There are only things generated by CMake. Please just do rm -rf build/* and try to run CMake again insi

[Bug libfortran/50105] [4.6/4.7 Regression] I/O with g6.5 - wrong number of "**" shown

2012-02-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50105 Tobias Burnus changed: What|Removed |Added Status|WAITING |NEW CC|