[Bug lto/47528] liblto_plugin.so not found should not to be an fatal error

2011-02-08 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47528 --- Comment #6 from Kai Tietz ktietz at gcc dot gnu.org 2011-02-08 08:03:22 UTC --- Just out of interest. What binutils version you are using? As error message indicates that the ld tool doesn't recognize -plugin command.

[Bug lto/47225] [4.6 regression]: cross-compile fails while configuring libgcc with xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found

2011-02-08 Thread bonzini at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47225 --- Comment #34 from Paolo Bonzini bonzini at gnu dot org 2011-02-08 08:06:28 UTC --- Iain, the correct fix is to add -module to the LTO plugin LDFLAGS. This changes the extension from .dylib to .so.

[Bug lto/47528] liblto_plugin.so not found should not to be an fatal error

2011-02-08 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47528 --- Comment #7 from Dongsheng Song dongsheng.song at gmail dot com 2011-02-08 08:56:26 UTC --- The source of binutils for native compiler same as the cross building compiler, so I think this maybe an autotools bug of binutils:

[Bug lto/47528] liblto_plugin.so not found should not to be an fatal error

2011-02-08 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47528 --- Comment #8 from Kai Tietz ktietz at gcc dot gnu.org 2011-02-08 09:25:38 UTC --- Is binutils build using option '--enable-plugins'? It is worth a try. AFAICS is there in ld's configure.ac a quirk about the header-check windows.h. It uses here

[Bug fortran/47642] New: real(kind=16) - libquadmath - segfault on amd64 FreeBSD

2011-02-08 Thread mexas at bristol dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47642 Summary: real(kind=16) - libquadmath - segfault on amd64 FreeBSD Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug lto/47225] [4.6 regression]: cross-compile fails while configuring libgcc with xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found

2011-02-08 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47225 --- Comment #35 from Iain Sandoe iains at gcc dot gnu.org 2011-02-08 09:56:08 UTC --- (In reply to comment #34) the correct fix is to add -module to the LTO plugin LDFLAGS. This changes the extension from .dylib to .so. Thanks, I suppose the

[Bug lto/47225] [4.6 regression]: cross-compile fails while configuring libgcc with xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found

2011-02-08 Thread bonzini at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47225 --- Comment #36 from Paolo Bonzini bonzini at gnu dot org 2011-02-08 10:00:41 UTC --- No, it should be added for all targets.

[Bug lto/47528] liblto_plugin.so not found should not to be an fatal error

2011-02-08 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47528 --- Comment #9 from Dongsheng Song dongsheng.song at gmail dot com 2011-02-08 10:04:25 UTC --- Thanks, with the following patch (Windows.h = windows.h), the building OK now: $ git diff ld/configure.in ld/plugin.c diff --git a/ld/configure.in

[Bug lto/47225] [4.6 regression]: cross-compile fails while configuring libgcc with xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found

2011-02-08 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47225 --- Comment #37 from Iain Sandoe iains at gcc dot gnu.org 2011-02-08 10:10:21 UTC --- (In reply to comment #36) No, it should be added for all targets. so.. Index: lto-plugin/Makefile.am

[Bug tree-optimization/47639] [4.5/4.6 Regression] ICE: verify_stmts failed: statement marked for throw, but doesn't with -fstack-check=generic -fexceptions -fnon-call-exceptions

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47639 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug lto/47641] gcc.dg/lto/20101009-1 c_lto_20101009-1_0.o-c_lto_20101009-1_0.o link ICE

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47641 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug lto/47528] liblto_plugin.so not found should not to be an fatal error

2011-02-08 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47528 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug target/47643] New: x86 -mtune docs still imply i386 is the default for codegen

2011-02-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47643 Summary: x86 -mtune docs still imply i386 is the default for codegen Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: documentation Severity: normal

[Bug fortran/47642] real(kind=16) - libquadmath - segfault on amd64 FreeBSD

2011-02-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47642 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug tree-optimization/47632] [4.6 Regression] ICE: verify_flow_info failed: BB 4 can not throw but has an EH edge with -fnon-call-exceptions -ftrapv and operator new[]

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47632 --- Comment #3 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-08 10:44:12 UTC --- Author: rguenth Date: Tue Feb 8 10:44:06 2011 New Revision: 169917 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169917 Log: 2011-02-08 Richard

