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

2011-02-09 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47646 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

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

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

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

2011-02-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47646 --- Comment #3 from Dominique d'Humieres dominiq at lps dot ens.fr 2011-02-09 08:26:12 UTC --- The following patch is missing for gcc/testsuite/obj-c++.dg/attributes/method-noreturn-1.mm: ---

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

2011-02-09 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47646 --- Comment #4 from Eric Botcazou ebotcazou at gcc dot gnu.org 2011-02-09 08:31:01 UTC --- The following patch is missing for gcc/testsuite/obj-c++.dg/attributes/method-noreturn-1.mm: Can't you simply move the dg directives ?

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

2011-02-09 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47646 --- Comment #5 from Andreas Krebbel krebbel at gcc dot gnu.org 2011-02-09 08:35:32 UTC --- (In reply to comment #4) The following patch is missing for gcc/testsuite/obj-c++.dg/attributes/method-noreturn-1.mm: Can't you simply move the dg

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

2011-02-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47642 --- Comment #9 from Jakub Jelinek jakub at gcc dot gnu.org 2011-02-09 08:44:54 UTC --- On sparc64 obviously libquadmath isn't used and thus it is expected it works there and has nothing to do with libquadmath - on sparc*/s390* long double is IEEE

[Bug target/46072] AIX linker chokes on debug info for uninitialized static variables

2011-02-09 Thread michael.haubenwallner at salomon dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46072 --- Comment #6 from Michael Haubenwallner michael.haubenwallner at salomon dot at 2011-02-09 09:03:05 UTC --- (In reply to comment #5) Created attachment 23120 [details] Patch to simply not use bss section with .bs, but private-data-section

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

2011-02-09 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47641 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added CC||danglin at gcc dot

[Bug lto/47652] [4.6 Regression] FAIL: gcc.dg/lto/20101009-1 c_lto_20101009-1_0.o-c_lto_20101009-1_0.o link

2011-02-09 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47652 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/47657] New: missed vectorization

2011-02-09 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47657 Summary: missed vectorization Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo:

[Bug c++/47658] New: -Os generates bigger code than -O2/3 for many small inline functions (objects)

2011-02-09 Thread Kicer86 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47658 Summary: -Os generates bigger code than -O2/3 for many small inline functions (objects) Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority:

[Bug bootstrap/46456] cppbuiltin.o fails to build for arm-eabi

2011-02-09 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46456 Ian Bolton ibolton at gcc dot gnu.org changed: What|Removed |Added CC||danglin at gcc dot

[Bug target/46276] cppbuiltin.c:154:7: error: 'or' of unmatched not-equal tests is always 1 [-Werror]

2011-02-09 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46276 Ian Bolton ibolton at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

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

2011-02-09 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47241 --- Comment #5 from Kai Tietz ktietz at gcc dot gnu.org 2011-02-09 09:40:28 UTC --- So it seems to be an issue of lto and file-caching. There is a dangling file-handle, which can cause this issue. Could you please test the following patch, if it

[Bug fortran/47637] [OOP] Memory leak involving INTENT(OUT) CLASS argument w/ allocatable components

2011-02-09 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47637 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code --- Comment #3 from

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

2011-02-09 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46661 --- Comment #2 from Rainer Orth ro at gcc dot gnu.org 2011-02-09 10:01:11 UTC --- Author: ro Date: Wed Feb 9 10:01:07 2011 New Revision: 169963 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169963 Log: PR libffi/46661 *

[Bug fortran/47659] New: -Wconversion[-extra] should emit warning for constant expressions

2011-02-09 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47659 Summary: -Wconversion[-extra] should emit warning for constant expressions Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/47650] wrong output of print_generic_decl() called from a plugin

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

[Bug fortran/47660] New: Retain warning text of -Wconversion messages when -Wconversion-extra is in effect

2011-02-09 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47660 Summary: Retain warning text of -Wconversion messages when -Wconversion-extra is in effect Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: enhancement

[Bug c++/47658] -Os generates bigger code than -O2/3 for many small inline functions (objects)

2011-02-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47658 --- Comment #1 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-09 10:58:01 UTC --- It works for me, the abstraction is completely eliminated by early inlining. At -Os we do not inline E::foo2 into E::foo1 but that isn't abstraction and

[Bug tree-optimization/47657] missed vectorization

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

[Bug tree-optimization/47657] missed vectorization

2011-02-09 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47657 --- Comment #2 from Joost VandeVondele Joost.VandeVondele at pci dot uzh.ch 2011-02-09 11:25:42 UTC --- Created attachment 23283 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23283 testcase including timing routine, last number is flop

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

