[Bug fortran/50362] New: ICE on x86 architecture with -O2 or higher

2011-09-11 Thread ygepes at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50362 Bug #: 50362 Summary: ICE on x86 architecture with -O2 or higher Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: major Priority

[Bug c/50353] vec_set not used for vector indexing

2011-09-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50353 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2 f

[Bug middle-end/50343] [4.7 Regression] FAIL: gfortran.dg/graphite/id-22.f

2011-09-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50343 --- Comment #8 from Richard Guenther 2011-09-12 06:01:19 UTC --- Author: rguenth Date: Mon Sep 12 06:01:15 2011 New Revision: 178775 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178775 Log: 2011-09-12 Richard Guenther PR tree-op

[Bug middle-end/50343] [4.7 Regression] FAIL: gfortran.dg/graphite/id-22.f

2011-09-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50343 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/50343] [4.7 Regression] FAIL: gfortran.dg/graphite/id-22.f

2011-09-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50343 Richard Guenther changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned

[Bug c++/50361] New: gcc 4.6 ICE probably relating to std::initializer_list and template argument deduction

2011-09-11 Thread delong.j at fb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50361 Bug #: 50361 Summary: gcc 4.6 ICE probably relating to std::initializer_list and template argument deduction Classification: Unclassified Product: gcc Version: 4.6.0

[Bug lto/50338] ICE Linking with -flto

2011-09-11 Thread James.W.Mckelvey at jpl dot nasa.gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50338 --- Comment #5 from James McKelvey 2011-09-12 00:47:13 UTC --- (In reply to comment #4) > > All the source in my project's library is built with -flto. > > > > This same basic code worked with LTO before, shortly after LTO > > first came out. Th

[Bug c/50353] vec_set not used for vector indexing

2011-09-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50353 --- Comment #1 from Andrew Pinski 2011-09-11 23:26:47 UTC --- I think at -O0 this is ok, at -O1 and above should have removed the TREE_ADDRESABLE on the variable already.

[Bug libstdc++/50159] tuple_cat only accepts two arguments

2011-09-11 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50159 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug libstdc++/50159] tuple_cat only accepts two arguments

2011-09-11 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50159 --- Comment #3 from paolo at gcc dot gnu.org 2011-09-11 22:10:26 UTC --- Author: paolo Date: Sun Sep 11 22:10:21 2011 New Revision: 178770 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178770 Log: 2011-09-11 Daniel Krugler PR lib

[Bug target/50305] Inline asm reload failure when building Linux kernel

2011-09-11 Thread michael.hope at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50305 Michael Hope changed: What|Removed |Added CC||michael.hope at linaro dot

[Bug target/41076] [avr] pessimal code for logical OR of 8-bit fields

2011-09-11 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41076 Georg-Johann Lay changed: What|Removed |Added Target|avr-elf |avr Priority|P3

[Bug target/41076] [avr] pessimal code for logical OR of 8-bit fields

2011-09-11 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41076 Georg-Johann Lay changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/50327] [4.7 Regression] Front-end optimization generates wrong code for BLAS's srotmg

2011-09-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50327 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/35831] [F95] Shape mismatch check missing for dummy procedure argument

2011-09-11 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35831 --- Comment #11 from janus at gcc dot gnu.org 2011-09-11 20:48:40 UTC --- r178767 implements a check to reject the original c.l.f. test case as well as the one in comment #0. At this point I would tend to say that comment #2 is valid, but we also

[Bug fortran/50327] [4.7 Regression] Front-end optimization generates wrong code for BLAS's srotmg

2011-09-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50327 --- Comment #4 from Thomas Koenig 2011-09-11 20:48:29 UTC --- Author: tkoenig Date: Sun Sep 11 20:48:26 2011 New Revision: 178768 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178768 Log: 2011-09-11 Thomas Koenig PR fortran/50327

[Bug fortran/37222] [OOP] Checks when overriding type-bound procedures are incomplete

