[Bug tree-optimization/47426] [4.6 Regression] wrong code with -O2 -fipa-pta

2011-01-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47426 --- Comment #5 from Richard Guenther 2011-01-25 16:38:32 UTC --- Author: rguenth Date: Tue Jan 25 16:38:26 2011 New Revision: 169241 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169241 Log: 2011-01-25 Richard Guenther PR tree-op

[Bug tree-optimization/47460] Inconsistent behaviour of __sync_fetch_and_add builtin?

2011-01-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47460 --- Comment #1 from Jonathan Wakely 2011-01-25 16:40:50 UTC --- This seems more appropriate as a question to the gcc-help list requesting clarification, not a bug report. To answer part of it ... (In reply to comment #0) > I get the unexpected

[Bug tree-optimization/47460] Inconsistent behaviour of __sync_fetch_and_add builtin?

2011-01-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47460 --- Comment #2 from Jonathan Wakely 2011-01-25 16:42:43 UTC --- My guess is that the Debian packages are built with --with-arch=i486 but your 4.4.5 build isn't (and your 4.5.1 build doesn't need to be as it's implied by the i686-pc-linux-gnu targ

[Bug target/47458] m32r fails to build -- __builtin_eh_return not supported

2011-01-25 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47458 Joel Sherrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libfortran/47375] GETLOG not threadsafe, causes warnings/wrong-code with static linking

2011-01-25 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47375 --- Comment #6 from Janne Blomqvist 2011-01-25 16:46:07 UTC --- Author: jb Date: Tue Jan 25 16:46:00 2011 New Revision: 169243 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169243 Log: PR 47375 getlog thread safety Modified: trunk/l

[Bug tree-optimization/47382] [4.6 Regression] g++.dg/ipa/devirt-d-1.C FAILs with -finline-functions

2011-01-25 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47382 --- Comment #2 from Martin Jambor 2011-01-25 16:47:50 UTC --- Patch posted to mailing list: http://gcc.gnu.org/ml/gcc-patches/2011-01/msg01753.html

[Bug c++/47461] warn_unused_result attribute ignored for templates

2011-01-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47461 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/47460] Inconsistent behaviour of __sync_fetch_and_add builtin?

2011-01-25 Thread manuel.holtgr...@fu-berlin.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47460 --- Comment #3 from Manuel Holtgrewe 2011-01-25 16:53:23 UTC --- Sorry for posting this here again, but could somebody clarify the following, nevertheless and if this is expected behaviour, close the bug as invalid? In the future, I'll first try

[Bug libfortran/46607] [4.6 Regression] libgfortran relocated install fails

2011-01-25 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46607 --- Comment #8 from joseph at codesourcery dot com 2011-01-25 16:55:18 UTC --- On Tue, 25 Jan 2011, rwild at gcc dot gnu.org wrote: > But there is a good reason to relink on ELF: uninstalled libraries and > executables get DT_RPATH entries agains

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-01-25 Thread k0l0b0k.void at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 Alex Godko changed: What|Removed |Added CC||k0l0b0k.void at gmail dot

[Bug c++/47310] -mint8 causes avr-g++ to SIGSEGV

2011-01-25 Thread k0l0b0k.void at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47310 Alex Godko changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/47460] Inconsistent behaviour of __sync_fetch_and_add builtin?

2011-01-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47460 --- Comment #4 from Jonathan Wakely 2011-01-25 16:59:49 UTC --- (In reply to comment #3) > > Versions 4.4 and 4.5 were built with the same parameters (modulo some > libraries), so my question is: Why are the __sync_fetch* builtins not found in >

[Bug fortran/47331] [4.5 Regression] ICE in make_decl_rtl, at varasm.c:1133 (with -fopenmp)

2011-01-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47331 --- Comment #7 from Tobias Burnus 2011-01-25 17:01:10 UTC --- Author: burnus Date: Tue Jan 25 17:01:06 2011 New Revision: 169244 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169244 Log: 2011-01-25 Tobias Burnus Backport from

