[Bug target/50150] misc vect.exp failures for target arm

2011-09-13 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50150 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/50373] Incorrect Code generated for function with two possible return values (Seg Fault)

2011-09-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50373 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug tree-optimization/50374] New: Support vectorization of min/max location pattern

2011-09-13 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50374 Bug #: 50374 Summary: Support vectorization of min/max location pattern Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: enhancement

[Bug tree-optimization/50374] Support vectorization of min/max location pattern

2011-09-13 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50374 Ira Rosen changed: What|Removed |Added CC||irar at il dot ibm.com --- Comment #1 from Ir

[Bug target/38306] [4.4/4.5/4.6/4.7 Regression] 15% slowdown w.r.t. 4.3 of computational kernel on some architectures

2011-09-13 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38306 --- Comment #27 from Joost VandeVondele 2011-09-13 07:59:06 UTC --- (In reply to comment #25) > 2) Then find the earliest optimization pass where they differ (you may even > use > diff to make this faster). The first point where things differ f

[Bug tree-optimization/50374] Support vectorization of min/max location pattern

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

[Bug tree-optimization/49452] [4.7 regression] comp-goto-2.c regresses in testing

2011-09-13 Thread carrot at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49452 Carrot changed: What|Removed |Added CC||carrot at google dot com --- Comment #19 from Ca

[Bug tree-optimization/50374] Support vectorization of min/max location pattern

2011-09-13 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50374 --- Comment #3 from vincenzo Innocente 2011-09-13 08:45:40 UTC --- with gcc version 4.7.0 20110910 (experimental) (GCC) int lmin(float const * __restrict__ c, int N) { int k=0; for (int i=1; i!=N; ++i) k = (c[k] > c[i]) ? i : k; re

[Bug fortran/50375] New: gfortran must complain on NULL() ambiguity without MOLD

2011-09-13 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50375 Bug #: 50375 Summary: gfortran must complain on NULL() ambiguity without MOLD Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED S

[Bug fortran/50375] gfortran must complain on NULL() ambiguity without MOLD

2011-09-13 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50375 --- Comment #1 from Vittorio Zecca 2011-09-13 08:54:47 UTC --- Created attachment 25254 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25254 Just compile it

[Bug fortran/50376] New: pure procedure allows assignment to iterator variable in array constructor

2011-09-13 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50376 Bug #: 50376 Summary: pure procedure allows assignment to iterator variable in array constructor Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCO

[Bug fortran/50377] New: gfortran must not accept an external formal argument not declared external

2011-09-13 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50377 Bug #: 50377 Summary: gfortran must not accept an external formal argument not declared external Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCO

[Bug fortran/50377] gfortran must not accept an external formal argument not declared external

2011-09-13 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50377 --- Comment #1 from Vittorio Zecca 2011-09-13 09:01:03 UTC --- Created attachment 25256 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25256 just compile it

[Bug fortran/50378] New: MALLOC_CHECK_ glibc detects free() invalid pointer in compiler

2011-09-13 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50378 Bug #: 50378 Summary: MALLOC_CHECK_ glibc detects free() invalid pointer in compiler Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED

[Bug fortran/50379] New: ICE in gfc_typenode_for_spec at fortran/trans-types.c

2011-09-13 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50379 Bug #: 50379 Summary: ICE in gfc_typenode_for_spec at fortran/trans-types.c Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal

[Bug c/50380] New: cc1 hangs eating 100% CPU

2011-09-13 Thread antipov at mvista dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50380 Bug #: 50380 Summary: cc1 hangs eating 100% CPU Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: major Priority: P3 Com

[Bug fortran/50379] ICE in gfc_typenode_for_spec at fortran/trans-types.c

2011-09-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50379 Tobias Burnus changed: What|Removed |Added Keywords||ice-on-invalid-code CC|

[Bug fortran/50378] MALLOC_CHECK_ glibc detects free() invalid pointer in compiler

2011-09-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50378 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1

[Bug fortran/50377] gfortran must not accept an external formal argument not declared external

2011-09-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50377 Tobias Burnus changed: What|Removed |Added Keywords||accepts-invalid, diagnostic

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