2011-09-11 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37222 --- Comment #2 from janus at gcc dot gnu.org 2011-09-11 20:43:13 UTC --- (In reply to comment #1) > This PR can be used to track some of the missing checks: > * ALLOCATABLE/POINTER > * string length > * ... http://gcc.gnu.org/viewcvs?view=revis

[Bug fortran/50360] New: [cleanup] use an ENUM for the return values of gfc_dep_compare_expr

2011-09-11 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50360 Bug #: 50360 Summary: [cleanup] use an ENUM for the return values of gfc_dep_compare_expr Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug c++/16663] Poor parse error recovery with mispelled type in function declaration

2011-09-11 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16663 --- Comment #8 from Manuel López-Ibáñez 2011-09-11 20:28:50 UTC --- (In reply to comment #7) > > If 'void' is not allowed and 'misspelled' is not declared, then wouldn't it be > better to recognize that case as an undeclared 'misspelled' instead

[Bug fortran/47978] [OOP] Invalid INTENT in overriding TBP not detected

2011-09-11 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47978 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/47978] [OOP] Invalid INTENT in overriding TBP not detected

2011-09-11 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47978 --- Comment #5 from janus at gcc dot gnu.org 2011-09-11 20:12:31 UTC --- Author: janus Date: Sun Sep 11 20:12:24 2011 New Revision: 178767 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178767 Log: 2011-09-11 Janus Weil PR fortran/3

[Bug fortran/35831] [F95] Shape mismatch check missing for dummy procedure argument

2011-09-11 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35831 --- Comment #10 from janus at gcc dot gnu.org 2011-09-11 20:12:30 UTC --- Author: janus Date: Sun Sep 11 20:12:24 2011 New Revision: 178767 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178767 Log: 2011-09-11 Janus Weil PR fortran/

[Bug c++/50359] New: poor error message for an undeclared identifier in constructor

2011-09-11 Thread rui.maciel at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50359 Bug #: 50359 Summary: poor error message for an undeclared identifier in constructor Classification: Unclassified Product: gcc Version: 4.5.2 Status: UNCONFIRMED

[Bug c++/16663] Poor parse error recovery with mispelled type in function declaration

2011-09-11 Thread rui.maciel at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16663 Rui Maciel changed: What|Removed |Added CC||rui.maciel at gmail dot com --- Comment #7 f

[Bug bootstrap/50010] [4.7 regression] bootstrap comparison failure without CFI directives

2011-09-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50010 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #13

[Bug bootstrap/50352] [4.7 regression] arm-linux-gnueabi bootstrap failure due to -Wformat error in arm.md

2011-09-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50352 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f

[Bug target/50358] AVR: Implement [u]maddqihi4 [u]msubqihi4 patterns on the enhanced core

2011-09-11 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50358 Georg-Johann Lay changed: What|Removed |Added Priority|P3 |P4

[Bug target/50358] AVR: Implement [u]maddqihi4 [u]msubqihi4 patterns on the enhanced core

2011-09-11 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50358 Georg-Johann Lay changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/50358] AVR: Implement [u]maddqihi4 [u]msubqihi4 patterns on the enhanced core

2011-09-11 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50358 Georg-Johann Lay changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug target/50358] New: AVR: Implement [u]maddqihi4 [u]msubqihi4 patterns on the enhanced core

2011-09-11 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50358 Bug #: 50358 Summary: AVR: Implement [u]maddqihi4 [u]msubqihi4 patterns on the enhanced core Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIR

[Bug libstdc++/50159] tuple_cat only accepts two arguments

2011-09-11 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50159 Paolo Carlini changed: What|Removed |Added AssignedTo|unassigned at gcc dot |paolo.carlini at oracle dot

[Bug c++/50357] New: verify_cgraph_node failed with -O2

2011-09-11 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50357 Bug #: 50357 Summary: verify_cgraph_node failed with -O2 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/50356] New: Poor if condition in h8300 config code

2011-09-11 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50356 Bug #: 50356 Summary: Poor if condition in h8300 config code Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: minor Priority: P3