[Bug target/47324] g++.dg/torture/stackalign failures with -O3 -g at -m32 on darwin

2011-02-08 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47324 --- Comment #13 from Jack Howarth howarth at nitro dot med.uc.edu 2011-02-08 10:45:31 UTC --- The audit trail is a little fuzzy here but it seems like this wasn't present at r137753 but was at r138906 for -m32 on i686-apple-darwin9. We also had

[Bug tree-optimization/47632] [4.6 Regression] ICE: verify_flow_info failed: BB 4 can not throw but has an EH edge with -fnon-call-exceptions -ftrapv and operator new[]

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

[Bug target/47324] g++.dg/torture/stackalign failures with -O3 -g at -m32 on darwin

2011-02-08 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47324 --- Comment #14 from mrs at gcc dot gnu.org mrs at gcc dot gnu.org 2011-02-08 10:50:43 UTC --- 157762 seems to have new code that outputs a dwarf register number without going though DWARF2_FRAME_REG_OUT which I think is wrong. I fixed that and

[Bug target/47324] g++.dg/torture/stackalign failures with -O3 -g at -m32 on darwin

2011-02-08 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47324 --- Comment #15 from Jack Howarth howarth at nitro dot med.uc.edu 2011-02-08 10:57:38 UTC --- These probably were failing since added here... http://gcc.gnu.org/ml/gcc-patches/2008-07/msg00647.html

[Bug lto/47528] liblto_plugin.so not found should not to be an fatal error

2011-02-08 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47528 --- Comment #11 from Dongsheng Song dongsheng.song at gmail dot com 2011-02-08 11:04:32 UTC --- I don't known where I report the following issue: C:\gcc -O2 -pipe Hello.c C:\a Hello, World! C:\gcc -O2 -pipe -flto Hello.c

[Bug lto/47528] liblto_plugin.so not found should not to be an fatal error

2011-02-08 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47528 --- Comment #12 from Kai Tietz ktietz at gcc dot gnu.org 2011-02-08 11:14:09 UTC --- (In reply to comment #11) I don't known where I report the following issue: C:\gcc -O2 -pipe Hello.c C:\a Hello, World! C:\gcc -O2 -pipe -flto Hello.c

[Bug target/47617] SSE rounding mode works -g, not -O3

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47617 --- Comment #7 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-08 11:35:32 UTC --- Well, this case is slightly different as we simply have const/pure builtins that do not only depend on their arguments (but the FP state). Thus we'd need

[Bug libffi/46661] 32-bit cls_pointer.c, cls_pointer_stack.c FAIL on IRIX 6.5

2011-02-08 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46661 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug c/47644] New: [avr] Regression in choosing registers

2011-02-08 Thread Kip.Hicit at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47644 Summary: [avr] Regression in choosing registers Product: gcc Version: 4.3.3 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c AssignedTo:

[Bug c/47644] [avr] Optimisation regression in choosing registers

2011-02-08 Thread Kip.Hicit at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47644 --- Comment #1 from Ángel Kip.Hicit at gmail dot com 2011-02-08 11:47:46 UTC --- Created attachment 23276 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23276 gcc 4.3.3 assembler

[Bug c/47644] [avr] Optimisation regression in choosing registers

2011-02-08 Thread Kip.Hicit at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47644 --- Comment #2 from Ángel Kip.Hicit at gmail dot com 2011-02-08 11:48:37 UTC --- Created attachment 23277 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23277 gcc 4.2 assembler

[Bug tree-optimization/47639] [4.5/4.6 Regression] ICE: verify_stmts failed: statement marked for throw, but doesn't with -fstack-check=generic -fexceptions -fnon-call-exceptions

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47639 --- Comment #3 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-08 12:09:09 UTC --- Ugh. We lower [LP 1] D.2691_8 = v1_6(D) / v2_7(D); to D.2699_13 = BIT_FIELD_REF v1_6(D), 32, 0; D.2700_14 = BIT_FIELD_REF v2_7(D), 32, 0;

[Bug middle-end/47645] New: Generic vector lowering does not preserve EH information

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47645 Summary: Generic vector lowering does not preserve EH information Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal

