[Bug target/52323] New: i386: gcse runs amok with pic-addresses

2012-02-21 Thread kaffeemonster at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52323 Bug #: 52323 Summary: i386: gcse runs amok with pic-addresses Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal Priority:

[Bug target/52323] i386: gcse runs amok with pic-addresses

2012-02-21 Thread kaffeemonster at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52323 --- Comment #1 from Jan Seiffert kaffeemonster at googlemail dot com 2012-02-21 08:15:19 UTC --- Created attachment 26709 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26709 Testcase exposing gcse hyperactivity with pic on i386 the testcase

[Bug c++/52320] missing destructor call after thrown exception in initializer

2012-02-21 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52320 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

[Bug rtl-optimization/52323] i386: gcse runs amok with pic-addresses

2012-02-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52323 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords||ra

[Bug middle-end/52316] Loops with floating-point iteration variables not optimized away, though result is not used

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

[Bug tree-optimization/52318] [4.7 Regression] ICE: in execute_todo, at passes.c:1748 with -O3 -ftracer -fno-tree-ccp -fno-tree-copy-prop -fno-tree-dce and stpcpy_chk()

2012-02-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52318 --- Comment #2 from Jakub Jelinek jakub at gcc dot gnu.org 2012-02-21 09:24:47 UTC --- Author: jakub Date: Tue Feb 21 09:24:42 2012 New Revision: 184428 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184428 Log: PR

[Bug c/52283] error: case label does not reduce to an integer constant for constant folded cast expr

2012-02-21 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52283 --- Comment #15 from Manuel López-Ibáñez manu at gcc dot gnu.org 2012-02-21 09:30:11 UTC --- Created attachment 26710 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26710 patch reverting PR26632 I am testing this. It reverts PR26632 fix and

[Bug tree-optimization/51782] -ftree-sra: Missing address-space information leads to wrong

2012-02-21 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51782 --- Comment #22 from Georg-Johann Lay gjl at gcc dot gnu.org 2012-02-21 09:56:08 UTC --- btw, what's the right component for the PR? tree-optimization? middle-end?

[Bug testsuite/52297] [4.7 Regression] FAIL: gcc.dg/lto/trans-mem-1 c_lto_trans-mem-1_0.o-c_lto_trans-mem-1_1.o link, -flto -fgnu-tm

2012-02-21 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52297 --- Comment #4 from Eric Botcazou ebotcazou at gcc dot gnu.org 2012-02-21 10:13:57 UTC --- That's (essentially) independent of the target, as it's a pure testsuite issue. Tests that require linking with -litm should go in libitm/testsuite

[Bug tree-optimization/52324] New: [4.7 Regression] Store motion no longer performed

2012-02-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52324 Bug #: 52324 Summary: [4.7 Regression] Store motion no longer performed Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords:

[Bug tree-optimization/52324] [4.7 Regression] Store motion no longer performed

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

[Bug fortran/52325] New: unclear error: Unclassifiable statement

2012-02-21 Thread kloedej at knmi dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52325 Bug #: 52325 Summary: unclear error: Unclassifiable statement Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal Priority:

[Bug middle-end/51782] -ftree-sra: Missing address-space information leads to wrong

2012-02-21 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51782 Martin Jambor jamborm at gcc dot gnu.org changed: What|Removed |Added Component|tree-optimization |middle-end ---

[Bug middle-end/51782] -ftree-sra: Missing address-space information leads to wrong

2012-02-21 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51782 --- Comment #24 from Martin Jambor jamborm at gcc dot gnu.org 2012-02-21 10:37:40 UTC --- Unfortunately, with the patch I got following new LTO link failures on x86_64-linux: gcc.dg/lto/trans-mem-1 c_lto_trans-mem-1_0.o-c_lto_trans-mem-1_1.o

[Bug c++/52320] missing destructor call after thrown exception in initializer

2012-02-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52320 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added CC||jason at gcc dot