2011-02-09 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45505 --- Comment #20 from Martin Jambor jamborm at gcc dot gnu.org 2011-02-09 11:48:11 UTC --- Author: jamborm Date: Wed Feb 9 11:48:09 2011 New Revision: 169964 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169964 Log: 2011-02-09 Martin

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

2011-02-09 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|ASSIGNED|RESOLVED

[Bug middle-end/47661] New: predict is confused by FP comparisons when math can trap

2011-02-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47661 Summary: predict is confused by FP comparisons when math can trap Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: normal

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

2011-02-09 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47324 --- Comment #23 from Jack Howarth howarth at nitro dot med.uc.edu 2011-02-09 12:31:27 UTC --- Any comments on this bit of Mike's patch... +int +darwin_dbx_register_number(n) +{ +#if 1 + /* Without -O3, eh-alloc-1.c -m32 fails. */ + /* Works!

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

2011-02-09 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45381 --- Comment #13 from Iain Sandoe iains at gcc dot gnu.org 2011-02-09 12:35:57 UTC --- (In reply to comment #6) (In reply to comment #5) I think altivec should disabled with gcc version 4.0.1 (Apple Inc. build 5493). Otherwise this pr could

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

2011-02-09 Thread coolypf at qq dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47241 --- Comment #6 from coolypf coolypf at qq dot com 2011-02-09 12:54:46 UTC --- (In reply to comment #5) So it seems to be an issue of lto and file-caching. There is a dangling file-handle, which can cause this issue. Could you please test the

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

2011-02-09 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47241 --- Comment #7 from Kai Tietz ktietz at gcc dot gnu.org 2011-02-09 13:10:24 UTC --- So there seems to be another dangling file-handle on it ... you are sure new plugin was used by ld? Another thing of interest, is the file it tries to remove

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

2011-02-09 Thread coolypf at qq dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47241 --- Comment #8 from coolypf coolypf at qq dot com 2011-02-09 13:50:15 UTC --- (In reply to comment #7) So there seems to be another dangling file-handle on it ... you are sure new plugin was used by ld? Another thing of interest, is the file it

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

2011-02-09 Thread coolypf at qq dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47241 --- Comment #9 from coolypf coolypf at qq dot com 2011-02-09 13:53:17 UTC --- (In reply to comment #8) (In reply to comment #7) So there seems to be another dangling file-handle on it ... you are sure new plugin was used by ld? Another thing

[Bug fortran/46321] [OOP] Polymorphic deallocation

2011-02-09 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46321 --- Comment #1 from Tobias Burnus burnus at gcc dot gnu.org 2011-02-09 13:59:09 UTC --- Note: There are four cases where a polymorphic deallocate is needed - though some might end up in the same code path: - explicit DEALLOCATE (cf. comment 0) -

[Bug fortran/47637] [OOP] Memory leak involving INTENT(OUT) CLASS argument w/ allocatable components

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

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

2011-02-09 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47324 --- Comment #24 from Ian Lance Taylor ian at airs dot com 2011-02-09 14:10:25 UTC --- The first branch of darwin_dbx_register_number looks like it will use the wrong register numbers in debug info. The second branch looks like it will do the

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2011-02-09 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #40 from Martin Jambor jamborm at gcc dot gnu.org 2011-02-09 14:12:57 UTC --- (In reply to comment #39) That could well be https://bugzilla.mozilla.org/show_bug.cgi?id=629638 Can you check with a changeset newer than

[Bug libstdc++/47662] New: [4.6 Regression] -fno-operator-names no longer works with STL headers

2011-02-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47662 Summary: [4.6 Regression] -fno-operator-names no longer works with STL headers Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug libstdc++/47662] [4.6 Regression] -fno-operator-names no longer works with STL headers

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

[Bug middle-end/47650] wrong output of print_generic_decl() called from a plugin

2011-02-09 Thread joe at mcknight dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47650 --- Comment #7 from joe at mcknight dot de 2011-02-09 14:22:48 UTC --- (In reply to comment #6) See http://gcc.gnu.org/ml/gcc-patches/2011-01/msg00956.html for a patch (queued for 4.7, several tree-dump check testcases have to be adjusted).

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

2011-02-09 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47324 --- Comment #25 from Jack Howarth howarth at nitro dot med.uc.edu 2011-02-09 14:25:23 UTC --- Ian, does that mean you believe we should just need... int darwin_dbx_register_number(n) return dbx_register_map[n];

[Bug libstdc++/47662] [4.6 Regression] -fno-operator-names no longer works with STL headers

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