[Bug tree-optimization/47460] Inconsistent behaviour of __sync_fetch_and_add builtin?

2011-01-25 Thread manuel.holtgr...@fu-berlin.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47460 Manuel Holtgrewe changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/47331] [4.5/4.6 Regression] ICE in make_decl_rtl, at varasm.c:1133 (with -fopenmp)

2011-01-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47331 Tobias Burnus changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c/47409] volatile struct member bug

2011-01-25 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47409 --- Comment #8 from joseph at codesourcery dot com 2011-01-25 17:04:24 UTC --- On Tue, 25 Jan 2011, rguenth at gcc dot gnu.org wrote: > do we really want to blow up code-size (and compile-time) for > > struct { > volatile int a[100]; > } a

[Bug tree-optimization/47382] [4.6 Regression] g++.dg/ipa/devirt-d-1.C FAILs with -finline-functions

2011-01-25 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47382 --- Comment #3 from Martin Jambor 2011-01-25 17:08:51 UTC --- Author: jamborm Date: Tue Jan 25 17:08:47 2011 New Revision: 169245 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169245 Log: 2011-01-25 Martin Jambor PR tree-optimiza

[Bug fortran/47331] [4.5/4.6 Regression] ICE in make_decl_rtl, at varasm.c:1133 (with -fopenmp)

2011-01-25 Thread fago at earthlink dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47331 --- Comment #9 from Matt Fago 2011-01-25 17:10:07 UTC --- Awesome, thanks all! I'll continue testing the next snapshot.

[Bug pch/47430] [4.6 Regression] Random PCH related bootstrap failures on powerpc64-linux

2011-01-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47430 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/45422] [4.6 Regression] compile time increases 3x.

2011-01-25 Thread xinliangli at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45422 --- Comment #36 from davidxl 2011-01-25 17:28:30 UTC --- (In reply to comment #35) > (In reply to comment #34) > > -march=native is ambiguous, please see with -v what actually is being used. > > This was mentioned in the initial comment: > -marc

[Bug tree-optimization/47462] New: g++.dg/opt/devirt1.C no longer devirtualized

2011-01-25 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47462 Summary: g++.dg/opt/devirt1.C no longer devirtualized Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assig

[Bug tree-optimization/47462] g++.dg/opt/devirt1.C no longer devirtualized

2011-01-25 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47462 Martin Jambor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/47416] [4.6 Regression] ICE in build_data_member_initialization, at cp/semantics.c:5509

2011-01-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47416 --- Comment #2 from Jakub Jelinek 2011-01-25 17:51:29 UTC --- cc1plus errors on that testcase before ICEing, thus I'll try to delta reduce the testcase as ice-on-invalid.

[Bug lto/44334] rnflow.f90 ~27% slower with -fwhole-program -flto after revision 159852

2011-01-25 Thread jh at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44334 --- Comment #46 from jh at suse dot de 2011-01-25 17:57:38 UTC --- I sorted out increasing large function growth ratio as most safe way to deal with (easier half of) this problem. Unlike the parameters for inline limits it won't cause code size

[Bug libffi/47442] does not build multilib on m68k

2011-01-25 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47442 --- Comment #5 from Joel Sherrill 2011-01-25 18:15:41 UTC --- (In reply to comment #4) > The alternative ABI is just slightly different. When using the 68881, > floating > point values are returned in %fp0. When not using it, floating point va

[Bug rtl-optimization/47459] [4.6 regression] ICE in maybe_add_or_update_dep_1, at sched-deps.c:854

2011-01-25 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47459 Eric Botcazou changed: What|Removed |Added Target Milestone|--- |4.6.0 Summary|[4.6 regression]

[Bug lto/47423] Many testsuite failures caused by missing gxx_visibility_sj0

2011-01-25 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47423 --- Comment #2 from Jan Hubicka 2011-01-25 18:42:38 UTC --- > fix it? If we'd LTO libsupc++ we have to makr the personality function > as address-taken. If it works, the patch is OK. Honza