[Bug tree-optimization/52318] [4.7 Regression] ICE: in execute_todo, at passes.c:1748 with -O3 -ftracer -fno-tree-ccp -fno-tree-copy-prop -fno-tree-dce and stpcpy_chk()

2012-02-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52318 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/52320] missing destructor call after thrown exception in initializer

2012-02-21 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52320 --- Comment #3 from Daniel Krügler daniel.kruegler at googlemail dot com 2012-02-21 10:53:59 UTC --- (In reply to comment #2) Agreed. It seems that the fix did not solve some array-related corner cases like this one.

[Bug libstdc++/52317] incorrect FSF address

2012-02-21 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317 --- Comment #9 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2012-02-21 10:56:00 UTC --- Author: paolo Date: Tue Feb 21 10:55:54 2012 New Revision: 184430 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184430 Log: 2012-02-21 Paolo

[Bug libstdc++/52317] incorrect FSF address

2012-02-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libstdc++/52317] incorrect FSF address

2012-02-21 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317 --- Comment #10 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2012-02-21 10:56:40 UTC --- Author: paolo Date: Tue Feb 21 10:56:34 2012 New Revision: 184431 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184431 Log: 2012-02-21

[Bug fortran/52325] unclear error: Unclassifiable statement

2012-02-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52325 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords||diagnostic

[Bug c++/52321] poor diagnostic of invalid cast

2012-02-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52321 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||diagnostic

[Bug middle-end/51782] -ftree-sra: Missing address-space information leads to wrong

2012-02-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51782 --- Comment #25 from Dominique d'Humieres dominiq at lps dot ens.fr 2012-02-21 11:16:25 UTC --- Unfortunately, with the patch I got following new LTO link failures on x86_64-linux: gcc.dg/lto/trans-mem-1

[Bug c++/50043] [C++0x] Implement core/1123

2012-02-21 Thread mimomorin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50043 --- Comment #1 from Michel Morin mimomorin at gmail dot com 2012-02-21 11:51:14 UTC --- Created attachment 26711 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26711 A testcase for N3204 Attached a testcase for N3204 ;)

[Bug middle-end/51782] -ftree-sra: Missing address-space information leads to wrong

2012-02-21 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51782 --- Comment #26 from Georg-Johann Lay gjl at gcc dot gnu.org 2012-02-21 11:54:36 UTC --- Author: gjl Date: Tue Feb 21 11:54:27 2012 New Revision: 184434 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184434 Log: PR middle-end/51782

[Bug target/52080] Stores to bitfields introduce a store-data-race on adjacent data

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

[Bug middle-end/48124] [4.4/4.5/4.6/4.7 Regression] likely wrong code bug

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

[Bug target/18141] mips64-none-elf-gcc: Excessive NOPs with -march=r3000

2012-02-21 Thread dtemirbulatov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18141 --- Comment #2 from Dinar Temirbulatov dtemirbulatov at gmail dot com 2012-02-21 11:58:23 UTC --- proposed fix for this issue posted here http://gcc.gnu.org/ml/gcc-patches/2011-09/msg01693.html and the GNU copyright assignment form available upon

[Bug c++/50043] [C++0x] Implement core/1123

2012-02-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50043 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2012-02-21 12:05:40 UTC --- We don't want front-end testcases that rely on iostream and need to check what gets printed. A better test would use static_assert, but would also test cases

[Bug middle-end/52314] [4.4/4.5/4.6/4.7 Regression] gimplifier produces volatile

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

[Bug tree-optimization/52324] [4.7 Regression] Store motion no longer performed

2012-02-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52324 --- Comment #2 from Richard Guenther rguenth at gcc dot gnu.org 2012-02-21 12:37:37 UTC --- Author: rguenth Date: Tue Feb 21 12:37:33 2012 New Revision: 184435 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184435 Log: 2012-02-21 Richard

[Bug tree-optimization/52324] [4.7 Regression] Store motion no longer performed

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