[Bug c++/47172] [4.6 Regression] [C++0x] cannot call member function without object

2011-02-09 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47172 --- Comment #3 from Dodji Seketeli dodji at gcc dot gnu.org 2011-02-09 14:27:44 UTC --- Candidate patch posted to http://gcc.gnu.org/ml/gcc-patches/2011-02/msg00603.html

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

2011-02-09 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47646 --- Comment #6 from Eric Botcazou ebotcazou at gcc dot gnu.org 2011-02-09 14:28:03 UTC --- No. The problem is that two dg-warnings would be at the same line then. Then merge them, it's essentially the same warning issued twice.

[Bug libstdc++/47662] [4.6 Regression] -fno-operator-names no longer works with STL headers

2011-02-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47662 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2011-02-09 14:32:50 UTC --- I've also just noticed the manual for -fno-operator-names could do with some improvement: those alternative tokens aren't technically keywords, they're

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2011-02-09 Thread mh+gcc at glandium dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #41 from Mike Hommey mh+gcc at glandium dot org 2011-02-09 14:34:08 UTC --- (In reply to comment #40) I have just checked-out mozilla-central entirely by doing hg clone http://hg.mozilla.org/mozilla-central/ and the elfhack

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

2011-02-09 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46661 --- Comment #3 from Rainer Orth ro at gcc dot gnu.org 2011-02-09 14:40:18 UTC --- Author: ro Date: Wed Feb 9 14:40:15 2011 New Revision: 169972 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169972 Log: PR libffi/46661 *

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

2011-02-09 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|ASSIGNED|RESOLVED

[Bug libstdc++/47662] [4.6 Regression] -fno-operator-names no longer works with STL headers

2011-02-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47662 --- Comment #3 from Paolo Carlini paolo.carlini at oracle dot com 2011-02-09 15:10:39 UTC --- Thanks Jon, for sure that 'or' hasn't been added on purpose.

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

2011-02-09 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47324 --- Comment #26 from Ian Lance Taylor ian at airs dot com 2011-02-09 15:13:22 UTC --- I think the patch to dwarf2out.c is all you need and I don't understand why you are thinking about any patch to config/i386/darwin.h and config/i386/darwin.c at

[Bug fortran/47583] [4.6 Regression] Inquire affected by previous read

2011-02-09 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47583 --- Comment #13 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-02-09 15:47:26 UTC --- There is some debate whether or not I did this properly. I was rushing last night, cobbled the PR number in the email subject, omitted the patch to the

[Bug middle-end/47663] New: Very simple wrapper not inlined

2011-02-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47663 Summary: Very simple wrapper not inlined Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: normal Priority: P3 Component:

[Bug middle-end/47664] New: early inliner now needs iteration for multiple calls

2011-02-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47664 Summary: early inliner now needs iteration for multiple calls Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end

[Bug fortran/47637] [OOP] Memory leak involving INTENT(OUT) CLASS argument w/ allocatable components

2011-02-09 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47637 --- Comment #5 from janus at gcc dot gnu.org 2011-02-09 15:58:11 UTC --- Author: janus Date: Wed Feb 9 15:58:05 2011 New Revision: 169978 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169978 Log: 2011-02-09 Janus Weil ja...@gcc.gnu.org

[Bug fortran/47637] [OOP] Memory leak involving INTENT(OUT) CLASS argument w/ allocatable components

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

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

2011-02-09 Thread jiez at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47622 --- Comment #5 from Jie Zhang jiez at gcc dot gnu.org 2011-02-09 16:04:53 UTC --- I think my patch which causes this bug might be wrong after checking this test case in details. I may work out a new patch following Jeff's suggestion.

[Bug middle-end/47663] Very simple wrapper not inlined

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

[Bug fortran/47659] -Wconversion[-extra] should emit warning for constant expressions

2011-02-09 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47659 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P5 CC|

[Bug target/47665] New: [4.6 Regression] ICE in trunc_int_for_mode

2011-02-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47665 Summary: [4.6 Regression] ICE in trunc_int_for_mode Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3

[Bug target/47665] [4.6 Regression] ICE in trunc_int_for_mode

2011-02-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47665 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug fortran/47660] Retain warning text of -Wconversion messages when -Wconversion-extra is in effect

2011-02-09 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47660 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P5 CC|

[Bug middle-end/47650] wrong output of print_generic_decl() called from a plugin

2011-02-09 Thread joe at mcknight dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47650 --- Comment #8 from joe at mcknight dot de 2011-02-09 16:23:44 UTC --- (In reply to comment #6) See http://gcc.gnu.org/ml/gcc-patches/2011-01/msg00956.html for a patch (queued for 4.7, several tree-dump check testcases have to be adjusted).