[Bug c++/47444] False warning: array subscript is above array bounds

2011-01-25 Thread eidletni at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47444 --- Comment #8 from eidletni at mail dot ru 2011-01-25 18:46:50 UTC --- (In reply to comment #1) > >because constructor of struct A never called with "bad" > How can that be true if the compiler does not know that or could figure that > out? In th

[Bug libffi/47442] does not build multilib on m68k

2011-01-25 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47442 Joel Sherrill changed: What|Removed |Added Attachment #23108|0 |1 is obsolete|

[Bug fortran/47463] New: ICE in gfc_add_component_ref

2011-01-25 Thread townsend at astro dot wisc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47463 Summary: ICE in gfc_add_component_ref Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: critical Priority: P3 Component: fortran AssignedTo: unassig...@gcc.gn

[Bug lto/44334] rnflow.f90 ~27% slower with -fwhole-program -flto after revision 159852

2011-01-25 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44334 --- Comment #47 from Dominique d'Humieres 2011-01-25 19:06:04 UTC --- > I sorted out increasing large function growth ratio as most safe way > to deal with (easier half of) this problem. Unlike the parameters for > inline limits it won't caus

[Bug c++/47444] False warning: array subscript is above array bounds

2011-01-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47444 --- Comment #9 from Jonathan Wakely 2011-01-25 19:10:42 UTC --- (In reply to comment #8) > I really don't understand, why you guys so easily set wontfix to this bug. > Nobody cares that "inlining constructor" or "return instead throw" depends on

[Bug libffi/47442] does not build multilib on m68k

2011-01-25 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47442 --- Comment #7 from Ian Lance Taylor 2011-01-25 19:17:49 UTC --- The patch looks reasonable to me, though I would like to hear Andreas's opinion. Technically this patch should go to the libffi maintainers, as libffi is maintained in a separate r

[Bug target/35926] Pushing / Poping ebx without using it.

2011-01-25 Thread tony.poppleton at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35926 --- Comment #5 from Tony Poppleton 2011-01-25 19:33:20 UTC --- I can confirm this still exists on both GCC 4.5.1 and GCC 4.6.0 (20110115), when compiling with -O3. I did some basic investigation into the files produced by the --dump-tree-all fla

[Bug c++/47444] False warning: array subscript is above array bounds

2011-01-25 Thread eidletni at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47444 --- Comment #10 from eidletni at mail dot ru 2011-01-25 19:40:17 UTC --- (In reply to comment #9) > WONTFIX doesn't mean "nobody cares" As I know, it does. Bugzilla resolution: fixed - "we have problem and fix it", invalid - "user may think that w

[Bug libgomp/47464] New: [4.6 Regression] Many gomp failures

2011-01-25 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47464 Summary: [4.6 Regression] Many gomp failures Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp AssignedTo: unassig...@g

[Bug tree-optimization/47265] [4.6 Regression] Error: SSA name in freelist but still referenced

2011-01-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47265 --- Comment #9 from Jakub Jelinek 2011-01-25 19:51:02 UTC --- Author: jakub Date: Tue Jan 25 19:50:56 2011 New Revision: 169250 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169250 Log: PR tree-optimization/47265 PR tree-optimiza

[Bug tree-optimization/47443] [4.6 Regression] ICE: SSA name in freelist but still referenced or SIGSEGV with -fstack-check=generic

2011-01-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47443 --- Comment #3 from Jakub Jelinek 2011-01-25 19:51:02 UTC --- Author: jakub Date: Tue Jan 25 19:50:56 2011 New Revision: 169250 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169250 Log: PR tree-optimization/47265 PR tree-optimiza

[Bug fortran/47463] [OOP] ICE in gfc_add_component_ref

2011-01-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47463 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org,

[Bug target/47032] libgfortran references complex long double functions missing on AIX

2011-01-25 Thread michael.haubenwallner at salomon dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47032 Michael Haubenwallner changed: What|Removed |Added CC||michael.haubenwallner at

[Bug libffi/47442] does not build multilib on m68k