[Bug c/52326] New: float result incorrect with -O1 and calling external function.

2012-02-21 Thread baugesta at cisco dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52326 Bug #: 52326 Summary: float result incorrect with -O1 and calling external function. Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED

[Bug middle-end/51782] -ftree-sra: Missing address-space information leads to wrong

2012-02-21 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51782 Martin Jambor jamborm at gcc dot gnu.org changed: What|Removed |Added URL|

[Bug rtl-optimization/52326] [4.6 Regression] float result incorrect with -O1 and calling external function.

2012-02-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52326 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target||x86_64-*-*

[Bug rtl-optimization/52326] [4.6 Regression] float result incorrect with -O1 and calling external function.

2012-02-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52326 --- Comment #2 from Richard Guenther rguenth at gcc dot gnu.org 2012-02-21 13:27:23 UTC --- Reduced single-file testcase, fails at -O1: float fabsf(float x); void abort (void); static float minf(float a, float b) { return (a b) ? a: b; }

[Bug fortran/50981] [4.4/4.5/4.6 Regression] Wrong-code for scalarizing ELEMENTAL call with absent OPTIONAL argument

2012-02-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50981 --- Comment #38 from Tobias Burnus burnus at gcc dot gnu.org 2012-02-21 13:32:38 UTC --- Pending trunk patches (approved, but not committed; 4.8?): - http://gcc.gnu.org/ml/fortran/2012-02/msg00061.html -

[Bug fortran/52270] [OOP] Polymorphic vars: wrong intent(in) check, passing nonptr variable to intent(in) ptr dummy

2012-02-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52270 --- Comment #2 from Tobias Burnus burnus at gcc dot gnu.org 2012-02-21 13:36:30 UTC --- Submitted patch, pending review: http://gcc.gnu.org/ml/fortran/2012-02/msg00085.html

[Bug fortran/52196] Add -Wrealloc-lhs

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

[Bug go/52218] [4.7 Regression] libgo ftbfs on arm-linux-gnueabi (unknown case for SETCONTEXT_CLOBBERS_TLS)

2012-02-21 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52218 Matthias Klose doko at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |NEW --- Comment

[Bug middle-end/52314] [4.4/4.5/4.6/4.7 Regression] gimplifier produces volatile

2012-02-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52314 --- Comment #5 from Richard Guenther rguenth at gcc dot gnu.org 2012-02-21 14:10:43 UTC --- Author: rguenth Date: Tue Feb 21 14:10:31 2012 New Revision: 184436 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184436 Log: 2012-02-21 Richard

[Bug middle-end/52314] [4.4/4.5/4.6/4.7 Regression] gimplifier produces volatile

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

[Bug target/52137] bdver2 scheduler needs to be added to bdver1 insn reservations

2012-02-21 Thread qneill at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52137 --- Comment #1 from Quentin Neill qneill at gcc dot gnu.org 2012-02-21 15:15:48 UTC --- Author: qneill Date: Tue Feb 21 15:15:42 2012 New Revision: 184440 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184440 Log: 2012-02-21 Quentin Neill

[Bug libstdc++/51967] FAIL: libstdc++-prettyprinters/48362.cc

2012-02-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51967 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/52321] poor diagnostic of invalid cast

2012-02-21 Thread igodard at pacbell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52321 --- Comment #2 from Ivan Godard igodard at pacbell dot net 2012-02-21 15:30:42 UTC --- Somewhere there's an attept to coerce a to b that sees the source is a class and the target is a class and tries to see if the source is derived from target.

[Bug target/52294] [4.7 Regression] [ARM Thumb] generated asm code produces branch out of range error in gas with -Os -mcpu=cortex-a9

2012-02-21 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52294 --- Comment #8 from Richard Earnshaw rearnsha at gcc dot gnu.org 2012-02-21 15:38:40 UTC --- Author: rearnsha Date: Tue Feb 21 15:38:35 2012 New Revision: 184442 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184442 Log: PR target/52294

