[Bug fortran/52469] [4.6/4.7/4.8 Regression] -fwhole-file bug: Wrong backend_decl for result of PPC function

2012-03-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52469 Tobias Burnus changed: What|Removed |Added Keywords||rejects-valid, wrong-code Target Milest

[Bug c++/52485] [c++11] add an option to disable c++11 user-defined literals

2012-03-05 Thread eu at doxos dot eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52485 --- Comment #2 from Václav Šmilauer 2012-03-05 08:55:12 UTC --- (In reply to comment #1) > I think we should not have an option to disable user-defined literals at all. > Since their code is not C++11, they should fix their code to be C++11 if t

[Bug c++/52485] [c++11] add an option to disable c++11 user-defined literals

2012-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52485 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3 f

[Bug go/52342] 64-bit go.test/test/chan/doubleselect.go times out on Solaris/SPARC

2012-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52342 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3 f

[Bug target/52450] FAIL: gcc.dg/torture/pr52402.c at -O1 and above

2012-03-05 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52450 --- Comment #4 from rguenther at suse dot de 2012-03-05 09:19:12 UTC --- On Mon, 5 Mar 2012, dave.anglin at bell dot net wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52450 > > --- Comment #3 from dave.anglin at bell dot net 2012-03-05 0

[Bug c++/52485] [c++11] add an option to disable c++11 user-defined literals

2012-03-05 Thread eu at doxos dot eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52485 --- Comment #4 from Václav Šmilauer 2012-03-05 09:20:26 UTC --- I think you understood my source _is_ c++11, but the libs I have to use are not; therefore I have to compile with -std=c++11. The the fix is admittedly trivial and documented, but co

[Bug c++/52487] [4.6/4.7/4.8 Regression] [C++11] ICE at cp/semantics.c:5613 with lambda capturing reference to incomplete type by value

2012-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52487 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/52478] -ftrapv calls the wrong functions in libgcc

2012-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52478 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/52477] Wrong initialization order? __attribute__((constructor)) vs static data access

2012-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52477 --- Comment #4 from Richard Guenther 2012-03-05 10:20:37 UTC --- I think it's undefined what you relied upon.

[Bug fortran/48820] TR 29113: Implement parts needed for MPI 3

2012-03-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48820 Tobias Burnus changed: What|Removed |Added Blocks||32630 --- Comment #13 from Tobias Burnus

[Bug middle-end/52472] ICE: in convert_debug_memory_address, at cfgexpand.c:2491

2012-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52472 Richard Guenther changed: What|Removed |Added CC||jakub at gcc dot gnu.org Target Mile

[Bug middle-end/52472] ICE: in convert_debug_memory_address, at cfgexpand.c:2491

2012-03-05 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52472 --- Comment #3 from Georg-Johann Lay 2012-03-05 10:32:26 UTC --- I thought about setting POINTERS_EXTEND_UNSIGNED but am unsure about other side effects of that define. Presumably, POINTERS_EXTEND_UNSIGNED is undefined because it was never neede

[Bug c++/52470] ice in copy_binfo

2012-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52470 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/52467] ICE: canonical types differ for int [0] and int [0]

2012-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52467 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug middle-end/52478] -ftrapv calls the wrong functions in libgcc

2012-03-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52478 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #2

[Bug c++/52470] ice in copy_binfo

2012-03-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52470 Jonathan Wakely changed: What|Removed |Added Known to work||4.6.3 --- Comment #3 from Jonathan Wake

[Bug c++/52467] ICE: canonical types differ for int [0] and int [0]

2012-03-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52467 --- Comment #3 from Jonathan Wakely 2012-03-05 11:14:03 UTC --- (In reply to comment #1) > or any such variant is a compiler defect. It's a GNU extension and is rejected with -pedantic-errors (and compiles without ICE otherwise) (In reply to c

[Bug lto/52489] New: LTO drops init_array/fini_array sections

2012-03-05 Thread krisztian.kocsis at optimaster dot eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52489 Bug #: 52489 Summary: LTO drops init_array/fini_array sections Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: major Priority:

[Bug lto/52489] LTO drops init_array/fini_array sections

2012-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52489 Richard Guenther changed: What|Removed |Added CC||hubicka at gcc dot gnu.org Dep

[Bug middle-end/52478] -ftrapv calls the wrong functions in libgcc

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