[Bug bootstrap/45381] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: error: AltiVec argument passed to unprototyped function

2011-02-08 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45381 Iain Sandoe iains at gcc dot gnu.org changed: What|Removed |Added CC||iains at gcc dot

[Bug libfortran/47567] Wrong output for small absolute values with F editing

2011-02-08 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47567 --- Comment #14 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-02-08 12:36:19 UTC --- OK, thanks for spotting that. I will have a look.

[Bug fortran/47642] real(kind=16) - libquadmath - segfault on amd64 FreeBSD

2011-02-08 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47642 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/47642] real(kind=16) - libquadmath - segfault on amd64 FreeBSD

2011-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47642 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug lto/47641] gcc.dg/lto/20101009-1 c_lto_20101009-1_0.o-c_lto_20101009-1_0.o link ICE

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47641 --- Comment #4 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-08 12:53:53 UTC --- Author: rguenth Date: Tue Feb 8 12:53:50 2011 New Revision: 169925 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169925 Log: 2011-02-08 Richard

[Bug lto/47641] gcc.dg/lto/20101009-1 c_lto_20101009-1_0.o-c_lto_20101009-1_0.o link ICE

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

[Bug fortran/47642] real(kind=16) - libquadmath - segfault on amd64 FreeBSD

2011-02-08 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47642 --- Comment #4 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-02-08 13:00:49 UTC --- Jakub, if you have time to fix this, please do. It may take me several days to get to this because of time constraints.

[Bug tree-optimization/45978] [4.6 Regression] bogus array subscript is above array bounds warning in extremely simple code with no loops

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45978 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2 ---

[Bug c++/46394] [C++0X] [4.6 Regression] no matching function with default template parameter

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46394 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug tree-optimization/46728] GCC does not generate fmadd for pow (x, 0.75)+y on powerpc

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46728 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug middle-end/46790] [4.6 regression] EH failures in libstdc++ testsuite with --gc-sections and GNU ld 2.18

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46790 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1 ---

[Bug tree-optimization/46886] [4.5/4.6 Regression] gfortran.dg/array_constructor_9.f90 FAILs with -ftree-parallelize-loops -fstrict-overflow -fno-tree-ch

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46886 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug c++/47049] [C++0x] ICE in write_unnamed_type_name with lambda use

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47049 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c++/47049] [C++0x] ICE in write_unnamed_type_name with lambda use

2011-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47049 --- Comment #12 from Jakub Jelinek jakub at gcc dot gnu.org 2011-02-08 13:58:17 UTC --- It is a regression in the sense that e.g. the #c10 testcase with 4.4 resulted in a bunch of errors, but not an ICE, while it ICEs in 4.6.

[Bug middle-end/47092] [4.6 Regression] gfortran.fortran-torture/execute/forall_4.f90 is VERY slow with -fgraphite-identity

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47092 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug fortran/47642] real(kind=16) - libquadmath - segfault on amd64 FreeBSD

2011-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47642 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org 2011-02-08 14:04:23 UTC --- The question is how accurrate we expect the n argument to be (e.g. for #include quadmath.h int main (void) { char buf[1024]; int i; __float128 f; for

[Bug bootstrap/47243] [4.6 Regression] Bootstrap fails: Segfault of genmddeps / COLLECT bug?

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47243 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug c++/47326] [4.4/4.5/4.6 Regression] ICE in tsubst_copy (triggered by dependency of return type on parameter pack size)

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47326 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2 ---

[Bug middle-end/45505] [4.6 Regression] gfortran.dg/pr25923.f90

2011-02-08 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45505 Martin Jambor jamborm at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug tree-optimization/47639] [4.5/4.6 Regression] ICE: verify_stmts failed: statement marked for throw, but doesn't with -fstack-check=generic -fexceptions -fnon-call-exceptions

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47639 --- Comment #4 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-08 14:16:53 UTC --- Author: rguenth Date: Tue Feb 8 14:16:50 2011 New Revision: 169926 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169926 Log: 2011-02-08 Richard

[Bug middle-end/47092] [4.6 Regression] gfortran.fortran-torture/execute/forall_4.f90 is VERY slow with -fgraphite-identity