[Bug c++/52321] poor diagnostic of invalid cast

2012-02-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52321 --- Comment #3 from Jonathan Wakely redi at gcc dot gnu.org 2012-02-21 15:53:10 UTC --- Yep, it's build_static_cast_1 in typeck.c But currently that has no way to store or pass back a message (just a boolean indicating success or failure and the

[Bug fortran/52325] unclear error: Unclassifiable statement

2012-02-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52325 --- Comment #2 from Tobias Burnus burnus at gcc dot gnu.org 2012-02-21 15:58:23 UTC --- Submitted patch (pending review): http://gcc.gnu.org/ml/fortran/2012-02/msg00089.html

[Bug c++/52327] New: Virtual inheritance and template copy construction doesn't call the correct copy constructors

2012-02-21 Thread ryan_at_work_also at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52327 Bug #: 52327 Summary: Virtual inheritance and template copy construction doesn't call the correct copy constructors Classification: Unclassified Product: gcc Version: 4.6.1

[Bug fortran/52328] New: Wrong line in warning

2012-02-21 Thread Keller at hlrs dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52328 Bug #: 52328 Summary: Wrong line in warning Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/52328] Wrong line in warning

2012-02-21 Thread Keller at hlrs dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52328 --- Comment #1 from Rainer Keller Keller at hlrs dot de 2012-02-21 16:54:39 UTC --- Created attachment 26715 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26715 test-case showing the wrong location of nonconformant tab-character.

[Bug c++/52327] Virtual inheritance and template copy construction doesn't call the correct copy constructors

2012-02-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52327 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2012-02-21 16:54:45 UTC --- Virtual bases are constructed by the most-derived class, which is InitializerTop in your templated copy case, and the ctor-initializer-list for InitializerTop

[Bug c++/52327] Virtual inheritance and template copy construction doesn't call the correct copy constructors

2012-02-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52327 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/52321] poor diagnostic of invalid cast

2012-02-21 Thread igodard at pacbell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52321 --- Comment #4 from Ivan Godard igodard at pacbell dot net 2012-02-21 17:38:30 UTC --- Define an enum of reasons with success first, flop the sense of the test so that false means coercion was OK (grep to find all calls and put a ! in front of

[Bug c/52283] error: case label does not reduce to an integer constant for constant folded cast expr

2012-02-21 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52283 --- Comment #16 from joseph at codesourcery dot com joseph at codesourcery dot com 2012-02-21 17:40:36 UTC --- On Tue, 21 Feb 2012, manu at gcc dot gnu.org wrote: Created attachment 26710 --

[Bug middle-end/52329] New: Invalid MEM_REF encountered in set_mem_attributes_minus_bitpos

2012-02-21 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52329 Bug #: 52329 Summary: Invalid MEM_REF encountered in set_mem_attributes_minus_bitpos Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug c/52283] error: case label does not reduce to an integer constant for constant folded cast expr

2012-02-21 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52283 --- Comment #17 from Manuel López-Ibáñez manu at gcc dot gnu.org 2012-02-21 17:52:12 UTC --- (In reply to comment #16) I think the full set of testcases from the patch originally proposed on gcc-patches should be added, but don't see any

[Bug middle-end/52329] Invalid MEM_REF encountered in set_mem_attributes_minus_bitpos

2012-02-21 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52329 --- Comment #1 from Martin Jambor jamborm at gcc dot gnu.org 2012-02-21 17:51:10 UTC --- Created attachment 26717 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26717 Delta reduced testcase This as far as I managed to reduce the testcase

[Bug c/52283] error: case label does not reduce to an integer constant for constant folded cast expr

2012-02-21 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52283 --- Comment #18 from joseph at codesourcery dot com joseph at codesourcery dot com 2012-02-21 17:56:32 UTC --- On Tue, 21 Feb 2012, manu at gcc dot gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52283 --- Comment #17 from Manuel