[Bug tree-optimization/51721] -Warray-bounds false positives and inconsistencies

2012-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51721 --- Comment #7 from Jakub Jelinek 2012-03-05 12:28:12 UTC --- Author: jakub Date: Mon Mar 5 12:27:55 2012 New Revision: 184927 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184927 Log: PR tree-optimization/51721 * tree-vrp.c (re

[Bug lto/52489] LTO drops init_array/fini_array sections

2012-03-05 Thread krisztian.kocsis at optimaster dot eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52489 --- Comment #2 from Krisztian Kocsis 2012-03-05 12:46:47 UTC --- It seems that it works with -fno-use-linker-plugin - strane :S Now I will try to check some other things. I think it is not a linker bug because if a save temp files the .s file do

[Bug tree-optimization/52430] [4.4 Regression] firefox miscompilation

2012-03-05 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52430 --- Comment #5 from Martin Jambor 2012-03-05 12:50:33 UTC --- Author: jamborm Date: Mon Mar 5 12:50:29 2012 New Revision: 184928 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184928 Log: 2012-03-05 Martin Jambor PR tree-optimiza

[Bug middle-end/52353] -ftrapv -fnon-call-exceptions does not work

2012-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52353 --- Comment #2 from Richard Guenther 2012-03-05 13:08:59 UTC --- Author: rguenth Date: Mon Mar 5 13:08:55 2012 New Revision: 184932 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184932 Log: 2012-03-05 Richard Guenther PR middle-

[Bug middle-end/52353] -ftrapv -fnon-call-exceptions does not work

2012-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52353 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Known to work|

[Bug rtl-optimization/52490] New: RTL DCE removes trapping const libcalls

2012-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52490 Bug #: 52490 Summary: RTL DCE removes trapping const libcalls Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: wrong-code Severi

[Bug target/52491] New: FAIL: gcc.dg/torture/pr52402.c at -O2 and above

2012-03-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52491 Bug #: 52491 Summary: FAIL: gcc.dg/torture/pr52402.c at -O2 and above Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Pr

[Bug target/52491] FAIL: gcc.dg/torture/pr52402.c at -O2 and above

2012-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52491 Richard Guenther changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIR

[Bug lto/52489] LTO drops init_array/fini_array sections

2012-03-05 Thread krisztian.kocsis at optimaster dot eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52489 --- Comment #3 from Krisztian Kocsis 2012-03-05 13:35:38 UTC --- Created attachment 26832 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26832 Generated files with -fuse-linker-plugin

[Bug lto/52489] LTO drops init_array/fini_array sections

2012-03-05 Thread krisztian.kocsis at optimaster dot eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52489 --- Comment #4 from Krisztian Kocsis 2012-03-05 13:39:08 UTC --- Created attachment 26833 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26833 Generated files with -fno-use-linker-plugin

[Bug lto/52489] LTO drops init_array/fini_array sections

2012-03-05 Thread krisztian.kocsis at optimaster dot eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52489 --- Comment #5 from Krisztian Kocsis 2012-03-05 13:40:18 UTC --- Ok, I can confirm that it work if plugins are disabled or -fno-use-linker-plugin is used. When linker plugin is used gcc drops these sections.

[Bug lto/52489] LTO drops init_array/fini_array sections

2012-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52489 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug lto/52489] LTO drops init_array/fini_array sections

2012-03-05 Thread krisztian.kocsis at optimaster dot eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52489 --- Comment #7 from Krisztian Kocsis 2012-03-05 13:50:25 UTC --- Binutils 2.22 Pls check the attached files.

[Bug fortran/41600] [OOP] SELECT TYPE with associate-name => exp: Arrays not supported

2012-03-05 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41600 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org AssignedTo

[Bug middle-end/52472] ICE: in convert_debug_memory_address, at cfgexpand.c:2491

2012-03-05 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52472 --- Comment #4 from Georg-Johann Lay 2012-03-05 14:05:36 UTC --- I tried #define POINTERS_EXTEND_UNSIGNED 1 but this runs into ICE some lines later in cfgexpand.c:2496 mode = PSI as = 0 x = symbol_ref:PSI ("data") Of course PSImode is not a

[Bug c++/52492] New: -ftree-vectorize optimization bug