2011-01-25 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47442 --- Comment #8 from Andreas Schwab 2011-01-25 20:05:54 UTC --- >+#ifdef __rtems__ >+void rtems_cache_flush_multiple_data_lines( const void *, size_t ); >+#else Include the header that declares it. >+ cmp.l #0, %a1 cmp.w#0, %

[Bug fortran/47463] [OOP] ICE in gfc_add_component_ref

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

[Bug fortran/47455] [4.6 Regression][OOP] internal compiler error: in fold_convert_loc, at fold-const.c:2028

2011-01-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47455 --- Comment #3 from Tobias Burnus 2011-01-25 20:32:53 UTC --- RFC patch. Janus, what do you think? (Compiles and works for the example; no further tests.) --- a/gcc/fortran/trans-expr.c +++ b/gcc/fortran/trans-expr.c @@ -5929,6 +5929,9 @@ gfc_t

[Bug libffi/47442] does not build multilib on m68k

2011-01-25 Thread joel.sherrill at oarcorp dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47442 --- Comment #9 from joel.sherrill at oarcorp dot com 2011-01-25 20:34:03 UTC --- On 01/25/2011 02:06 PM, sch...@linux-m68k.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47442 > > --- Comment #8 from Andreas Schwab 2011-01-25 > 20:05:54

[Bug libffi/47442] does not build multilib on m68k

2011-01-25 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47442 --- Comment #10 from Joel Sherrill 2011-01-25 20:42:19 UTC --- (In reply to comment #8) > >+#ifdef __rtems__ > >+void rtems_cache_flush_multiple_data_lines( const void *, size_t ); > >+#else > > Include the header that declares it. > > >+cm

Re: [Bug libffi/47442] does not build multilib on m68k

2011-01-25 Thread Andreas Schwab
"joel at gcc dot gnu.org" writes: > Why cmp.w when it is tst.l? Because it is smaller.

[Bug libffi/47442] does not build multilib on m68k

2011-01-25 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47442 --- Comment #11 from Andreas Schwab 2011-01-25 20:53:37 UTC --- "joel at gcc dot gnu.org" writes: > Why cmp.w when it is tst.l? Because it is smaller.

[Bug libffi/47442] does not build multilib on m68k

2011-01-25 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47442 Joel Sherrill changed: What|Removed |Added Attachment #23123|0 |1 is obsolete|

[Bug lto/47423] Many testsuite failures caused by missing gxx_visibility_sj0

2011-01-25 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47423 --- Comment #3 from Kai Tietz 2011-01-25 21:07:36 UTC --- I tested patch and it works fine. Thank you, Kai

[Bug bootstrap/47465] New: [4.6 Regression] --enable-languages=c --enable-stage1-languages=c++ no longer builds libstdc++ in stage1

2011-01-25 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47465 Summary: [4.6 Regression] --enable-languages=c --enable-stage1-languages=c++ no longer builds libstdc++ in stage1 Product: gcc Version: 4.6.0 Status: UNCONFIRMED

[Bug tree-optimization/29832] -ftree-loop-linear miscompiles scalarize.f90

2011-01-25 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29832 --- Comment #10 from Sebastian Pop 2011-01-25 21:24:51 UTC --- Author: spop Date: Tue Jan 25 21:24:44 2011 New Revision: 169253 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169253 Log: Add testcase for PR29832. 2011-01-25 Sebastian Po

[Bug bootstrap/47465] [4.6 Regression] --enable-languages=c --enable-stage1-languages=c++ no longer builds libstdc++ in stage1

2011-01-25 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47465 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/46970] [4.3/4.4/4.5/4.6 Regression] wrong code with -Os -ftree-loop-linear

2011-01-25 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46970 --- Comment #8 from Sebastian Pop 2011-01-25 21:25:35 UTC --- Author: spop Date: Tue Jan 25 21:25:24 2011 New Revision: 169257 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169257 Log: Add testcase for PR46970. 2011-01-18 Sebastian Pop

[Bug tree-optimization/43567] linear loop transform