[Bug middle-end/52329] Invalid MEM_REF encountered in set_mem_attributes_minus_bitpos

2012-02-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52329 --- Comment #2 from Jakub Jelinek jakub at gcc dot gnu.org 2012-02-21 18:24:37 UTC --- Slightly more reduced testcase for -O2 -g: template typename class A; template class struct B; template typename T, typename = B T, typename = A T class C;

[Bug go/52218] [4.7 Regression] libgo ftbfs on arm-linux-gnueabi (unknown case for SETCONTEXT_CLOBBERS_TLS)

2012-02-21 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52218 --- Comment #5 from Ian Lance Taylor ian at airs dot com 2012-02-21 18:33:14 UTC --- If ARM GNU/Linux does not support getcontext/setcontext, then this particular configure test is not particularly relevant, since the library isn't going to work

[Bug middle-end/52329] Invalid MEM_REF encountered in set_mem_attributes_minus_bitpos

2012-02-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52329 --- Comment #3 from Jakub Jelinek jakub at gcc dot gnu.org 2012-02-21 18:41:01 UTC --- Richard, so what exactly is not kosher? We have: # DEBUG D#7 = s.c.D.2422 ... MEM[(struct J *)s].D.2422._vptr.G = MEM[(void *)_ZTV1JI1BIwES0_IS1_E1AIS1_EE +

[Bug fortran/52328] Wrong line in warning

2012-02-21 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52328 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug libstdc++/50349] /usr/bin/ld: warning: wildcard match appears in both version 'GLIBCXX_3.4' and 'CXXABI_1.3' in script

2012-02-21 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50349 Benjamin Kosnik bkoz at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug c/52330] New: pr50305.c: valgrind problem on invalid asm

2012-02-21 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52330 Bug #: 52330 Summary: pr50305.c: valgrind problem on invalid asm Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: minor

[Bug c/52331] New: 20011127-1.c: valgrind problem on invalid asm

2012-02-21 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52331 Bug #: 52331 Summary: 20011127-1.c: valgrind problem on invalid asm Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: minor

[Bug libstdc++/52317] incorrect FSF address

2012-02-21 Thread alfred.minarik.1 at aon dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317 Alfred Minarik alfred.minarik.1 at aon dot at changed: What|Removed |Added CC|

[Bug rtl-optimization/52326] [4.6 Regression] float result incorrect with -O1 and calling external function.

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

[Bug libstdc++/52317] incorrect FSF address

2012-02-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317 --- Comment #13 from Paolo Carlini paolo.carlini at oracle dot com 2012-02-21 20:23:47 UTC --- Nope (and note that we don't have that anywhere else).

[Bug c/52283] error: case label does not reduce to an integer constant for constant folded cast expr

2012-02-21 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52283 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Attachment #26710|0 |1 is

[Bug c/52283] error: case label does not reduce to an integer constant for constant folded cast expr

2012-02-21 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52283 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Blocks||37985 ---

[Bug c/52283] error: case label does not reduce to an integer constant for constant folded cast expr

2012-02-21 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52283 --- Comment #21 from Manuel López-Ibáñez manu at gcc dot gnu.org 2012-02-21 20:35:31 UTC --- BTW, why warn_if_unused_value is in stmt.c? The comment at the top says: /* Expands front end tree to back end RTL for GCC */ And warn_if_unused_value is

[Bug libstdc++/52317] incorrect FSF address

2012-02-21 Thread alfred.minarik.1 at aon dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317 --- Comment #14 from Alfred Minarik alfred.minarik.1 at aon dot at 2012-02-21 20:48:38 UTC --- ok, only that I see that nearly everywhere else, just nearby in /trunk/libstdc++-v3/include/profile/iterator_tracker.h

[Bug c++/52224] [C++0x] Generic operator gets pulled into compile-time expression

2012-02-21 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52224 --- Comment #5 from Daniel Krügler daniel.kruegler at googlemail dot com 2012-02-21 21:17:41 UTC --- I just found this closed CWG issue: http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#487 It seems that the compiler behaviour is