2011-02-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47092 --- Comment #2 from Dominique d'Humieres dominiq at lps dot ens.fr 2011-02-08 14:22:17 UTC --- The slow-down appeared between revisions 167992 and 168504.

[Bug c++/47326] [4.4/4.5/4.6 Regression] ICE in tsubst_copy (triggered by dependency of return type on parameter pack size)

2011-02-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47326 --- Comment #8 from Jonathan Wakely redi at gcc dot gnu.org 2011-02-08 14:30:36 UTC --- The code is valid C++0x (so the summary should include [C++0x]) It doesn't ICE if sizeof...(_ARGS) is used instead of sizeof...(args), or if the sizeof...

[Bug driver/47390] [4.6 Regression] Linking with -export-dynamic broken

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47390 --- Comment #6 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-08 14:36:34 UTC --- (In reply to comment #2) On Fri, 21 Jan 2011, rguenth at gcc dot gnu.org wrote: Joseph - 4.5 handled -export-dynamic by passing it through to the

[Bug tree-optimization/47640] [4.6 Regression] ICE: verify_flow_info failed: BB 3 can not throw but has an EH edge with -fstack-check=generic -fnon-call-exceptions -ftrapv

2011-02-08 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47640 --- Comment #2 from Jeffrey A. Law law at redhat dot com 2011-02-08 14:37:27 UTC --- tree-ssa-forwprop is either not doing the right thing WRT EH edges when it removes statements which potentially throw or shouldn't be removing the potentially

[Bug rtl-optimization/47477] [4.6 regression] Sub-optimal mov at end of method

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47477 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug rtl-optimization/47477] [4.6 regression] Sub-optimal mov at end of method

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47477 --- Comment #8 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-08 14:39:25 UTC --- (In reply to comment #7) forwprop is a forward walk, for this kind of optimization we want to walk backwards, from the narrowing integer conversion to

[Bug c++/47482] [4.6 Regression] [C++0x] ICE: unexpected expression ‘sizeof (A)’ of kind sizeof_expr

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47482 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug tree-optimization/47640] [4.6 Regression] ICE: verify_flow_info failed: BB 3 can not throw but has an EH edge with -fstack-check=generic -fnon-call-exceptions -ftrapv

2011-02-08 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47640 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/47632] [4.6 Regression] ICE: verify_flow_info failed: BB 4 can not throw but has an EH edge with -fnon-call-exceptions -ftrapv and operator new[]

2011-02-08 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47632 --- Comment #5 from Jeffrey A. Law law at redhat dot com 2011-02-08 14:45:16 UTC --- *** Bug 47640 has been marked as a duplicate of this bug. ***

[Bug libgcj/47484] [4.4/4.5/4.6 regression] share/python/aotcompile.py and share/python/classfile.py pollute common namespace

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47484 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug lto/47497] [4.6 Regression] SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -fwhole-program

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47497 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug rtl-optimization/47614] [4.6 Regression] cpu2000 benchmark 301.apsi fails with revision 169782

2011-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47614 --- Comment #8 from Jakub Jelinek jakub at gcc dot gnu.org 2011-02-08 14:52:25 UTC --- I can't reproduce this with a cross compiler unfortunately, but perhaps using check_for_inc_dec (currently static in dse.c) when deleting insn where needed in

[Bug c++/47503] [4.6 Regression] [C++0x] ICE: in adjust_temp_type, at cp/semantics.c:5876 with -fno-elide-constructors

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47503 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug middle-end/47646] New: [4.6 Regression] Revision 169918 caused many testsuite failures

2011-02-08 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47646 Summary: [4.6 Regression] Revision 169918 caused many testsuite failures Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/47511] [4.6 Regression] [C++0x] ICE: unexpected ast of kind template_decl in potential_constant_expression_1, at cp/semantics.c:7711

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47511 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug lto/47527] [4.6 regression] -flto -flto-partition=none broken for arm-linux-gnueabi

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47527 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug middle-end/47581] [4.5/4.6 regression] Unnecessary adjustments to stack pointer

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47581 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug pch/47584] [4.6 regression] internal compiler error: sigsegv in libcpp/line-map.c:285

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47584 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug rtl-optimization/47620] [4.6 Regression] Profiledbootstrap failure on powerpc-linux

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47620 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target|powerpc64-linux