[Bug target/50355] New: Comparison is always true in alpha config code

2011-09-11 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50355 Bug #: 50355 Summary: Comparison is always true in alpha config code Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Pri

[Bug bootstrap/50010] [4.7 regression] bootstrap comparison failure without CFI directives

2011-09-11 Thread gary at intrepid dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50010 --- Comment #12 from Gary Funck 2011-09-11 16:29:39 UTC --- (In reply to comment #10) > Putting binutils 2.21.1 in PATH before the system versions of these tools, > which are binutils 2.17.50 based, avoids the issue on FreeBSD 9/i386. On the i68

[Bug bootstrap/50354] New: [4.7 regression] sparc64-linux gcc generates assembly code that gas rejects, breaking bootstrap

2011-09-11 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50354 Bug #: 50354 Summary: [4.7 regression] sparc64-linux gcc generates assembly code that gas rejects, breaking bootstrap Classification: Unclassified Product: gcc Version: 4.7.0

[Bug rtl-optimization/50078] [4.6/4.7 Regression] combine wrong code: volatile accesses optimized out

2011-09-11 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50078 --- Comment #8 from Steven Bosscher 2011-09-11 15:47:21 UTC --- (In reply to comment #7) > Comes from SSA expand => Matz Comes from SSA expand because it is already wrong in the .expand dump: ;; MEM[(volatile unsigned int *)&var][arg_1(D)] ={v}

[Bug rtl-optimization/50063] [4.6/4.7 Regression] DSE: wrong code for gcc.dg/torture/pta-ptrarith-3.c

2011-09-11 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50063 --- Comment #9 from Steven Bosscher 2011-09-11 15:46:22 UTC --- (In reply to comment #8) > Already wrong in the .expand dump: This comment somehow ended up in the wrong PR. It should be in bug 50078.

[Bug rtl-optimization/38644] [4.4/4.5/4.6/4.7 Regression] Optimization flag -O1 -fschedule-insns2 causes wrong code

2011-09-11 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38644 Steven Bosscher changed: What|Removed |Added CC||steven at gcc dot gnu.org --- Comment #

[Bug rtl-optimization/50078] [4.6/4.7 Regression] combine wrong code: volatile accesses optimized out

2011-09-11 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50078 Steven Bosscher changed: What|Removed |Added AssignedTo|steven at gcc dot gnu.org |matz at gcc dot gnu.org --- Comment #7

[Bug rtl-optimization/50063] [4.6/4.7 Regression] DSE: wrong code for gcc.dg/torture/pta-ptrarith-3.c

2011-09-11 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50063 Steven Bosscher changed: What|Removed |Added CC||steven at gcc dot gnu.org --- Comment #

[Bug rtl-optimization/50078] [4.6/4.7 Regression] combine wrong code: volatile accesses optimized out

2011-09-11 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50078 --- Comment #6 from Steven Bosscher 2011-09-11 15:22:36 UTC --- int set_noop_p (const_rtx set) { rtx src = SET_SRC (set); rtx dst = SET_DEST (set); if (dst == pc_rtx && src == pc_rtx) return 1; if (MEM_P (dst) && MEM_P (src)) re

[Bug libstdc++/50348] -fvisibility=hidden doesn't hide stl implementation details.

2011-09-11 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50348 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #1 f

[Bug rtl-optimization/50078] [4.6/4.7 Regression] combine wrong code: volatile accesses optimized out

2011-09-11 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50078 --- Comment #5 from Steven Bosscher 2011-09-11 15:14:19 UTC --- Actually it is not noop_move_p that's at fault here, but the disgusting hack for NOOP_MOVE_INSN_CODE. The insn is marked as a NOOP_MOVE somewhere else in combine.

[Bug rtl-optimization/50290] [4.7 Regression] ICE: in distribute_notes, at combine.c:13282 with -flto -funroll-loops

2011-09-11 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50290 Steven Bosscher changed: What|Removed |Added CC||steven at gcc dot gnu.org --- Comment #