2012-03-05 Thread al at somestuff dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52492 Bug #: 52492 Summary: -ftree-vectorize optimization bug Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: major Priority: P3

[Bug c++/52467] ICE: canonical types differ for int [0] and int [0]

2012-03-05 Thread mg200 at uni dot brighton.ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52467 --- Comment #4 from Martin Griffin 2012-03-05 14:14:45 UTC --- (In reply to comment #3) > (In reply to comment #2) > > Can you clarify the target and command-line options you use? > > And exact version, i.e. output of g++ -v $ g++ -v Using buil

[Bug target/52492] [4.6/4.7/4.8 Regression] -ftree-vectorize optimization bug

2012-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52492 Richard Guenther changed: What|Removed |Added Target||x86_64-*-* Status|UNCONFIR

[Bug target/52492] [4.6/4.7/4.8 Regression] -ftree-vectorize optimization bug

2012-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52492 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2 f

[Bug other/51417] Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names

2012-03-05 Thread corsepiu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51417 --- Comment #3 from Ralf Corsepius 2012-03-05 15:12:39 UTC --- Created attachment 26835 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26835 Fix installation of gcc-{ar,nm,ranlib) The approach this patch is based on, is copied from gcc//Mak

[Bug target/52492] [4.6/4.7/4.8 Regression] -ftree-vectorize optimization bug

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

[Bug other/51417] Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names

2012-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51417 --- Comment #4 from Richard Guenther 2012-03-05 15:22:46 UTC --- Please post the patch to gcc-patches and say how you tested it. I'll ack it for the 4.7 branch then.

[Bug go/52342] 64-bit go.test/test/chan/doubleselect.go times out on Solaris/SPARC

2012-03-05 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52342 --- Comment #4 from Ian Lance Taylor 2012-03-05 15:38:36 UTC --- Don't worry, I will fix that one too, although it's odd that I don't see it myself. It's fairly important that gcc 4.7 support the Go 1 release, and that is going to require a few

[Bug go/52342] 64-bit go.test/test/chan/doubleselect.go times out on Solaris/SPARC

2012-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52342 --- Comment #5 from Richard Guenther 2012-03-05 15:41:45 UTC --- (In reply to comment #4) > Don't worry, I will fix that one too, although it's odd that I don't see it > myself. > > It's fairly important that gcc 4.7 support the Go 1 release, an

[Bug other/51417] Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names

2012-03-05 Thread corsepiu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51417 Ralf Corsepius changed: What|Removed |Added CC||corsepiu at gcc dot gnu.org --- Comment

[Bug tree-optimization/52430] [4.4 Regression] firefox miscompilation

2012-03-05 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52430 Martin Jambor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/52452] [4.5/4.6/4.7 Regression] INTRINSIC cannot be applied to gfortran's ETIME

2012-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52452 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug target/52481] m68k-*: internal compiler error: in extract_insn, at recog.c:2123

2012-03-05 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52481 Richard Henderson changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigne

[Bug tree-optimization/32120] missed PRE/FRE of a*2+4 and (a+2)*2

2012-03-05 Thread dberlin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32120 --- Comment #8 from Daniel Berlin 2012-03-05 17:20:36 UTC --- I still have an unfinished patch to convert SCCVN to http://dl.acm.org/citation.cfm?id=512536 This actually makes it significantly easier to integrate better congruence finding (and l

[Bug c/51527] ICE: Segmentation fault: 'convert_to_integer' enters infinite recursion

2012-03-05 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51527 --- Comment #2 from Georg-Johann Lay 2012-03-05 17:31:49 UTC --- Here is a smaller test case: __int24 add3 (__int24 a) { return a + 0x1; } It works if -- the constant is cast with (__int24) 0x1 -- the constant is smaller than 0x1

[Bug tree-optimization/32120] missed PRE/FRE of a*2+4 and (a+2)*2

2012-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32120 Richard Guenther changed: What|Removed |Added CC||matz at gcc dot gnu.org --- Comment #9

[Bug c++/51930] [4.7 regression] Explicitly instantiated template gets hidden visibility

2012-03-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51930 --- Comment #21 from Jason Merrill 2012-03-05 18:09:08 UTC --- Author: jason Date: Mon Mar 5 18:08:56 2012 New Revision: 184946 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184946 Log: PR c++/51930 * decl2.c (determine_visibili