2011-01-25 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43567 --- Comment #8 from Sebastian Pop 2011-01-25 21:24:41 UTC --- Author: spop Date: Tue Jan 25 21:24:35 2011 New Revision: 169252 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169252 Log: Add testcase for PR43567. 2011-01-25 Sebastian Pop

[Bug tree-optimization/46215] ICE: verify_stmts failed: type mismatch in comparison expression with -fstrict-overflow -fno-tree-ch -ftree-loop-linear

2011-01-25 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46215 --- Comment #3 from Sebastian Pop 2011-01-25 21:25:26 UTC --- Author: spop Date: Tue Jan 25 21:25:13 2011 New Revision: 169256 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169256 Log: Add testcase for PR46215. 2011-01-18 Sebastian Pop

[Bug tree-optimization/43657] [4.3/4.4/4.5/4.6 Regression] -ftree-loop-linear causes FAIL: gcc.dg/vect/vect-cond-5.c execution test

2011-01-25 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43657 --- Comment #9 from Sebastian Pop 2011-01-25 21:25:05 UTC --- Author: spop Date: Tue Jan 25 21:24:53 2011 New Revision: 169254 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169254 Log: Add testcase for PR43657. 2011-01-18 Sebastian Pop

[Bug tree-optimization/46168] [4.3/4.4/4.5/4.6 Regression] ICE: verify_ssa failed: definition in block 6 does not dominate use in block 5 with -ftree-loop-linear

2011-01-25 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46168 --- Comment #5 from Sebastian Pop 2011-01-25 21:25:13 UTC --- Author: spop Date: Tue Jan 25 21:25:02 2011 New Revision: 169255 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169255 Log: Add testcase for PR46168. 2011-01-18 Sebastian Pop

[Bug c++/46003] cond5.C fails for ARM EABI tests.

2011-01-25 Thread yufeng.zhang at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46003 Yufeng Zhang changed: What|Removed |Added CC||yufeng.zhang at arm dot com --- Comment #2

[Bug tree-optimization/46215] ICE: verify_stmts failed: type mismatch in comparison expression with -fstrict-overflow -fno-tree-ch -ftree-loop-linear

2011-01-25 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46215 Sebastian Pop changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/29832] -ftree-loop-linear miscompiles scalarize.f90

2011-01-25 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29832 Sebastian Pop changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/43657] [4.3/4.4/4.5/4.6 Regression] -ftree-loop-linear causes FAIL: gcc.dg/vect/vect-cond-5.c execution test

2011-01-25 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43657 Sebastian Pop changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/46168] [4.3/4.4/4.5/4.6 Regression] ICE: verify_ssa failed: definition in block 6 does not dominate use in block 5 with -ftree-loop-linear

2011-01-25 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46168 Sebastian Pop changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug lto/44334] rnflow.f90 ~27% slower with -fwhole-program -flto after revision 159852

2011-01-25 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44334 --- Comment #48 from Jack Howarth 2011-01-25 21:29:53 UTC --- (In reply to comment #47) > Well, the choice is not '-finline-limit' versus '--param > large-function-growth': some polyhedron tests are sensitive to some value of > '-finline-limit'

[Bug tree-optimization/46970] [4.3/4.4/4.5/4.6 Regression] wrong code with -Os -ftree-loop-linear

2011-01-25 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46970 Sebastian Pop changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/43567] linear loop transform

2011-01-25 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43567 Sebastian Pop changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/45586] [4.6 Regression] ICE non-trivial conversion at assignment

2011-01-25 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586 Mikael Morin changed: What|Removed |Added CC||janus at gcc dot gnu.org --- Comment #42 f

[Bug libgomp/47464] [4.6 Regression] Many gomp failures

2011-01-25 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47464 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRMED

[Bug target/47446] [x32] .quad instead of .long is used for address