[Bug target/47665] [4.6 Regression] ICE in trunc_int_for_mode

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

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

2011-02-09 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47324 --- Comment #27 from Jack Howarth howarth at nitro dot med.uc.edu 2011-02-09 16:28:55 UTC --- Ian, Just using... Index: gcc/dwarf2out.c === --- gcc/dwarf2out.c(revision

[Bug middle-end/47650] wrong output of print_generic_decl() called from a plugin

2011-02-09 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47650 --- Comment #9 from rguenther at suse dot de rguenther at suse dot de 2011-02-09 16:33:30 UTC --- On Wed, 9 Feb 2011, joe at mcknight dot de wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47650 --- Comment #8 from joe at mcknight dot de

[Bug ada/47666] New: [4.6 Regression] ICE in dfs_walk_once

2011-02-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47666 Summary: [4.6 Regression] ICE in dfs_walk_once Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component:

[Bug c++/47666] [4.6 Regression] ICE in dfs_walk_once

2011-02-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47666 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Component|ada |c++ Target

[Bug c++/47666] [4.6 Regression] ICE in dfs_walk_once

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

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

2011-02-09 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47324 --- Comment #28 from Ian Lance Taylor ian at airs dot com 2011-02-09 16:53:22 UTC --- Then let's find out why that is. The patch in comment #23 looks clearly incorrect to me.

[Bug fortran/47667] New: I/O for reals: READ waits for input after i and n

2011-02-09 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47667 Summary: I/O for reals: READ waits for input after i and n Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug middle-end/47383] ivopts miscompiles Pmode != ptr_mode

2011-02-09 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47383 --- Comment #11 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2011-02-09 17:20:07 UTC --- Author: hjl Date: Wed Feb 9 17:20:00 2011 New Revision: 169979 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169979 Log: Disable ivopts for

[Bug target/47665] [4.6 Regression] ICE in trunc_int_for_mode

2011-02-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47665 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c/47530] [trans-mem] tail call optimization problem with _ITM_commitTransaction

2011-02-09 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47530 Richard Henderson rth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug fortran/47667] I/O for reals: READ waits for input after i and n

2011-02-09 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47667 --- Comment #1 from Tobias Burnus burnus at gcc dot gnu.org 2011-02-09 18:03:08 UTC --- Other input which is handled specially is: Input new value: .e 3 ioerr = 5010 a = -999.0 Interestingly the following works:

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

2011-02-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47646 --- Comment #7 from Dominique d'Humieres dominiq at lps dot ens.fr 2011-02-09 18:06:22 UTC --- No. The problem is that two dg-warnings would be at the same line then. Then merge them, it's essentially the same warning issued twice. 1) I have

[Bug middle-end/47650] wrong output of print_generic_decl() called from a plugin

2011-02-09 Thread joe at mcknight dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47650 --- Comment #10 from joe at mcknight dot de 2011-02-09 18:08:32 UTC --- Created attachment 23285 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23285 A small test plugin that calls print_generic_decl()

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

2011-02-09 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47463 --- Comment #11 from janus at gcc dot gnu.org 2011-02-09 18:08:45 UTC --- The strange behavior of the test case in comment #9 can be cured by just removing one peculiar line of code: Index: gcc/fortran/resolve.c

[Bug middle-end/47650] wrong output of print_generic_decl() called from a plugin

2011-02-09 Thread joe at mcknight dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47650 --- Comment #11 from joe at mcknight dot de 2011-02-09 18:11:10 UTC --- Created attachment 23286 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23286 A C file that provokes wrong output of print_generic_decl()

[Bug middle-end/47650] wrong output of print_generic_decl() called from a plugin

2011-02-09 Thread joe at mcknight dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47650 --- Comment #12 from joe at mcknight dot de 2011-02-09 18:14:36 UTC --- That could be related to the function pointer issue where print_generic_decl() also rather repeats the declaration instead of printing the new type. You should use a

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

2011-02-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47614 --- Comment #10 from Jakub Jelinek jakub at gcc dot gnu.org 2011-02-09 18:30:29 UTC --- Created attachment 23287 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23287 gcc46-pr47614.patch Actually, I can reproduce it, I've just been looking

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

2011-02-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47614 --- Comment #11 from Jakub Jelinek jakub at gcc dot gnu.org 2011-02-09 18:31:51 UTC --- Created attachment 23288 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23288 gcc46-pr47614-2.patch Or simply reject side effects, similarly how we

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