[Bug target/52481] m68k-*: internal compiler error: in extract_insn, at recog.c:2123

2012-03-05 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52481 --- Comment #3 from Richard Henderson 2012-03-05 18:37:29 UTC --- Author: rth Date: Mon Mar 5 18:37:19 2012 New Revision: 184948 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184948 Log: PR target/52481 * config/m68k/sync.md (atomic

[Bug middle-end/52463] libitm.c/memcpy-1.c FAILs

2012-03-05 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52463 --- Comment #2 from Aldy Hernandez 2012-03-05 18:38:56 UTC --- Author: aldyh Date: Mon Mar 5 18:38:47 2012 New Revision: 184949 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184949 Log: PR middle-end/52463 * trans-mem.c

[Bug lto/51255] Using -flto breaks code which puts values in .ctors or .init_array

2012-03-05 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51255 Andrew Pinski changed: What|Removed |Added CC||krisztian.kocsis at |

[Bug lto/52489] LTO drops init_array/fini_array sections

2012-03-05 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52489 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug middle-end/52463] libitm.c/memcpy-1.c FAILs

2012-03-05 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52463 Aldy Hernandez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/52481] m68k-*: internal compiler error: in extract_insn, at recog.c:2123

2012-03-05 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52481 --- Comment #4 from Richard Henderson 2012-03-05 18:42:08 UTC --- Author: rth Date: Mon Mar 5 18:41:56 2012 New Revision: 184950 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184950 Log: PR target/52481 * config/m68k/sync.md (atomic

[Bug target/52481] m68k-*: internal compiler error: in extract_insn, at recog.c:2123

2012-03-05 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52481 Richard Henderson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug target/52481] m68k-*: internal compiler error: in extract_insn, at recog.c:2123

2012-03-05 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52481 --- Comment #6 from Richard Henderson 2012-03-05 18:57:40 UTC --- Author: rth Date: Mon Mar 5 18:57:36 2012 New Revision: 184952 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184952 Log: PR target/52481 * config/m68k/sync.md (atomic

[Bug tree-optimization/52242] [4.7/4.8 regression] libgomp.c/atomic-2.c failure on s390x

2012-03-05 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52242 Richard Henderson changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/52242] [4.7/4.8 regression] libgomp.c/atomic-2.c failure on s390x

2012-03-05 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52242 --- Comment #2 from Richard Henderson 2012-03-05 19:52:19 UTC --- Author: rth Date: Mon Mar 5 19:52:08 2012 New Revision: 184955 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184955 Log: PR tree-opt/52242 Revert: 2011-11-26 Richard

[Bug tree-optimization/52242] [4.7/4.8 regression] libgomp.c/atomic-2.c failure on s390x

2012-03-05 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52242 --- Comment #3 from Richard Henderson 2012-03-05 19:54:02 UTC --- Author: rth Date: Mon Mar 5 19:53:54 2012 New Revision: 184956 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184956 Log: PR tree-opt/52242 Revert: 2011-11-26 Richard

[Bug tree-optimization/52242] [4.7/4.8 regression] libgomp.c/atomic-2.c failure on s390x

2012-03-05 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52242 Richard Henderson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c/52493] New: tree check fail in ptr_derefs_may_alias_p

2012-03-05 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52493 Bug #: 52493 Summary: tree check fail in ptr_derefs_may_alias_p Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority

[Bug debug/51902] lexical_blocks inside inlined_subroutines generate duplicate debug_ranges

2012-03-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51902 --- Comment #9 from Jakub Jelinek 2012-03-05 20:17:54 UTC --- Author: jakub Date: Mon Mar 5 20:17:44 2012 New Revision: 184958 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184958 Log: PR debug/51902 * tree.h (BLOCK_SAME_RANGE):

[Bug fortran/52469] [4.6/4.7/4.8 Regression] -fwhole-file bug: Wrong backend_decl for result of PPC function

2012-03-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52469 Tobias Burnus changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #4 f

[Bug ada/52494] New: s-taprop-dummy.adb does not define subpackage Specific used in s-tpoaal.sdb

2012-03-05 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52494 Bug #: 52494 Summary: s-taprop-dummy.adb does not define subpackage Specific used in s-tpoaal.sdb Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNC

[Bug libitm/52482] libitm INVALID MNEMONIC in .S (powerpc asm)

2012-03-05 Thread fang at csl dot cornell.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52482 --- Comment #2 from David Fang 2012-03-05 21:02:27 UTC --- I tried overriding as to point to odcctools-20090808's version: % odas -v Apple Inc version odcctools-698.1od9, GNU assembler version 1.38 and that worked better. % /Volumes/Isolde/f

[Bug target/52495] New: rs6000.c fails to (cross-) build: "implicit declaration of function ‘ASM_WEAKEN_DECL’"

2012-03-05 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52495 Bug #: 52495 Summary: rs6000.c fails to (cross-) build: "implicit declaration of function ‘ASM_WEAKEN_DECL’" Classification: Unclassified Product: gcc Version: 4.8.0

[Bug target/49862] bfin.c warnings

2012-03-05 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49862 Jorn Wolfgang Rennecke changed: What|Removed |Added Target|bfin-elf, bfin-rtems, |bfin-elf, bfin-rtems,

[Bug bootstrap/50513] cross configurations fail to build ipa-inline-analysis.o with -Werror

2012-03-05 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50513 Jorn Wolfgang Rennecke changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug ada/46738] microblaze ada --enable-werror-always build fails

2012-03-05 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46738 Jorn Wolfgang Rennecke changed: What|Removed |Added Known to fail||4.6.0, 4.7.0, 4.8.0 --- Comment

[Bug target/47096] i686-interix3 fails building dbxout.o

2012-03-05 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47096 Jorn Wolfgang Rennecke changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/52496] New: avr-specific built-ins missing memory barrier

2012-03-05 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52496 Bug #: 52496 Summary: avr-specific built-ins missing memory barrier Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Prio

[Bug target/52496] avr-specific built-ins missing memory barrier

2012-03-05 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52496 Georg-Johann Lay changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFIRMED

[Bug target/47100] No prototype for ‘vxworks_override_options'

2012-03-05 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47100 --- Comment #3 from Jorn Wolfgang Rennecke 2012-03-05 22:32:22 UTC --- Problem is still present in revision 184927.

[Bug target/48899] enum conversion initializing global_options_init.x_iq2000_tune

2012-03-05 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48899 Jorn Wolfgang Rennecke changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libffi/52497] New: libffi doesn't build on powerpc64-linux after latest upstream merge

2012-03-05 Thread bergner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52497 Bug #: 52497 Summary: libffi doesn't build on powerpc64-linux after latest upstream merge Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED

[Bug target/49403] v850e-elf: incompatible pointer type (near initialization for ‘targetm.memory_move_cost’)

2012-03-05 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49403 Jorn Wolfgang Rennecke changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/52498] New: vmsdbgout.c fails to build with --enable-werror-always

2012-03-05 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52498 Bug #: 52498 Summary: vmsdbgout.c fails to build with --enable-werror-always Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug libffi/52497] libffi doesn't build on powerpc64-linux after latest upstream merge

2012-03-05 Thread bergner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52497 Peter Bergner changed: What|Removed |Added CC||krebbel at gcc dot gnu.org --- Comment #1

[Bug target/52499] New: avr MODE_CODE_BASE_REG_CLASS enum conversion problem

2012-03-05 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52499 Bug #: 52499 Summary: avr MODE_CODE_BASE_REG_CLASS enum conversion problem Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug target/51244] SH Target: Inefficient conditional branch

2012-03-05 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51244 --- Comment #12 from Oleg Endo 2012-03-05 23:12:27 UTC --- Author: olegendo Date: Mon Mar 5 23:12:20 2012 New Revision: 184966 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184966 Log: PR target/51244 * config/sh/sh.c (sh_expand

[Bug target/51244] SH Target: Inefficient conditional branch

2012-03-05 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51244 --- Comment #13 from Oleg Endo 2012-03-05 23:37:35 UTC --- On Tue, 2012-03-06 at 08:13 +0900, Kaz Kojima wrote: > I've tested your latest patch on sh4-unknown-linux-gnu with trunk > revision 184872. It looks that some new failures are poping up

[Bug target/48806] ICE in reload_cse_simplify_operands, at postreload.c:403

2012-03-05 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48806 Oleg Endo changed: What|Removed |Added CC||olegendo at gcc dot gnu.org --- Comment #3 fr