2011-01-25 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47446 --- Comment #2 from H.J. Lu 2011-01-25 21:53:55 UTC --- The same testcase failed with -fPIC: [hjl@gnu-6 ilp32-18]$ /export/build/gnu/gcc-x32/build-x86_64-linux/gcc/xgcc -B/export/build/gnu/gcc-x32/build-x86_64-linux/gcc/ -mx32 -O -fPIC -dp -

[Bug target/47446] [x32] .quad instead of .long is used for address

2011-01-25 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47446 --- Comment #3 from hjl at gcc dot gnu.org 2011-01-25 22:05:19 UTC --- Author: hjl Date: Tue Jan 25 22:05:16 2011 New Revision: 169258 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169258 Log: Put back the last TARGET_64BIT check in ix86

[Bug debug/45136] -fcompare-debug failure with -Os -fschedule-insns

2011-01-25 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45136 --- Comment #9 from Alexandre Oliva 2011-01-25 22:28:02 UTC --- Author: aoliva Date: Tue Jan 25 22:27:51 2011 New Revision: 169260 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169260 Log: PR debug/45136 PR debug/45130 * haifa-sched.c (g

[Bug debug/45130] -fcompare-debug failure with -Os -fsched-spec-load -fschedule-insns

2011-01-25 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45130 --- Comment #4 from Alexandre Oliva 2011-01-25 22:28:02 UTC --- Author: aoliva Date: Tue Jan 25 22:27:51 2011 New Revision: 169260 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169260 Log: PR debug/45136 PR debug/45130 * haifa-sched.c (g

[Bug debug/45136] -fcompare-debug failure with -Os -fschedule-insns

2011-01-25 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45136 Alexandre Oliva changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug preprocessor/47311] [4.6 Regression][C++0x] ICE in tsubst @cp/pt.c:10502

2011-01-25 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47311 --- Comment #26 from Dodji Seketeli 2011-01-25 22:32:34 UTC --- "pluto at agmk dot net" writes: > with this patch the *current* gcc-trunk (with fixed PR47317) > ICEs in fixed_type_or_null. Thank you for testing so early. I posted a second (hop

[Bug c/47228] New: likely improper segfault in generated code

2011-01-25 Thread LpSolit at netscape dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47228 Summary: likely improper segfault in generated code Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig...@

[Bug rtl-optimization/46569] New: bootsrap comparison failure in fortran/trans-openmp.c

2011-01-25 Thread LpSolit at netscape dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46569 Summary: bootsrap comparison failure in fortran/trans-openmp.c Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization

[Bug rtl-optimization/46570] New: bootsrap comparison failure in fortran/trans-openmp.c

2011-01-25 Thread LpSolit at netscape dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46570 Summary: bootsrap comparison failure in fortran/trans-openmp.c Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization

[Bug c++/46069] New: ill-formed use of decltype causes segfault

2011-01-25 Thread LpSolit at netscape dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46069 Summary: ill-formed use of decltype causes segfault Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig

[Bug c++/46759] incorrect array bounds warning?

2011-01-25 Thread LpSolit at netscape dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46759 --- Comment #4 from rwgk at yahoo dot com 2010-12-05 06:14:35 UTC --- Created attachment 22639 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22639 reproducer for similar warning from gcc 4.6 I'm getting a similar warning with g++ from the cu

[Bug target/46878] V850 ICE in in maybe_add_or_update_dep_1, at sched-deps.c:854

2011-01-25 Thread dj at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878 DJ Delorie changed: What|Removed |Added Attachment #23074|0 |1 is obsolete|

[Bug tree-optimization/47265] [4.6 Regression] Error: SSA name in freelist but still referenced

2011-01-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47265 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug rtl-optimization/47464] [4.6 Regression] Many gomp failures

2011-01-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47464 Jakub Jelinek changed: What|Removed |Added Keywords||wrong-code Priority|P2

[Bug rtl-optimization/47464] [4.6 Regression] Many gomp failures

2011-01-25 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47464 --- Comment #2 from Jeffrey A. Law 2011-01-26 00:07:44 UTC --- We're miscompiling move_exit_barriers, though I don't yet know how my patch is the root cause. Jeff