[Bug testsuite/47622] [4.6 Regression] FAIL: gcc.dg/pr42631.c scan-rtl-dump-not web Web oldreg

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47622 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug tree-optimization/47639] [4.5 Regression] ICE: verify_stmts failed: statement marked for throw, but doesn't with -fstack-check=generic -fexceptions -fnon-call-exceptions

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47639 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Known to work||4.6.0

[Bug middle-end/47646] [4.6 Regression] Revision 169918 caused many testsuite failures

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47646 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1 Target

[Bug rtl-optimization/47420] [4.6 regression] ICE: in calc_dfs_tree, at dominance.c:395 with c++ code for mingw

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47420 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug c++/47488] [4.4/4.5/4.6 Regression] (sizeof|decltype) + template + string literals: ICE in write_template_arg_literal, at cp/mangle.c

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47488 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.4.6

[Bug middle-end/44440] [4.6 regression] ira_initialization and buitins construction taking too much of startup time

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=0 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug libstdc++/47560] [4.6 Regression] FAIL: abi/header_cxxabi.c (test for excess errors)

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47560 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug lto/47241] lto not work on mingw32, reporting 'ld.exe: could not unlink output file'

2011-02-08 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47241 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug target/47619] ICE in printf() with -fsplit-stack enabled.

2011-02-08 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47619 --- Comment #7 from Ian Lance Taylor ian at airs dot com 2011-02-08 15:41:35 UTC --- Works for me with current mainline gold and eglibc 2.11.1 on Ubuntu Lucid. Can you show me the -v line from your link command?

[Bug target/47619] ICE in printf() with -fsplit-stack enabled.

2011-02-08 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47619 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added CC||hjl.tools at gmail

[Bug libmudflap/18885] linker does not link libmudflap automatically with -fmudflap

2011-02-08 Thread ludo at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18885 Ludovic Courtès ludo at gnu dot org changed: What|Removed |Added CC||ludo at gnu dot org

[Bug debug/47647] New: BLOCKs are empty

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47647 Summary: BLOCKs are empty Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: lto Severity: normal Priority: P3 Component: debug AssignedTo:

[Bug bootstrap/45381] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: error: AltiVec argument passed to unprototyped function

2011-02-08 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45381 --- Comment #9 from Richard Henderson rth at gcc dot gnu.org 2011-02-08 16:17:10 UTC --- I don't think we really want to pursue this further. I had hoped to find a solution that satisfied the older apple compiler -- it is supposed to support

[Bug bootstrap/45381] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: error: AltiVec argument passed to unprototyped function

2011-02-08 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45381 --- Comment #10 from Iain Sandoe iains at gcc dot gnu.org 2011-02-08 16:44:15 UTC --- (In reply to comment #9) I don't think we really want to pursue this further. I had hoped to find a solution that satisfied the older apple compiler -- it

[Bug middle-end/47646] [4.6 Regression] Revision 169918 caused many testsuite failures

2011-02-08 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47646 --- Comment #1 from Andreas Krebbel krebbel at gcc dot gnu.org 2011-02-08 16:46:25 UTC --- Author: krebbel Date: Tue Feb 8 16:46:20 2011 New Revision: 169927 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169927 Log: 2011-02-08 Andreas

[Bug bootstrap/45381] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: error: AltiVec argument passed to unprototyped function

2011-02-08 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45381 --- Comment #11 from Richard Henderson rth at gcc dot gnu.org 2011-02-08 16:52:41 UTC --- Yes, a patch like in #1 would be fine.

[Bug tree-optimization/46994] [4.6 Regression] ICE: in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c:422 with -fgraphite-identity -fno-tree-dce -ffast-math

2011-02-08 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46994 --- Comment #3 from Sebastian Pop spop at gcc dot gnu.org 2011-02-08 16:54:03 UTC --- Author: spop Date: Tue Feb 8 16:53:57 2011 New Revision: 169928 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169928 Log: Fix PRs 46834, 46994, and

[Bug middle-end/46834] [4.6 Regression] ICE: verify_ssa failed: missing definition with -fgraphite-identity -ffast-math -fno-tree-dce