[Bug middle-end/50211] ICE: verify_flow_info: Incorrect fallthru 11-12 with -funroll-all-loops --param case-values-threshold=1

2012-02-21 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50211 --- Comment #3 from Zdenek Sojka zsojka at seznam dot cz 2012-02-21 21:25:56 UTC --- Created attachment 26719 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26719 even shorter testcase $ gcc -O -funroll-all-loops

[Bug libstdc++/52317] incorrect FSF address

2012-02-21 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317 --- Comment #15 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2012-02-21 21:30:31 UTC --- Author: paolo Date: Tue Feb 21 21:30:26 2012 New Revision: 184448 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184448 Log: 2012-02-21

[Bug libstdc++/52317] incorrect FSF address

2012-02-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317 --- Comment #17 from Paolo Carlini paolo.carlini at oracle dot com 2012-02-21 21:31:27 UTC --- Ah, Ok, should be fixed now.

[Bug libstdc++/52317] incorrect FSF address

2012-02-21 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317 --- Comment #16 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2012-02-21 21:30:54 UTC --- Author: paolo Date: Tue Feb 21 21:30:44 2012 New Revision: 184449 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184449 Log: 2012-02-21

[Bug c++/52224] [C++0x] Generic operator gets pulled into compile-time expression

2012-02-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52224 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/52332] New: Internal compiler error in in gfc_get_symbol_decl

2012-02-21 Thread fmartinez at gmv dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52332 Bug #: 52332 Summary: Internal compiler error in in gfc_get_symbol_decl Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/52332] Internal compiler error in in gfc_get_symbol_decl

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

[Bug target/52294] [4.7 Regression] [ARM Thumb] generated asm code produces branch out of range error in gas with -Os -mcpu=cortex-a9

2012-02-21 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52294 --- Comment #9 from Richard Earnshaw rearnsha at gcc dot gnu.org 2012-02-21 23:46:10 UTC --- Author: rearnsha Date: Tue Feb 21 23:46:05 2012 New Revision: 184452 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184452 Log: PR target/52294

[Bug libstdc++/50349] /usr/bin/ld: warning: wildcard match appears in both version 'GLIBCXX_3.4' and 'CXXABI_1.3' in script

2012-02-21 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50349 --- Comment #5 from Benjamin Kosnik bkoz at gcc dot gnu.org 2012-02-21 23:46:55 UTC --- Author: bkoz Date: Tue Feb 21 23:46:49 2012 New Revision: 184453 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184453 Log: 2012-02-17 Benjamin Kosnik

[Bug libstdc++/50349] /usr/bin/ld: warning: wildcard match appears in both version 'GLIBCXX_3.4' and 'CXXABI_1.3' in script

2012-02-21 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50349 Benjamin Kosnik bkoz at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/52294] [4.7 Regression] [ARM Thumb] generated asm code produces branch out of range error in gas with -Os -mcpu=cortex-a9

2012-02-21 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52294 --- Comment #10 from Richard Earnshaw rearnsha at gcc dot gnu.org 2012-02-21 23:51:21 UTC --- Author: rearnsha Date: Tue Feb 21 23:51:16 2012 New Revision: 184454 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184454 Log: PR

[Bug target/52323] i386: gcse runs amok with pic-addresses

2012-02-21 Thread kaffeemonster at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52323 --- Comment #3 from Jan Seiffert kaffeemonster at googlemail dot com 2012-02-22 00:03:53 UTC --- My use case are not large floating point math funcs. While intrinsics are nice (the new Tile ports rock! Every spec. instruction as intrinsic from

[Bug target/52294] [4.7 Regression] [ARM Thumb] generated asm code produces branch out of range error in gas with -Os -mcpu=cortex-a9

2012-02-21 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52294 Richard Earnshaw rearnsha at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/52261] [avr] Add support for AVR Xmega cores