2011-09-13 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50358 --- Comment #3 from Georg-Johann Lay 2011-09-13 09:23:40 UTC --- Author: gjl Date: Tue Sep 13 09:23:36 2011 New Revision: 178806 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178806 Log: PR target/50358 * config/avr/predicates.m

[Bug c++/50381] New: Wrong dtor condatgroup section name

2011-09-13 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50381 Bug #: 50381 Summary: Wrong dtor condatgroup section name Classification: Unclassified Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/50375] gfortran must complain on NULL() ambiguity without MOLD

2011-09-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50375 Tobias Burnus changed: What|Removed |Added Keywords||accepts-invalid, diagnostic

[Bug fortran/50378] MALLOC_CHECK_ glibc detects free() invalid pointer in compiler

2011-09-13 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50378 Mikael Morin changed: What|Removed |Added CC||mikael at gcc dot gnu.org --- Comment #2 f

[Bug tree-optimization/40770] Vectorization of complex types, vectorization of sincos missing

2011-09-13 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40770 --- Comment #10 from vincenzo Innocente 2011-09-13 09:52:53 UTC --- resurrecting this: just checked with gcc version 4.7.0 20110910 -mveclibabi=svml -LwhereverYouhaveIntelSoftware/linux/x86_64/Compiler/11.1/072/lib/intel64/ -lsvml -lirc and si

[Bug fortran/50376] pure procedure allows assignment to iterator variable in array constructor

2011-09-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50376 --- Comment #1 from Tobias Burnus 2011-09-13 09:54:27 UTC --- The constraint leading the rejection is the following (C1283) - though having a variable in as ac-do-variable is something different (cf. 16.4). Other compilers also accept the progra

[Bug other/49533] [4.7 regression] Revision 174989 (ipa-inline-transform.c) regressions

2011-09-13 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49533 Jan Hubicka changed: What|Removed |Added Attachment #24602|0 |1 is obsolete|

[Bug other/49533] [4.7 regression] Revision 174989 (ipa-inline-transform.c) regressions

2011-09-13 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49533 --- Comment #12 from Jan Hubicka 2011-09-13 10:14:30 UTC --- *** Bug 50381 has been marked as a duplicate of this bug. ***

[Bug c++/50381] Wrong dtor condatgroup section name

2011-09-13 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50381 Jan Hubicka changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/50379] ICE in gfc_typenode_for_spec at fortran/trans-types.c

2011-09-13 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50379 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug other/49533] [4.7 regression] Revision 174989 (ipa-inline-transform.c) regressions

2011-09-13 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49533 --- Comment #13 from Markus Trippelsdorf 2011-09-13 10:57:28 UTC --- The fix is fine. Thanks. Please don't forget to also close Bug 49665 when you close this bug.

[Bug middle-end/49282] malloc corruption in large lto1-wpa run during inline edge heap resize

2011-09-13 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49282 --- Comment #6 from Jan Hubicka 2011-09-13 12:31:00 UTC --- Hi, still stuck on this problem? vlagrind or libefence should do the job given enough time& memory. Honza

[Bug tree-optimization/50382] New: Reassoc doesn't optimize pointer arithmetics

2011-09-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50382 Bug #: 50382 Summary: Reassoc doesn't optimize pointer arithmetics Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: missed-optimization

[Bug fortran/50379] ICE in gfc_typenode_for_spec at fortran/trans-types.c

2011-09-13 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50379 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|una

[Bug bootstrap/50326] [4.7 regression] ICE in set_lattice_value, at tree-ssa-ccp.c:456

2011-09-13 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50326 Martin Jambor changed: What|Removed |Added CC||jamborm at gcc dot gnu.org Compo

[Bug fortran/50375] gfortran must complain on NULL() ambiguity without MOLD

2011-09-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50375 --- Comment #3 from Tobias Burnus 2011-09-13 13:55:13 UTC --- Created attachment 25262 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25262 Draft patch This patch handles NULL() properly, including passing it to optional nonpointer, nonallo

[Bug fortran/50379] ICE in gfc_typenode_for_spec at fortran/trans-types.c

2011-09-13 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50379 --- Comment #4 from janus at gcc dot gnu.org 2011-09-13 14:02:53 UTC --- Or better: Index: gcc/fortran/symbol.c === --- gcc/fortran/symbol.c(revision 178778) +++ gcc/fortran/symb

