[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2013-02-12 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 --- Comment #19 from Dominique d'Humieres 2013-02-12 17:51:13 UTC --- This breaks bootstrap on x86_64-apple-darwin10: ... test -f stamp-libada || \ make -C ../.././gcc/ada "MAKEOVERRIDES=" "LDFLAGS=" "LN_S=ln -s" "SHELL=/bin/sh"

[Bug c++/56285] [C++11] Arguments to an inheriting constructor are not forwarded properly

2013-02-12 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56285 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2013-02-12 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 --- Comment #20 from Kai Tietz 2013-02-12 18:02:56 UTC --- Hmm, why is NS_RECURSIVE for you an empty? It should become either cp -pR, or be equal to content of LN_S.

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2013-02-12 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 --- Comment #21 from Kai Tietz 2013-02-12 18:04:53 UTC --- "LN_S_RECURSIVE" I mean.

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2013-02-12 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 --- Comment #22 from Dominique d'Humieres 2013-02-12 18:07:16 UTC --- > why is NS_RECURSIVE for you an empty? It should become either cp -pR, or be > equal to content of LN_S. No idea. For a successfull bootstrap I see .. rm -rf ada

[Bug inline-asm/56148] [4.8 Regression] inline asm matching constraint with different mode

2013-02-12 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56148 Steven Bosscher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2013-02-12 Thread k2k at narod dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 --- Comment #23 from Karlson2k 2013-02-12 18:11:09 UTC --- Try to use LN_S_RECURSIVE:= instead of LN_S_RECURSIVE=

[Bug inline-asm/56148] [4.8 Regression] inline asm matching constraint with different mode

2013-02-12 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56148 --- Comment #10 from Steven Bosscher 2013-02-12 18:12:00 UTC --- Vlad, could you please explain a bit how you figured out this issue so quickly? (I mean, apart from experience, of course.)

[Bug rtl-optimization/56246] [4.8 regression] ICE in assign_by_spills, at lra-assigns.c:1262

2013-02-12 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56246 Steven Bosscher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/50494] gcc.dg/vect/vect-reduc-2char.c fails spuriously on ppc with -flto

2013-02-12 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494 --- Comment #5 from Michael Meissner 2013-02-12 18:13:45 UTC --- Created attachment 29426 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29426 Assembly file of slp-perm-1.c after lto with -mcpu=power6 -O3 -maltivec

[Bug tree-optimization/56294] BOOT_CFLAGS='-O2 -g -fno-ipa-sra' leads to bootstrap comparison failure

2013-02-12 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56294 --- Comment #3 from Martin Jambor 2013-02-12 18:16:27 UTC --- Yes, compiling the pre-processed source with -c -O2 -fno-ipa-sra -fcompare-debug -fno-exceptions fails too. Time for some debug counters.

[Bug target/50494] gcc.dg/vect/vect-reduc-2char.c fails spuriously on ppc with -flto

2013-02-12 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494 --- Comment #6 from Michael Meissner 2013-02-12 18:16:28 UTC --- Created attachment 29427 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29427 slp-perm-1.c assembly file before LTO is run with -mcpu=power6 -O3 -maltivec

[Bug libgcc/56296] Undefined reference to __sync_add_and_fetch_8 for int64_t on MIPS32.

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

[Bug fortran/54932] Invalid loop code generated by Fortran FE for loops with bounds in HIGH(type)

2013-02-12 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54932 --- Comment #14 from Dominique d'Humieres 2013-02-12 18:21:53 UTC --- (In reply to comment #13) > Please also split the testcase - it contains > several tests and only one has invalid overflow. Actually there are three of them (a) p

[Bug lto/50494] gcc.dg/vect/vect-reduc-2char.c fails spuriously on ppc with -flto

2013-02-12 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494 Michael Meissner changed: What|Removed |Added Component|target |lto --- Comment #7 from Mich

[Bug fortran/54730] [4.6/4.7/4.8 Regression] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1066

2013-02-12 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54730 --- Comment #10 from Mikael Morin 2013-02-12 18:33:50 UTC --- Created attachment 29428 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29428 Fairly complete (untested) fix This patch implements a partial undo framework, in other wor