[Bug tree-optimization/47228] [4.6 Regression] wrong code with loop

2011-01-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47228 Andrew Pinski changed: What|Removed |Added Target|i686-pc-linux-gnu |i?86-pc-linux-gnu Status|UNCO

[Bug rtl-optimization/46569] bootsrap comparison failure in fortran/trans-openmp.c

2011-01-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46569 --- Comment #1 from Andrew Pinski 2011-01-26 00:14:17 UTC --- *** Bug 46570 has been marked as a duplicate of this bug. ***

[Bug rtl-optimization/46570] bootsrap comparison failure in fortran/trans-openmp.c

2011-01-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46570 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug rtl-optimization/46569] bootsrap comparison failure in fortran/trans-openmp.c

2011-01-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46569 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug rtl-optimization/46571] [4.6 Regression] bootstrap comparison failure in fortran/trans-openmp.c

2011-01-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46571 --- Comment #6 from Andrew Pinski 2011-01-26 00:16:38 UTC --- *** Bug 46569 has been marked as a duplicate of this bug. ***

[Bug java/47456] internal compiler error: Segmentation fault while using jna

2011-01-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47456 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/46069] [C++0x] ill-formed use of decltype causes segfault

2011-01-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46069 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug middle-end/47466] New: c++ __builtin_expect() regression

2011-01-25 Thread guillaume at morinfr dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47466 Summary: c++ __builtin_expect() regression Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassig...@

[Bug c++/43601] Enormous increase in DLL object files size in 4.5

2011-01-25 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43601 Dave Korn changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug other/47467] New: [4.6 Regression] hwint.h:239:3: error: implicit declaration of function 'abs'

2011-01-25 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47467 Summary: [4.6 Regression] hwint.h:239:3: error: implicit declaration of function 'abs' Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P

[Bug target/40125] libgcc_s DLL installed in wrong directory in cross toolchain

2011-01-25 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40125 Dave Korn changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug rtl-optimization/47464] [4.6 Regression] Many gomp failures

2011-01-25 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47464 --- Comment #3 from Jeffrey A. Law 2011-01-26 04:33:24 UTC --- Stranger and stranger. It looks like my patch may have exposed a latent bug in the post-reload ifcvt pass. It's moving some insns which clearly aren't safe to move. IF-CASE-1 foun

[Bug target/47468] New: FAIL: tmpdir-g++.dg-struct-layout-1/*

2011-01-25 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47468 Summary: FAIL: tmpdir-g++.dg-struct-layout-1/* Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassig...@

[Bug target/47468] FAIL: tmpdir-g++.dg-struct-layout-1/*

2011-01-25 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47468 --- Comment #1 from Dave Korn 2011-01-26 04:47:09 UTC --- Created attachment 23128 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23128 preprocessed source for testcase (first failing test) This is what causes: FAIL: tmpdir-g++.dg-struct-la

[Bug target/47468] FAIL: tmpdir-g++.dg-struct-layout-1/*

2011-01-25 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47468 Dave Korn changed: What|Removed |Added Target||i686-pc-cygwin Status|UNCONFIRMED

[Bug fortran/47293] libquadmath: strtoflt128 - NAN not correctly read and C99 hex floating point format missing

2011-01-25 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47293 --- Comment #3 from Jerry DeLisle 2011-01-26 05:45:35 UTC --- I think this fixes it. Why it was whacked, who knows. Index: gd_qnan.h === --- gd_qnan.h(revision 169141) +++ gd_q

[Bug target/47468] FAIL: tmpdir-g++.dg-struct-layout-1/*

2011-01-25 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47468 --- Comment #3 from H.J. Lu 2011-01-26 05:53:17 UTC --- See PR 44948. I think -march=native turns on SSE which triggers this warning.

[Bug target/47468] FAIL: tmpdir-g++.dg-struct-layout-1/*

2011-01-25 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47468 --- Comment #4 from H.J. Lu 2011-01-26 05:55:50 UTC --- Also see PRs 46195 and 46280.

<    1   2   3   >