2012-02-21 Thread fbi.sr at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52261 --- Comment #5 from Stefan Reichardt fbi.sr at gmx dot de 2012-02-22 01:38:52 UTC --- Its no problem to compile and link it that way but i dont have that device so cant test it. I would make a patch myself and post it here and on binutils, if i

[Bug c++/50043] [C++0x] Implement core/1123

2012-02-21 Thread mimomorin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50043 --- Comment #3 from Michel Morin mimomorin at gmail dot com 2012-02-22 02:43:30 UTC --- Created attachment 26721 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26721 A updated testcase OK, here is a take two!

[Bug fortran/52333] New: Explicit etime interface should work

2012-02-21 Thread pablomme at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52333 Bug #: 52333 Summary: Explicit etime interface should work Classification: Unclassified Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/52333] Explicit etime interface should work

2012-02-21 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52333 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug fortran/52333] Explicit etime interface should work

2012-02-21 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52333 --- Comment #2 from kargl at gcc dot gnu.org 2012-02-22 03:29:28 UTC --- (In reply to comment #1) Please define fails. What is the error message you get? All procedure included in gfortran's runtime library are treated as intrinsic

[Bug fortran/52333] Explicit etime interface should work

2012-02-21 Thread pablomme at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52333 --- Comment #3 from pablomme pablomme at googlemail dot com 2012-02-22 03:32:14 UTC --- Please define fails. What is the error message you get? Namely: $ gfortran -o t test_etime_iface.f90 /scratch/pl275/ccyZ7sWC.o: In function `MAIN__':

[Bug fortran/52333] Explicit etime interface should work

2012-02-21 Thread pablomme at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52333 --- Comment #4 from pablomme pablomme at googlemail dot com 2012-02-22 03:40:12 UTC --- Adding EXTERNAL etime to the program gives: -- $ gfortran -o t test_etime_iface.f90 test_etime_iface.f90:9.15: EXTERNAL etime 1 Error:

[Bug fortran/52333] Explicit etime interface should work

2012-02-21 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52333 --- Comment #5 from Steve Kargl sgk at troutmask dot apl.washington.edu 2012-02-22 03:49:15 UTC --- On Wed, Feb 22, 2012 at 03:32:14AM +, pablomme at googlemail dot com wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52333 --- Comment

[Bug fortran/52333] Explicit etime interface should work

2012-02-21 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52333 --- Comment #6 from Steve Kargl sgk at troutmask dot apl.washington.edu 2012-02-22 04:16:21 UTC --- On Wed, Feb 22, 2012 at 03:40:12AM +, pablomme at googlemail dot com wrote: So ifort seems to agree with gfortran in its error messages

[Bug target/52301] avr-gcc 4.6.2 produces NOP loop in simple while statement

2012-02-21 Thread gpib at rickyrockrat dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52301 --- Comment #2 from rickyrockrat gpib at rickyrockrat dot net 2012-02-22 04:27:01 UTC --- Created attachment 26722 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26722 Intermediate file Intermediate file, as requested. Changed name to

[Bug target/52301] avr-gcc 4.6.2 produces NOP loop in simple while statement

2012-02-21 Thread gpib at rickyrockrat dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52301 --- Comment #3 from rickyrockrat gpib at rickyrockrat dot net 2012-02-22 04:29:21 UTC --- Created attachment 26723 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26723 Script to compile bug52301.c Script to run avr-gcc on the subject file.

[Bug target/52301] avr-gcc 4.6.2 produces NOP loop in simple while statement

2012-02-21 Thread gpib at rickyrockrat dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52301 --- Comment #4 from rickyrockrat gpib at rickyrockrat dot net 2012-02-22 04:31:11 UTC --- Created attachment 26724 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26724 Assembly generated using script and original source Resulting assembly

[Bug target/52301] avr-gcc 4.6.2 produces NOP loop in simple while statement

2012-02-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52301 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

  1   2   >