2011-02-08 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46834 --- Comment #3 from Sebastian Pop spop at gcc dot gnu.org 2011-02-08 16:54:04 UTC --- Author: spop Date: Tue Feb 8 16:53:57 2011 New Revision: 169928 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169928 Log: Fix PRs 46834, 46994, and

[Bug driver/47390] [4.6 Regression] Linking with -export-dynamic broken

2011-02-08 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47390 --- Comment #7 from joseph at codesourcery dot com joseph at codesourcery dot com 2011-02-08 16:54:19 UTC --- On Tue, 8 Feb 2011, rguenth at gcc dot gnu.org wrote: Hm, I see. The -e LINK_COMMAND_SPEC isn't documented in invoke.texi Link

[Bug middle-end/46834] [4.6 Regression] ICE: verify_ssa failed: missing definition with -fgraphite-identity -ffast-math -fno-tree-dce

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

[Bug tree-optimization/46995] [4.6 Regression] ICE: verify_ssa failed: definition in block 11 does not dominate use in block 16 with -fgraphite-identity -fno-tree-dce -ffast-math

2011-02-08 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46995 --- Comment #3 from Sebastian Pop spop at gcc dot gnu.org 2011-02-08 16:54:03 UTC --- Author: spop Date: Tue Feb 8 16:53:57 2011 New Revision: 169928 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169928 Log: Fix PRs 46834, 46994, and

[Bug tree-optimization/46994] [4.6 Regression] ICE: in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c:422 with -fgraphite-identity -fno-tree-dce -ffast-math

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

[Bug tree-optimization/46995] [4.6 Regression] ICE: verify_ssa failed: definition in block 11 does not dominate use in block 16 with -fgraphite-identity -fno-tree-dce -ffast-math

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

[Bug fortran/47648] New: libgfortran/libgfortran.h:53:29: fatal error: quadmath_weak.h: No such f ile or directory - FreeBSD ia64

2011-02-08 Thread mexas at bristol dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47648 Summary: libgfortran/libgfortran.h:53:29: fatal error: quadmath_weak.h: No such f ile or directory - FreeBSD ia64 Product: gcc Version: 4.6.0 Status: UNCONFIRMED

[Bug fortran/47649] New: install-info: No such file or directory for /usr/local/info/gcc46/libquadmath.info

2011-02-08 Thread mexas at bristol dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47649 Summary: install-info: No such file or directory for /usr/local/info/gcc46/libquadmath.info Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal

[Bug testsuite/47622] [4.6 Regression] FAIL: gcc.dg/pr42631.c scan-rtl-dump-not web Web oldreg

2011-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47622 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug target/47481] [4.6 Regression] spill failure with -O2 -msoft-float on Ada RTS

2011-02-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47481 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug bootstrap/47243] [4.6 Regression] Bootstrap fails: Segfault of genmddeps / COLLECT bug?

2011-02-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47243 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug fortran/47642] real(kind=16) - libquadmath - segfault on amd64 FreeBSD

2011-02-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47642 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added CC||burnus at gcc

[Bug fortran/47649] install-info: No such file or directory for /usr/local/info/gcc46/libquadmath.info

2011-02-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47649 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added CC||burnus at gcc

[Bug target/47619] ICE in printf() with -fsplit-stack enabled.

2011-02-08 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47619 --- Comment #9 from Ian Lance Taylor ian at airs dot com 2011-02-08 18:41:53 UTC --- I just tried glibc 2.12.2 on Fedora 13 and it worked there too. I don't have a Fedora 14 system. This program eats memory and your numbers show it had

[Bug tree-optimization/42893] [4.3/4.4/4.5/4.6 Regression] Missed conditionally dead store elimination

2011-02-08 Thread law at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42893 --- Comment #12 from Jeffrey A. Law law at gcc dot gnu.org 2011-02-08 18:54:21 UTC --- Author: law Date: Tue Feb 8 18:54:12 2011 New Revision: 169933 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169933 Log: PR

[Bug tree-optimization/42893] [4.3/4.4/4.5/4.6 Regression] Missed conditionally dead store elimination

2011-02-08 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42893 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|REOPENED|RESOLVED

  1   2   >