[Bug middle-end/19805] sub-optimal initialisation of array on the stack

2011-09-13 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19805 Marc Glisse changed: What|Removed |Added CC||marc.glisse at normalesup

[Bug other/49533] [4.7 regression] Revision 174989 (ipa-inline-transform.c) regressions

2011-09-13 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49533 --- Comment #14 from Jan Hubicka 2011-09-13 14:28:47 UTC --- Author: hubicka Date: Tue Sep 13 14:28:39 2011 New Revision: 178810 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178810 Log: PR other/49533 * cgraphunit.c (assemble_t

[Bug c++/48320] [C++0x][4.6/4.7 Regression] Template parameter packs cannot be expanded in default template arguments

2011-09-13 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48320 --- Comment #5 from Dodji Seketeli 2011-09-13 14:39:29 UTC --- Author: dodji Date: Tue Sep 13 14:39:25 2011 New Revision: 178812 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178812 Log: c++/48320 - Template parameter packs cannot be exp

[Bug c++/48320] [C++0x][4.6/4.7 Regression] Template parameter packs cannot be expanded in default template arguments

2011-09-13 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48320 --- Comment #4 from Dodji Seketeli 2011-09-13 14:39:18 UTC --- Author: dodji Date: Tue Sep 13 14:39:15 2011 New Revision: 178811 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178811 Log: c++/48320 - Template parameter packs cannot be exp

[Bug lto/50383] New: ICE in lto_symtab_register_decl, at lto-symtab.c:148

2011-09-13 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50383 Bug #: 50383 Summary: ICE in lto_symtab_register_decl, at lto-symtab.c:148 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug other/50384] New: Copying a char array

2011-09-13 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50384 Bug #: 50384 Summary: Copying a char array Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug lto/50383] ICE in lto_symtab_register_decl, at lto-symtab.c:148

2011-09-13 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50383 Jan Hubicka changed: What|Removed |Added CC||matz at suse dot de --- Comment #1 from Jan

[Bug other/49533] [4.7 regression] Revision 174989 (ipa-inline-transform.c) regressions

2011-09-13 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49533 Jan Hubicka changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug other/49665] 'defined in discarded section' link failures on cpu2006 benchmarks

2011-09-13 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49665 Jan Hubicka changed: What|Removed |Added Status|NEW |WAITING --- Comment #8 from Jan Hubicka 20

[Bug tree-optimization/50385] New: missed-optimization: jump to __builtin_unreachable() not removed

2011-09-13 Thread wouter.vermaelen at scarlet dot be
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50385 Bug #: 50385 Summary: missed-optimization: jump to __builtin_unreachable() not removed Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

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

2011-09-13 Thread gfunck at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50010 --- Comment #19 from gfunck at gcc dot gnu.org 2011-09-13 15:16:54 UTC --- Author: gfunck Date: Tue Sep 13 15:16:42 2011 New Revision: 178815 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178815 Log: Merge trunk version 178795 into gup

[Bug tree-optimization/50183] ICE in verify_ssa for 416.gamess when optimizing using profile data

2011-09-13 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50183 --- Comment #9 from William J. Schmidt 2011-09-13 15:24:08 UTC --- OK, the problem appears to originate earlier, sometime during canonicalize_loop_closed_ssa_form (). After canonicalization, we have: : # err2.395_571 = PHI # err2_lsm.820_5

[Bug fortran/50378] MALLOC_CHECK_ glibc detects free() invalid pointer in compiler

2011-09-13 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50378 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Co

[Bug middle-end/49282] malloc corruption in large lto1-wpa run during inline edge heap resize

2011-09-13 Thread andi-gcc at firstfloor dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49282 --- Comment #7 from Andi Kleen 2011-09-13 16:00:24 UTC --- I haven't tried 32bit or GCOV recently, so not sure. I can try next time. I was still stuck on the other problem with the confused linker plugin ids.

[Bug other/49665] 'defined in discarded section' link failures on cpu2006 benchmarks

2011-09-13 Thread pthaugen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49665 Pat Haugen changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug fortran/50375] gfortran must complain on NULL() ambiguity without MOLD

2011-09-13 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50375 Mikael Morin changed: What|Removed |Added CC||mikael at gcc dot gnu.org --- Comment #4 f