[Bug lto/50494] gcc.dg/vect/vect-reduc-2char.c fails spuriously on ppc with -flto

2013-02-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|una

[Bug inline-asm/56148] [4.8 Regression] inline asm matching constraint with different mode

2013-02-12 Thread sergio at serjux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56148 --- Comment #11 from Sérgio Basto 2013-02-12 18:38:06 UTC --- Vlad, don't wanna rush you , but let me know when we have this patch on gcc of Fedora rawhide , to continue testing compilation of VirtualBox . Thanks,

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2013-02-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 --- Comment #24 from Jakub Jelinek 2013-02-12 18:41:37 UTC --- Can you please try the following? echo > Makefile <<\EOF LN_S=cp -p ifeq (cp -p,$(LN_S)) LN_S_RECURSIVE=cp -pr else LN_S_RECURSIVE=$(LN_S) endif all: echo $(LN_S_REC

[Bug inline-asm/56148] [4.8 Regression] inline asm matching constraint with different mode

2013-02-12 Thread vmakarov at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56148 Vladimir Makarov changed: What|Removed |Added CC||vmakarov at redhat dot com -

[Bug lto/50494] gcc.dg/vect/vect-reduc-2char.c fails spuriously on ppc with -flto

2013-02-12 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494 --- Comment #9 from Michael Meissner 2013-02-12 19:07:18 UTC --- The -fsection-anchors option appears to be important. If I use -fsection-anchors (which is default for powerpc64-linux), LTO does not align the .rodata section, but uses Alt

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2013-02-12 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 --- Comment #25 from Dominique d'Humieres 2013-02-12 19:14:45 UTC --- > Can you please try the following? > ... > Works for me just fine. Perhaps you have buggy make? Is this working? [macbook] f90/bug% cat Makefile LN_S=cp -p ife

[Bug c/44938] Variable origtypes in c-parser.c accessed uninitialized

2013-02-12 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44938 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment

[Bug lto/50494] gcc.dg/vect/vect-reduc-2char.c fails spuriously on ppc with -flto

2013-02-12 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494 --- Comment #10 from Michael Meissner 2013-02-12 19:16:56 UTC --- If -fno-merge-constants (and the default -fsection-anchors) is used, then the correct alignment for the table is set (and Altivec memory instructions are used). At a gues

[Bug c/44938] Variable origtypes in c-parser.c accessed uninitialized

2013-02-12 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44938 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org ---

[Bug middle-end/51544] uninitialized variable false positive prevents bootstrap with -fipa-cp-clone

2013-02-12 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51544 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org ---

[Bug fortran/56204] [4.8 regression] gfortran.dg/quad_[23].f90 FAIL on Solaris 9/x86

2013-02-12 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56204 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- C

[Bug tree-optimization/56294] BOOT_CFLAGS='-O2 -g -fno-ipa-sra' leads to bootstrap comparison failure

2013-02-12 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56294 --- Comment #4 from Martin Jambor 2013-02-12 19:43:39 UTC --- Yes, compiling the pre-processed source with -c -O2 -fno-ipa-sra -fcompare-debug -fno-exceptions fails too. Time for some debug counters.

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2013-02-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 --- Comment #26 from Jakub Jelinek 2013-02-12 19:49:34 UTC --- Yes. Then I have no idea why it doesn't work for you during bootstrap. Stick some echo ln_s $(LN_S) ln_s_recursive $(LN_S_RECURSIVE) into the targets that use $(LN_S_RECURSIVE

[Bug c/44938] Variable origtypes in c-parser.c accessed uninitialized

2013-02-12 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44938 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/44938] Variable origtypes in c-parser.c accessed uninitialized

2013-02-12 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44938 --- Comment #5 from Marek Polacek 2013-02-12 20:07:30 UTC --- Author: mpolacek Date: Tue Feb 12 20:07:04 2013 New Revision: 195989 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195989 Log: Fix bootstrap with -O3. Modified:

[Bug c/44938] Variable origtypes in c-parser.c accessed uninitialized

2013-02-12 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44938 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/55334] [4.8 Regression] mgrid regression (ipa-cp disables vectorization)