2011-02-09 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47614 --- Comment #12 from Eric Botcazou ebotcazou at gcc dot gnu.org 2011-02-09 18:42:01 UTC --- Or simply reject side effects, similarly how we reject them elsewhere in postreload. Yes, I think that's good enough for now.

[Bug libstdc++/47668] New: missing 'typename' in debug-mode map

2011-02-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47668 Summary: missing 'typename' in debug-mode map Product: gcc Version: 4.3.5 Status: UNCONFIRMED Severity: minor Priority: P3 Component: libstdc++ AssignedTo:

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

2011-02-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47614 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Attachment #23288|0 |1 is

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

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

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

2011-02-09 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47646 --- Comment #8 from Eric Botcazou ebotcazou at gcc dot gnu.org 2011-02-09 18:58:16 UTC --- So any comment for obj-c++.dg/attributes/method-noreturn-1.mm applies as well to objc.dg/attributes/method-noreturn-1.m. Last point I don't have any

[Bug libstdc++/47668] missing 'typename' in debug-mode map

2011-02-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47668 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2011-02-09 19:01:03 UTC --- This certainly isn't high priority to fix, and I'm not sure what the best fix is given that G++ has problems with parsing the required typename (PR 14258) so

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

2011-02-09 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47646 --- Comment #9 from Eric Botcazou ebotcazou at gcc dot gnu.org 2011-02-09 19:23:06 UTC --- Author: ebotcazou Date: Wed Feb 9 19:23:02 2011 New Revision: 169982 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169982 Log: PR

[Bug c++/47666] [4.6 Regression] ICE in dfs_walk_once

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

[Bug c++/47658] -Os generates bigger code than -O2/3 for many small inline functions (objects)

2011-02-09 Thread Kicer86 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47658 --- Comment #2 from MichaƂ Walenciak Kicer86 at gmail dot com 2011-02-09 19:34:18 UTC --- (In reply to comment #1) It works for me, what do you mean by works ?:) the abstraction is completely eliminated by early inlining. At -Os we do not

[Bug objc/46710] fast enumeration tests failing on ia64-suse-linux-gnu

2011-02-09 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46710 Nicola Pero nicola at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

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

2011-02-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47646 --- Comment #10 from Dominique d'Humieres dominiq at lps dot ens.fr 2011-02-09 19:41:50 UTC --- OK, will take care of it, as well as the adjustment for Ada. Thanks!-)

[Bug middle-end/47664] early inliner now needs iteration for multiple calls

2011-02-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47664 --- Comment #1 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-09 20:05:01 UTC --- Author: rguenth Date: Wed Feb 9 20:04:56 2011 New Revision: 169983 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169983 Log: 2011-02-09 Richard

[Bug middle-end/47664] early inliner now needs iteration for multiple calls

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

[Bug c++/47658] -Os generates bigger code than -O2/3 for many small inline functions (objects)

2011-02-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47658 --- Comment #3 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-09 20:12:20 UTC --- (In reply to comment #2) (In reply to comment #1) It works for me, what do you mean by works ?:) works as expected ;) At -Os we inline to remove

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

2011-02-09 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47463 --- Comment #13 from janus at gcc dot gnu.org 2011-02-09 20:18:31 UTC --- (In reply to comment #12) I do not see whether the line makes sense or not. The idea seems to be to fix not fully resolved TBP -- but it is not completely clear to me

[Bug lto/47669] New: bootstrap failure due to undefined references

2011-02-09 Thread anhvofrcaus at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47669 Summary: bootstrap failure due to undefined references Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo:

[Bug c/47530] [trans-mem] tail call optimization problem with _ITM_commitTransaction

2011-02-09 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47530 --- Comment #2 from Richard Henderson rth at gcc dot gnu.org 2011-02-09 20:24:02 UTC --- Author: rth Date: Wed Feb 9 20:23:56 2011 New Revision: 169984 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169984 Log: PR 47530 *

[Bug c/47530] [trans-mem] tail call optimization problem with _ITM_commitTransaction

2011-02-09 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47530 Richard Henderson rth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

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

2011-02-09 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47463 --- Comment #14 from janus at gcc dot gnu.org 2011-02-09 20:30:23 UTC --- Author: janus Date: Wed Feb 9 20:30:20 2011 New Revision: 169985 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169985 Log: 2011-02-09 Janus Weil ja...@gcc.gnu.org

[Bug libstdc++/47668] missing 'typename' in debug-mode map

2011-02-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47668 --- Comment #2 from Paolo Carlini paolo.carlini at oracle dot com 2011-02-09 20:35:45 UTC --- What if we remove the using altogether?

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

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

  1   2   >