[Bug target/52500] New: dwarf2cfi.c fails to build with -Werror for c6x

2012-03-05 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52500 Bug #: 52500 Summary: dwarf2cfi.c fails to build with -Werror for c6x Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Pr

[Bug target/52501] New: cr16-protos.h uses enum rtx_code outside #ifdef RTX_CODE guard

2012-03-05 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52501 Bug #: 52501 Summary: cr16-protos.h uses enum rtx_code outside #ifdef RTX_CODE guard Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug target/52502] New: *86*-elf dwarf2asm.o fails to build with -Werror

2012-03-05 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52502 Bug #: 52502 Summary: *86*-elf dwarf2asm.o fails to build with -Werror Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal P

[Bug target/49427] v850e-elf wants 850e/v850e-common.c

2012-03-05 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49427 Jorn Wolfgang Rennecke changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug middle-end/51794] ICE (segfault) with -O -fmodulo-sched

2012-03-05 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51794 --- Comment #2 from Bernhard Rosenkränzer 2012-03-06 00:24:28 UTC --- I've updated my 4.7 build since and can't reproduce it there anymore. Problem still occurs on 4.6 with GNU C (Linaro GCC 4.6-2012.02-1~dev) version 4.6.3 20120201 (prerelease)

[Bug target/48806] ICE in reload_cse_simplify_operands, at postreload.c:403

2012-03-05 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48806 --- Comment #4 from Kazumoto Kojima 2012-03-06 00:26:30 UTC --- It looks that the testcase came from a FreeBSD kernel code: http://www.leidinger.net/FreeBSD/dox/net80211/html/d7/d8d/ieee80211__crypto__ccmp_8c_source.html gcc.c-torture/execute/pr

[Bug target/47099] i686-pc-msdosdjgpp fails to build i386.o: ASM_DECLARE_FUNCTION_NAME undefined

2012-03-05 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47099 --- Comment #1 from Jorn Wolfgang Rennecke 2012-03-06 00:26:53 UTC --- As of revision 184927, i686-pc-msdosdjgpp still fails; i686-interix3 - configured with --enable-obsolete - succeeds building cc1.

[Bug target/48806] ICE in reload_cse_simplify_operands, at postreload.c:403

2012-03-05 Thread rmansfield at qnx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48806 --- Comment #5 from Ryan Mansfield 2012-03-06 00:32:59 UTC --- (In reply to comment #4) > It looks that the testcase came from a FreeBSD kernel code: > http://www.leidinger.net/FreeBSD/dox/net80211/html/d7/d8d/ieee80211__crypto__ccmp_8c_source.ht

[Bug target/52503] New: sh-wrs-vxworks: too many target masks

2012-03-05 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52503 Bug #: 52503 Summary: sh-wrs-vxworks: too many target masks Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Keywords: build Severity: nor

[Bug middle-end/52504] New: (unreachable) out of bounds access in thread_prologue_and_epilogue_insns

2012-03-05 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52504 Bug #: 52504 Summary: (unreachable) out of bounds access in thread_prologue_and_epilogue_insns Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONF

[Bug bootstrap/52466] gcc-4.7.0-RC-20120302 fails to build for --target=lm32-rtems4.11

2012-03-05 Thread corsepiu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52466 Ralf Corsepius changed: What|Removed |Added Target||lm32-* CC|

[Bug rtl-optimization/52250] [4.7/4.8 Regression] ICE: in sel_remove_bb, at sel-sched-ir.c:5213 with -fsel-sched-pipelining -fsel-sched-pipelining-outer-loops -fselective-scheduling2 and other flags

2012-03-05 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52250 --- Comment #9 from Andrey Belevantsev 2012-03-06 07:31:49 UTC --- Author: abel Date: Tue Mar 6 07:31:43 2012 New Revision: 184975 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184975 Log: PR rtl-optimization/52250 * sel

[Bug target/52461] [avr] XMEGA+EBI: RAMPZ clobbered while reading from flash

2012-03-05 Thread saturn at quantentunnel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52461 --- Comment #3 from Markus Faust 2012-03-06 07:55:39 UTC --- (In reply to comment #1) > Eric, would you confirm this is actually a problem and set bug status to NEW? For me this seems to be a really severe problem, because as soon as my code siz