[Bug tree-optimization/50183] ICE in verify_ssa for 416.gamess when optimizing using profile data

2011-09-13 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50183 --- Comment #10 from William J. Schmidt 2011-09-13 16:40:05 UTC --- The problem arises during canonicalization in the presence of nested loops. Loops are processed outward-in. When each loop is processed, its single exit edge's destination bloc

[Bug tree-optimization/50183] ICE in verify_ssa for 416.gamess when optimizing using profile data

2011-09-13 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50183 William J. Schmidt changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/50379] ICE in gfc_typenode_for_spec at fortran/trans-types.c

2011-09-13 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50379 --- Comment #5 from janus at gcc dot gnu.org 2011-09-13 18:19:18 UTC --- The patch in comment #4 regtests cleanly. Will commit as obvious.

[Bug fortran/50379] ICE in gfc_typenode_for_spec at fortran/trans-types.c

2011-09-13 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50379 --- Comment #6 from janus at gcc dot gnu.org 2011-09-13 18:37:41 UTC --- Author: janus Date: Tue Sep 13 18:37:33 2011 New Revision: 178829 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178829 Log: 2011-09-13 Janus Weil PR fortran/5

[Bug fortran/50379] ICE in gfc_typenode_for_spec at fortran/trans-types.c

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

[Bug libgomp/50386] New: libgomp.h:87:5: error: unnamed struct/union that defines no instances

2011-09-13 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50386 Bug #: 50386 Summary: libgomp.h:87:5: error: unnamed struct/union that defines no instances Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRM

[Bug fortran/50378] MALLOC_CHECK_ glibc detects free() invalid pointer in compiler

2011-09-13 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50378 --- Comment #4 from Vittorio Zecca 2011-09-13 20:08:33 UTC --- I thought I had the latest version of gfortran... Where can I find the latest one, with sources?

[Bug fortran/50378] MALLOC_CHECK_ glibc detects free() invalid pointer in compiler