2013-02-12 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55334 --- Comment #24 from Martin Jambor 2013-02-12 20:10:42 UTC --- Created attachment 29429 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29429 Experimental patch resolving more dependencies This is my (untested, highly experimental)

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2013-02-12 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 --- Comment #27 from Dominique d'Humieres 2013-02-12 20:16:29 UTC --- (In reply to comment #23) > Try to use LN_S_RECURSIVE:= instead of LN_S_RECURSIVE= As in --- ../_clean/libada/Makefile.in2013-02-12 16:45:25.0 +0100 ++

[Bug c++/56285] [C++11] Arguments to an inheriting constructor are not forwarded properly

2013-02-12 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56285 --- Comment #2 from Jason Merrill 2013-02-12 20:47:23 UTC --- Author: jason Date: Tue Feb 12 20:47:15 2013 New Revision: 195990 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195990 Log: PR c++/56285 * method.c (add_on

[Bug libstdc++/56111] [4.8 Regression] {float,double,long double} complex not accepted anymore

2013-02-12 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56111 --- Comment #17 from Marc Glisse 2013-02-12 20:55:09 UTC --- (In reply to comment #15) > Marc, any news on this? I landed less than 2 hours ago... I'll see if I can handle it tomorrow.

[Bug rtl-optimization/56181] [4.8 Regression] ICE in verify_loop_structure, at cfgloop.c:1581 with -ftracer

2013-02-12 Thread jbg...@lug-owl.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56181 Jan-Benedict Glaw changed: What|Removed |Added CC||jbg...@lug-owl.de --- Comment #15 fr

[Bug libgcc/56300] New: Add __sync_fetch_and_add_8 and other 8-byte atomic functions to 32-bit MIPS targets

2013-02-12 Thread chaoyingfu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56300 Bug #: 56300 Summary: Add __sync_fetch_and_add_8 and other 8-byte atomic functions to 32-bit MIPS targets Classification: Unclassified Product: gcc Version: unknown

[Bug libgcc/56300] Add __sync_fetch_and_add_8 and other 8-byte atomic functions to 32-bit MIPS targets

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

[Bug libgcc/56300] Add __sync_fetch_and_add_8 and other 8-byte atomic functions to 32-bit MIPS targets

2013-02-12 Thread chaoyingfu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56300 --- Comment #2 from chaoyingfu at gcc dot gnu.org 2013-02-12 22:21:09 UTC --- (In reply to comment #1) > Use libatomic in 4.8 to fix this. Good to know this. Thanks!

[Bug tree-optimization/56273] [4.8 regression] Bogus -Warray-bounds warning

2013-02-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56273 --- Comment #10 from Andrew Pinski 2013-02-12 23:50:03 UTC --- (In reply to comment #9) > ../../../gcc-trunk/libgcc/crtstuff.c: In function 'frame_dummy': > ../../../gcc-trunk/libgcc/crtstuff.c:463:19: warning: array subscript is above >

[Bug middle-end/56301] New: [4.7 Regression] wrong code with the fix for PR53844

2013-02-12 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56301 Bug #: 56301 Summary: [4.7 Regression] wrong code with the fix for PR53844 Classification: Unclassified Product: gcc Version: 4.7.3 Status: UNCONFIRMED Severity: norm

[Bug middle-end/56242] [4.8 Regression] libjava/classpath/gnu/javax/swing/text/html/parser/support/textPreProcessor.java:175:0: ICE: Segmentation fault

2013-02-12 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56242 vries at gcc dot gnu.org changed: What|Removed |Added Priority|P1 |P3 --- Comment #3 fro

[Bug middle-end/55496] False positive -Werror=uninitialized

2013-02-12 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55496 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment

[Bug c++/56135] [c++11] this incorrectly captured as null in template member function

2013-02-12 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56135 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/56285] [C++11] Arguments to an inheriting constructor are not forwarded properly

2013-02-12 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56285 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/55805] Empty brace-init-list causes warning "missing initializer for member" in C++11

2013-02-12 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55805 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/54126] ICE on constexpr move ctor with const ref type instead of error

2013-02-12 Thread freddie_chopin at op dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54126 --- Comment #4 from Freddie Chopin 2013-02-13 07:29:23 UTC --- Created attachment 29430 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29430 simple fail case I think I have an even simplier test case, I guess it's the same problem

<    1   2