[Bug middle-end/39333] gcc 4.3.3 miscompiles when -finline-small-functions is used

2011-09-11 Thread galtgendo at o2 dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39333 Rafał Mużyło changed: What|Removed |Added Attachment #25238|0 |1 is obsolete|

[Bug c/50353] New: vec_set not used for vector indexing

2011-09-11 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50353 Bug #: 50353 Summary: vec_set not used for vector indexing Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug lto/50351] An internal compiler error when building gcc4.6 using "-flto -fuse-linker-plugin" on Win7 mingw64 target

2011-09-11 Thread xunxun1982 at gmail dot com
14:50:36 UTC --- I try to use gcc version 4.7.0 20110911 (experimental) to build gcc trunk, and it also has the problem, but shows a different error: i686-w64-mingw32-gcc -pipe -g0 -O2 -fomit-frame-pointer -finline

[Bug bootstrap/50352] New: [4.7 regression] arm-linux-gnueabi bootstrap failure due to -Wformat error in arm.md

2011-09-11 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50352 Bug #: 50352 Summary: [4.7 regression] arm-linux-gnueabi bootstrap failure due to -Wformat error in arm.md Classification: Unclassified Product: gcc Version: 4.7.0 St

[Bug fortran/41209] Add full ATTRIBUTE support to gfortran (ALIGN, (WEAK)ALIAS, ...)

2011-09-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41209 --- Comment #8 from Thomas Koenig 2011-09-11 12:06:48 UTC --- *** Bug 49501 has been marked as a duplicate of this bug. ***

[Bug fortran/49501] support ATTRIBUTES ALIGN in gfortran

2011-09-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49501 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/44352] ICE in string_to_single_character

2011-09-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44352 Thomas Koenig changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug rtl-optimization/37534] [4.4/4.5/4.6/4.7 Regression] IRA causes 17% degradation in 187.facerec benchmark

2011-09-11 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37534 Steven Bosscher changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug bootstrap/50010] [4.7 regression] bootstrap comparison failure without CFI directives

2011-09-11 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50010 Eric Botcazou changed: What|Removed |Added Target||i[345]86-*-* CC|

[Bug lto/50351] New: An internal compiler error when building gcc4.6 using "-flto -fuse-linker-plugin" on Win7 mingw64 target

2011-09-11 Thread xunxun1982 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50351 Bug #: 50351 Summary: An internal compiler error when building gcc4.6 using "-flto -fuse-linker-plugin" on Win7 mingw64 target Classification: Unclassified Product: gcc Version:

[Bug fortran/35831] [F95] Shape mismatch check missing for dummy procedure argument

2011-09-11 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35831 --- Comment #9 from janus at gcc dot gnu.org 2011-09-11 10:06:03 UTC --- (In reply to comment #7) > Combining the three statements above, F08 clearly demands that the *shape* of > the argument should be the same (meaning that the bounds themselves

[Bug tree-optimization/49997] [4.7 Regression] ICE in inline_small_functions with -fnon-call-exceptions

2011-09-11 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49997 --- Comment #5 from Jan Hubicka 2011-09-11 09:42:32 UTC --- > Possibly. Last time I tried it it however lead to bigger and slower binaries. > Well, I will patch frescobaldi today and lets see. OK, removing this trick alone regress tramp3d by abou

[Bug lto/50338] ICE Linking with -flto

2011-09-11 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50338 --- Comment #4 from Jan Hubicka 2011-09-11 09:36:55 UTC --- > All the source in my project's library is built with -flto. > > This same basic code worked with LTO before, shortly after LTO > first came out. This is the first time I've tried it o

[Bug fortran/49479] [4.6/4.7 Regression] reshape / optionals / zero sized arrays

2011-09-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49479 --- Comment #11 from Thomas Koenig 2011-09-11 09:16:08 UTC --- Author: tkoenig Date: Sun Sep 11 09:16:03 2011 New Revision: 178757 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178757 Log: 2011-09-11 Thomas Koenig Backport fron t