2011-09-13 Thread sgk at troutmask dot apl.washington.edu
> 20:08:33 UTC --- > I thought I had the latest version of gfortran... > Where can I find the latest one, with sources? > What does gfortran -v report? Your code causes not problem for gcc version 4.5.4 20110913 (prerelease) (GCC) gcc version 4.6.1 20110606 (prerelease) (GC

[Bug fortran/50378] MALLOC_CHECK_ glibc detects free() invalid pointer in compiler

2011-09-13 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50378 --- Comment #6 from Vittorio Zecca 2011-09-13 20:19:56 UTC --- I have gfortran 4.6.1 I am downloading gcc-4.7.tar.xz from gfortran.org right now. Tomorrow I'll check it, it is night here.

[Bug preprocessor/50387] New: Doesn't process "_Pragma" when expanding a token sequence for #include

2011-09-13 Thread schaub.johannes at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50387 Bug #: 50387 Summary: Doesn't process "_Pragma" when expanding a token sequence for #include Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIR

[Bug fortran/50378] MALLOC_CHECK_ glibc detects free() invalid pointer in compiler

2011-09-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50378 --- Comment #7 from Tobias Burnus 2011-09-13 20:31:26 UTC --- (In reply to comment #4) > I thought I had the latest version of gfortran... > Where can I find the latest one, with sources? While 4.6.1 (released 2011-08-17) is the latest stable re

[Bug c++/50388] New: Segmentation fault

2011-09-13 Thread pipping at exherbo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50388 Bug #: 50388 Summary: Segmentation fault Classification: Unclassified Product: gcc Version: 4.5.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug c++/50388] Segmentation fault

2011-09-13 Thread pipping at exherbo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50388 --- Comment #1 from Elias Pipping 2011-09-13 21:38:04 UTC --- Created attachment 25264 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25264 delta-reduced dump

[Bug tree-optimization/50389] New: [4.7 Regression] ICE: in execute_todo, at passes.c:1730 with -O -freorder-blocks -ftracer testcase.c and __builtin___memcpy_chk()

2011-09-13 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50389 Bug #: 50389 Summary: [4.7 Regression] ICE: in execute_todo, at passes.c:1730 with -O -freorder-blocks -ftracer testcase.c and __builtin___memcpy_chk() Classification: Unclassified

[Bug c++/50390] New: gcc hangs while compiling invalid c++ code

2011-09-13 Thread pipping at exherbo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50390 Bug #: 50390 Summary: gcc hangs while compiling invalid c++ code Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priorit

[Bug c++/50087] [C++0x] Weird optimization anomaly with constexpr

2011-09-13 Thread eric-gcc at omnifarious dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50087 --- Comment #7 from eric-gcc at omnifarious dot org 2011-09-13 22:15:16 UTC --- (In reply to comment #6) > (In reply to comment #5) > > I still think it's a missed optimization opportunity. > > Yes, it definitely is. I'm just not sure whether it

[Bug c++/50365] [4.7 Regression] non-static data member error on valid code

2011-09-13 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50365 --- Comment #5 from Jack Howarth 2011-09-13 22:54:56 UTC --- Test case from Comment 4 compiles fine at r175670, but fails at r175671 with... [MacPro:~] howarth% /Users/howarth/dist/bin/g++ -c test.cc test.cc: In constructor ‘XplorSimulation::Xpl

[Bug c++/50365] [4.7 Regression] non-static data member error on valid code

2011-09-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50365 Jonathan Wakely changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #6

[Bug c++/50365] [4.7 Regression] non-static data member error on valid code

2011-09-13 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50365 --- Comment #7 from Jack Howarth 2011-09-13 23:15:17 UTC --- At r176120 which fixed PR49691, the test case from Comment 4, begins to fail in the current mode... [MacPro:~] howarth% /Users/howarth/dist/bin/g++ -c test.cc test.cc: In constructor ‘

[Bug c++/50391] New: [C++0x] ICE on invalid code, pair with incomplete type

2011-09-13 Thread jarrydb at cse dot unsw.edu.au
c/gcc-git/configure --prefix=/home/jarrydb/current/soft/install-latest --disable-multilib --enable-languages=c,c++ Thread model: posix gcc version 4.7.0 20110913 (experimental) (GCC)

[Bug tree-optimization/49452] [4.7 regression] comp-goto-2.c regresses in testing

2011-09-13 Thread carrot at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49452 --- Comment #20 from Carrot 2011-09-14 03:02:03 UTC --- > Instruction 2 and 24 refer to the same location, but have different offset > relative to FP because the call to y changes FP. DSE doesn't (and can not, if > it is intra-procedural) know th

[Bug fortran/50375] gfortran must complain on NULL() ambiguity without MOLD

2011-09-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50375 --- Comment #5 from Tobias Burnus 2011-09-14 06:26:14 UTC --- Author: burnus Date: Wed Sep 14 06:26:07 2011 New Revision: 178841 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178841 Log: 2011-09-14 Tobias Burnus PR fortran/34

[Bug fortran/34547] NULL(): Fortran 2003 changes, accepts invalid, ICE on invalid

2011-09-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34547 --- Comment #4 from Tobias Burnus 2011-09-14 06:27:30 UTC --- Author: burnus Date: Wed Sep 14 06:27:25 2011 New Revision: 178842 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178842 Log: Really add: 2011-09-14 Tobias Burnus

[Bug fortran/34547] NULL(): Fortran 2003 changes, accepts invalid, ICE on invalid

2011-09-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34547 --- Comment #3 from Tobias Burnus 2011-09-14 06:26:13 UTC --- Author: burnus Date: Wed Sep 14 06:26:07 2011 New Revision: 178841 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178841 Log: 2011-09-14 Tobias Burnus PR fortran/34

[Bug fortran/50375] gfortran must complain on NULL() ambiguity without MOLD

2011-09-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50375 --- Comment #6 from Tobias Burnus 2011-09-14 06:27:30 UTC --- Author: burnus Date: Wed Sep 14 06:27:25 2011 New Revision: 178842 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178842 Log: Really add: 2011-09-14 Tobias Burnus

[Bug tree-optimization/49452] [4.7 regression] comp-goto-2.c regresses in testing

2011-09-13 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49452 --- Comment #21 from Eric Botcazou 2011-09-14 06:48:01 UTC --- > All callee saved registers should never changed after function call. Here fp > has been changed is not because it is after a function call, it is because it > is after the target of