[Bug lto/53282] lto and visibility-inlines-hidden makes "wrongly" hidden symbols and in a way that depends on the order of the input compilation units

2012-05-08 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53282 --- Comment #4 from vincenzo Innocente 2012-05-09 06:29:40 UTC --- Hi Honza, I forgot to say that I tried both -flto-partition=1to1 and -flto-partition=none with the same result the point is that the symbols in question refers to a templated fu

[Bug rtl-optimization/53176] [4.8 Regression] gcc.dg/lower-subreg-1.c FAILs

2012-05-08 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53176 Hans-Peter Nilsson changed: What|Removed |Added Status|NEW |ASSIGNED URL|

[Bug c++/53289] New: unnecessary repetition of caret diagnostics

2012-05-08 Thread zeratul976 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53289 Bug #: 53289 Summary: unnecessary repetition of caret diagnostics Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priori

[Bug libstdc++/53270] Error when bootstrapping gcc on hppa2.0-unknown-linux-gcc

2012-05-08 Thread jimis at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53270 --- Comment #13 from jimis 2012-05-09 04:43:20 UTC --- --disable-libstdcxx-threads doesn't help, I get the same error at exactly the same point(guard.cc:33).

[Bug c++/53288] New: [C++11] Reference fails to bind directly to prvalue member access expression

2012-05-08 Thread hstong at ca dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53288 Bug #: 53288 Summary: [C++11] Reference fails to bind directly to prvalue member access expression Classification: Unclassified Product: gcc Version: 4.6.0 Status: UN

[Bug target/52908] xop-mul-1:f9 miscompiled on bulldozer (-mxop)

2012-05-08 Thread venkataramanan.kumar at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52908 --- Comment #6 from Venkataramanan 2012-05-09 03:13:01 UTC --- (In reply to comment #5) > (In reply to comment #4) > > A Quick make check on i386.exp result is shown below: > > > > Tests that now fail, but worked before: > > > > gcc.target/i38

[Bug tree-optimization/53273] test-cases suffer from cross-function optimizations with no way to mark limits

2012-05-08 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53273 --- Comment #6 from Hans-Peter Nilsson 2012-05-09 00:13:44 UTC --- (In reply to comment #3) > Usual way to avoid it in the > testsuite is to put a loop into main(). Besides, the background of this PR (at the URL) is that I don't want a recipe th

[Bug tree-optimization/53273] test-cases suffer from cross-function optimizations with no way to mark limits

2012-05-08 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53273 --- Comment #5 from Hans-Peter Nilsson 2012-05-09 00:04:08 UTC --- (In reply to comment #3) > You seem to be hitting the logic detecting functions executed just once and > making them optimized for size rather than speed. No, not really "once",

[Bug c++/53287] New: "self-initialization" warning doesn't seem to work for non-primitive types...

2012-05-08 Thread miles at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53287 Bug #: 53287 Summary: "self-initialization" warning doesn't seem to work for non-primitive types... Classification: Unclassified Product: gcc Version: 4.8.0 Status: U

[Bug tree-optimization/53273] test-cases suffer from cross-function optimizations with no way to mark limits

2012-05-08 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53273 Hans-Peter Nilsson changed: What|Removed |Added Attachment #27351|application/octet-stream|text/plain mime type|

[Bug tree-optimization/53273] test-cases suffer from cross-function optimizations with no way to mark limits

2012-05-08 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53273 Jan Hubicka changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment #3 f

[Bug tree-optimization/53273] test-cases suffer from cross-function optimizations with no way to mark limits

2012-05-08 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53273 --- Comment #2 from Hans-Peter Nilsson 2012-05-08 23:41:41 UTC --- Created attachment 27351 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27351 Like i2.i (attachment 27350) but with main and auxiliary functions, and always aborting This at

[Bug tree-optimization/53273] test-cases suffer from cross-function optimizations with no way to mark limits

2012-05-08 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53273 --- Comment #1 from Hans-Peter Nilsson 2012-05-08 23:24:15 UTC --- Created attachment 27350 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27350 preprocessed file with just the (previously) miscompiled function This is basically gcc.dg/tort

[Bug libitm/53008] abort in _ITM_getTMCloneSafe

2012-05-08 Thread daveboutcher at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53008 --- Comment #3 from Dave Boutcher 2012-05-08 22:56:23 UTC --- I just submitted a patch for this one (Issue 6201064) (http://codereview.appspot.com/6201064/) Patch included here just for fun: Index: gcc/trans-mem.c diff --git a/gcc/trans-mem.c b

[Bug other/53284] Several libatomic tests fail on 32-bit Solaris/x86

2012-05-08 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53284 --- Comment #1 from Richard Henderson 2012-05-08 22:39:35 UTC --- Can you investigate why configure decides that __atomic_compare_exchange_8 is implemented inline? That it isn't inline is obvious from the recursion. Was the configure change to

[Bug driver/53286] New: [mingw] improve "CreateProcess: No such file or directory" error message

2012-05-08 Thread zeratul976 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53286 Bug #: 53286 Summary: [mingw] improve "CreateProcess: No such file or directory" error message Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONF

[Bug other/53285] New: libibiberty's md5.c builds with warnings with 4.7 and trunk

2012-05-08 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53285 Bug #: 53285 Summary: libibiberty's md5.c builds with warnings with 4.7 and trunk Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug c++/53261] [4.8 Regression] ICE in tree_strip_nop_conversions

2012-05-08 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53261 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/53261] [4.8 Regression] ICE in tree_strip_nop_conversions

2012-05-08 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53261 --- Comment #5 from Manuel López-Ibáñez 2012-05-08 22:14:43 UTC --- Author: manu Date: Tue May 8 22:14:34 2012 New Revision: 187300 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187300 Log: 2012-05-09 Manuel López-Ibáñez PR c++/

[Bug rtl-optimization/53278] [4.8 regression] internal compiler error: in df_uses_record, at df-scan.c:3179 when compiling libgcc2.c __mulvdi3 on armv5tel-linux

2012-05-08 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53278 rsand...@gcc.gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug rtl-optimization/53278] [4.8 regression] internal compiler error: in df_uses_record, at df-scan.c:3179 when compiling libgcc2.c __mulvdi3 on armv5tel-linux

2012-05-08 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53278 --- Comment #6 from rsandifo at gcc dot gnu.org 2012-05-08 21:42:09 UTC --- Author: rsandifo Date: Tue May 8 21:42:03 2012 New Revision: 187299 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187299 Log: gcc/ PR rtl-optimization/53278

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

2012-05-08 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51244 --- Comment #38 from Oleg Endo 2012-05-08 21:36:35 UTC --- Author: olegendo Date: Tue May 8 21:36:30 2012 New Revision: 187298 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187298 Log: PR target/51244 * config/sh/sh.md (*branch_

[Bug libstdc++/53270] Error when bootstrapping gcc on hppa2.0-unknown-linux-gcc

2012-05-08 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53270 --- Comment #12 from John David Anglin 2012-05-08 20:50:01 UTC --- You might try configuring with "--disable-libstdcxx-threads". It disables C++11 threads support.

[Bug bootstrap/44959] [4.5 Regression] bootstrap failed at Comparing stages 2 and 3

2012-05-08 Thread htl10 at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44959 --- Comment #23 from Hin-Tak Leung 2012-05-08 20:48:25 UTC --- (In reply to comment #22) > > --- Comment #21 from Hin-Tak Leung > > 2012-05-08 14:15:52 UTC --- > > I think there was a misunderstanding: I specificially asked for the > smallest

[Bug bootstrap/50342] gcc/configure fails on Mac OS X Lion/Xcode 4.1 with recent GCCs

2012-05-08 Thread simon at pushface dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50342 --- Comment #11 from simon at pushface dot org 2012-05-08 20:01:50 UTC --- (In reply to comment #10) > I'm wondering if you could add: > > # Work around PR50342 > BOOT_CFLAGS += -D_FORTIFY_SOURCE=0 > > to config/mh-darwin and fix the issue. If s

[Bug libstdc++/53263] priority_queue is very slow if -D_GLIBCXX_DEBUG is used

2012-05-08 Thread fdumont at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53263 --- Comment #10 from François Dumont 2012-05-08 19:31:49 UTC --- Ok, I will submit a patch tomorrow generalizing usage of __gnu_debug::__base in debug macros.

[Bug libstdc++/53270] Error when bootstrapping gcc on hppa2.0-unknown-linux-gcc

2012-05-08 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53270 --- Comment #11 from dave.anglin at bell dot net 2012-05-08 19:23:48 UTC --- On 5/8/2012 3:03 PM, steven at gcc dot gnu.org wrote: > Is that old a glibc still supported? The following still works except for libitm: dave@selway:/lib> /lib/libc.so.6

[Bug libstdc++/53270] Error when bootstrapping gcc on hppa2.0-unknown-linux-gcc

2012-05-08 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53270 --- Comment #10 from Steven Bosscher 2012-05-08 19:03:01 UTC --- >From gcc61: $ /lib/libc-2.7.so GNU C Library stable release version 2.7, by Roland McGrath et al. Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see th

[Bug rtl-optimization/53180] [4.8 Regression] Revision 186378 generates incorrect code for cpu2006 416.gamess

2012-05-08 Thread pthaugen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53180 Pat Haugen changed: What|Removed |Added Target Milestone|4.8.0 |--- --- Comment #2 from Pat Haugen 2012-05-

[Bug libstdc++/53270] Error when bootstrapping gcc on hppa2.0-unknown-linux-gcc

2012-05-08 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53270 Steven Bosscher changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|2012-05-07 00:00

[Bug lto/49700] LTO compile time hog

2012-05-08 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49700 Joost VandeVondele changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug rtl-optimization/53278] [4.8 regression] internal compiler error: in df_uses_record, at df-scan.c:3179 when compiling libgcc2.c __mulvdi3 on armv5tel-linux

2012-05-08 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53278 rsand...@gcc.gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassi

[Bug bootstrap/53238] Bootstrap failure: error: 'pthread_mutex_timedlock' was not declared in this scope

2012-05-08 Thread skunk at iskunk dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53238 --- Comment #8 from Daniel Richard G. 2012-05-08 18:18:04 UTC --- I did a non-bootstrap build to speed things up a bit. (The system already has GCC 4.5.2.) First: Your patch needs a couple of ";;" sprinkled in there :-) Second: With the patch,

[Bug target/53283] [4.8 Regression] Many failures on x86_64-apple-darwin10 after revision 186789

2012-05-08 Thread tmsriram at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53283 Sriraman Tallam changed: What|Removed |Added CC||tmsriram at google dot com --- Comment

[Bug middle-end/49363] [feature request] multiple target attribute (and runtime dispatching based on cpuid)

2012-05-08 Thread tmsriram at google dot com
ree-vectorize -fPIC' > CXXFLAGS='-O2 -fPIC -ftree-vectorize -fvisibility-inlines-hidden > -march=native' > -enable-libitm -disable-multilib CC=gcc CXX=g++ > --enable-languages=c,c++,fortran,lto --no-create --no-recursion > Thread model: posix > gcc version 4.8.0

[Bug lto/53282] lto and visibility-inlines-hidden makes "wrongly" hidden symbols and in a way that depends on the order of the input compilation units

2012-05-08 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53282 Jan Hubicka changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment #3 f

[Bug tree-optimization/53226] [4.8 Regression] Endless loop in forwprop

2012-05-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53226 Jakub Jelinek changed: What|Removed |Added Component|c++ |tree-optimization Target Milestone|---

[Bug other/53284] New: Several libatomic tests fail on 32-bit Solaris/x86

2012-05-08 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53284 Bug #: 53284 Summary: Several libatomic tests fail on 32-bit Solaris/x86 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/53279] [4.8 regression] error: 'convert_tree_comp_to_rtx' defined but not used [-Werror=unused-function] breaks m68k-linux bootstrap

2012-05-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53279 Andrew Pinski changed: What|Removed |Added Keywords||build Status|UNCONFIRMED

[Bug rtl-optimization/53176] [4.8 Regression] gcc.dg/lower-subreg-1.c FAILs

2012-05-08 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53176 --- Comment #23 from Uros Bizjak 2012-05-08 16:10:07 UTC --- Author: uros Date: Tue May 8 16:01:54 2012 New Revision: 187289 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187289 Log: PR target/53176 * config/i386/i386.c (ix86_se

[Bug target/53250] [4.8 Regression] [SH] ICE: in change_address_1, at emit-rtl.c:2018

2012-05-08 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53250 --- Comment #8 from Uros Bizjak 2012-05-08 16:05:40 UTC --- (In reply to comment #7) > Author: uros > Date: Tue May 8 16:01:54 2012 > New Revision: 187289 > > URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187289 > Log: > PR target/5

[Bug c/53277] Warning using -Wconversion and -Ox in gcc 4.5, 4.6 and 4.7 but not in previous releases

2012-05-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53277 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/53185] [4.8 Regression] segmentation fault in vectorizable_load

2012-05-08 Thread gary at intrepid dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53185 --- Comment #5 from Gary Funck 2012-05-08 16:01:50 UTC --- Ping. Is there an ETA for a fix for this bug? It is preventing us from being able to merge from the GCC trunk. Thanks.

[Bug target/53250] [4.8 Regression] [SH] ICE: in change_address_1, at emit-rtl.c:2018

2012-05-08 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53250 --- Comment #7 from uros at gcc dot gnu.org 2012-05-08 16:01:59 UTC --- Author: uros Date: Tue May 8 16:01:54 2012 New Revision: 187289 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187289 Log: PR target/53250 * config/i386/i386.c

[Bug bootstrap/49797] CLooG use of LANGUAGE_C conflicts with MIPS compilers

2012-05-08 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49797 --- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE 2012-05-08 15:54:15 UTC --- > --- Comment #3 from Matt Hargett 2012-04-23 22:19:35 > UTC --- > Can you please back port this to 4.6 as well? Running into this on Scientific > Linux 6.1 on x6

[Bug rtl-optimization/53278] [4.8 regression] internal compiler error: in df_uses_record, at df-scan.c:3179 when compiling libgcc2.c __mulvdi3 on armv5tel-linux

2012-05-08 Thread zadeck at naturalbridge dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53278 Kenneth Zadeck changed: What|Removed |Added CC||zadeck at naturalbridge dot

[Bug target/53272] wrong condition-codes for strict-low-part destination and small-integer source

2012-05-08 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53272 Hans-Peter Nilsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug bootstrap/44959] [4.5 Regression] bootstrap failed at Comparing stages 2 and 3

2012-05-08 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44959 --- Comment #22 from ro at CeBiTec dot Uni-Bielefeld.DE 2012-05-08 15:36:03 UTC --- > --- Comment #21 from Hin-Tak Leung > 2012-05-08 14:15:52 UTC --- I think there was a misunderstanding: I specificially asked for the smallest of the differing

[Bug target/53272] wrong condition-codes for strict-low-part destination and small-integer source

2012-05-08 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53272 Hans-Peter Nilsson changed: What|Removed |Added Target Milestone|--- |4.7.2 --- Comment #6 from Hans-Peter

[Bug target/53272] wrong condition-codes for strict-low-part destination and small-integer source

2012-05-08 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53272 --- Comment #5 from Hans-Peter Nilsson 2012-05-08 15:28:02 UTC --- Author: hp Date: Tue May 8 15:27:58 2012 New Revision: 187286 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187286 Log: PR target/53272 * gcc.dg/torture/pr53272-

[Bug c++/53261] [4.8 Regression] ICE in tree_strip_nop_conversions

2012-05-08 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53261 --- Comment #4 from dave.anglin at bell dot net 2012-05-08 15:26:51 UTC --- On 5/7/2012 12:25 PM, manu at gcc dot gnu.org wrote: > Could you test on hppa? The patch fixes the compilation error. > > > Actually, I am not sure whether "if (!tem || int

[Bug target/53272] wrong condition-codes for strict-low-part destination and small-integer source

2012-05-08 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53272 --- Comment #4 from Hans-Peter Nilsson 2012-05-08 15:27:08 UTC --- Author: hp Date: Tue May 8 15:27:03 2012 New Revision: 187285 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187285 Log: PR target/53272 * config/cris/cris.c (cri

[Bug target/53272] wrong condition-codes for strict-low-part destination and small-integer source

2012-05-08 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53272 --- Comment #3 from Hans-Peter Nilsson 2012-05-08 15:21:55 UTC --- Author: hp Date: Tue May 8 15:21:50 2012 New Revision: 187284 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187284 Log: PR target/53272 * gcc.dg/torture/pr53272-

[Bug target/53272] wrong condition-codes for strict-low-part destination and small-integer source

2012-05-08 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53272 --- Comment #2 from Hans-Peter Nilsson 2012-05-08 15:20:56 UTC --- Author: hp Date: Tue May 8 15:20:52 2012 New Revision: 187283 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187283 Log: PR target/53272 * config/cris/cris.c (cri

[Bug libstdc++/53270] Error when bootstrapping gcc on hppa2.0-unknown-linux-gcc

2012-05-08 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53270 John David Anglin changed: What|Removed |Added Status|WAITING |UNCONFIRMED Ever Confirmed|1

[Bug go/51874] Many libgo testsuite failures on IRIX

2012-05-08 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51874 --- Comment #18 from Rainer Orth 2012-05-08 15:09:32 UTC --- Created attachment 27349 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27349 Hack to avoid IRIX 6.5 libgo_cv_lib_setcontext_clobbers_tls failure

[Bug go/51874] Many libgo testsuite failures on IRIX

2012-05-08 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51874 --- Comment #17 from ro at CeBiTec dot Uni-Bielefeld.DE 2012-05-08 15:08:13 UTC --- > --- Comment #16 from Ian Lance Taylor 2012-04-24 > 16:33:13 UTC --- > At some point, can you update this bug with the current set of test failures > using Go o

[Bug rtl-optimization/53278] [4.8 regression] internal compiler error: in df_uses_record, at df-scan.c:3179 when compiling libgcc2.c __mulvdi3 on armv5tel-linux

2012-05-08 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53278 --- Comment #3 from Ramana Radhakrishnan 2012-05-08 14:56:18 UTC --- The patch below appears to trigger the issue but there's a fundamental question as to why lower-subreg generates concatns when the documentation suggests that concat and concatn

[Bug bootstrap/53280] [4.8 Regression] s390 bootstrap failure since r186977

2012-05-08 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53280 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/53209] [4.7/4.8 Regression] tree check ICE: expected tree_vec, have error_mark in comp_template_args_with_info, at cp/pt.c:7038

2012-05-08 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53209 H.J. Lu changed: What|Removed |Added CC||krebbel at gcc dot gnu.org --- Comment #9 from

[Bug bootstrap/44959] [4.5 Regression] bootstrap failed at Comparing stages 2 and 3

2012-05-08 Thread htl10 at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44959 --- Comment #21 from Hin-Tak Leung 2012-05-08 14:15:52 UTC --- There are two curious things: 1. why does the 2nd stage drops to only about 600 byte. (I assume 20-30k is normal). 2. I did have a success with 4.6.1 (and I believe with both make/ma

[Bug bootstrap/44959] [4.5 Regression] bootstrap failed at Comparing stages 2 and 3

2012-05-08 Thread htl10 at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44959 --- Comment #20 from Hin-Tak Leung 2012-05-08 14:08:17 UTC --- Created attachment 27348 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27348 3rd set of those checksum files. tar.gz'ed This one is from 4.6.2 (the other two from 4.6.1), just

[Bug bootstrap/44959] [4.5 Regression] bootstrap failed at Comparing stages 2 and 3

2012-05-08 Thread htl10 at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44959 --- Comment #19 from Hin-Tak Leung 2012-05-08 14:07:03 UTC --- Created attachment 27347 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27347 another set of those checksum files. tar.gz'ed I think this one is from make bootstrap4

[Bug bootstrap/44959] [4.5 Regression] bootstrap failed at Comparing stages 2 and 3

2012-05-08 Thread htl10 at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44959 --- Comment #18 from Hin-Tak Leung 2012-05-08 14:05:56 UTC --- Created attachment 27346 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27346 one set of those checksum files. tar.gz'ed I think this one is from 4.6.1, make bootstrap4-lean

[Bug rtl-optimization/53278] [4.8 regression] internal compiler error: in df_uses_record, at df-scan.c:3179 when compiling libgcc2.c __mulvdi3 on armv5tel-linux

2012-05-08 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53278 Ramana Radhakrishnan changed: What|Removed |Added CC||ramana at gcc dot gnu.org

[Bug target/53283] [4.8 Regression] Many failures on x86_64-apple-darwin10 after revision 186789

2012-05-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53283 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug lto/53282] lto and visibility-inlines-hidden makes "wrongly" hidden symbols and in a way that depends on the order of the input compilation units

2012-05-08 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53282 --- Comment #2 from vincenzo Innocente 2012-05-08 14:01:27 UTC --- understood why it is related to the order of the input files. Still that particular symbol shall not be hidden. I've a library with 307 of those symbols, and lto hides only 7 of t

[Bug target/53283] New: [4.8 Regression] Many failures on x86_64-apple-darwin10 after revision 186789

2012-05-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53283 Bug #: 53283 Summary: [4.8 Regression] Many failures on x86_64-apple-darwin10 after revision 186789 Classification: Unclassified Product: gcc Version: unknown Status:

[Bug lto/53282] lto and visibility-inlines-hidden makes "wrongly" hidden symbols and in a way that depends on the order of the input compilation units

2012-05-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53282 --- Comment #1 from Richard Guenther 2012-05-08 13:51:34 UTC --- This has nothing to do with -fvisbility-inlines-hidden (well, that might be necessary to trigger it). LTO brings symbols local to ship them to multiple partitions and partition lay

[Bug lto/53282] New: lto and visibility-inlines-hidden makes "wrongly" hidden symbols and in a way that depends on the order of the input compilation units

2012-05-08 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53282 Bug #: 53282 Summary: lto and visibility-inlines-hidden makes "wrongly" hidden symbols and in a way that depends on the order of the input compilation units Classification: Unclass

[Bug c/50476] Warn of pointer set to object whose lifetime is limited

2012-05-08 Thread rui.maciel at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50476 --- Comment #1 from Rui Maciel 2012-05-08 13:35:33 UTC --- This issue is still present in gcc 4.6.3.

[Bug c++/50359] poor error message for an undeclared identifier in constructor

2012-05-08 Thread rui.maciel at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50359 --- Comment #2 from Rui Maciel 2012-05-08 13:33:57 UTC --- This issue is still present in g++ 4.6.3.

[Bug c++/53281] poor error message for calling a non-const method from a const object

2012-05-08 Thread rui.maciel at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53281 --- Comment #1 from Rui Maciel 2012-05-08 13:27:24 UTC --- The same suggestion applies to the cases where a non-const method is called from a const method, such as in the example below: class Foo { void bar1() {} void bar2() con

[Bug c++/53281] New: poor error message for calling a non-const method from a const object

2012-05-08 Thread rui.maciel at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53281 Bug #: 53281 Summary: poor error message for calling a non-const method from a const object Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRM

[Bug c++/53226] memory consumption for heavy template instantiations increased massively

2012-05-08 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53226 --- Comment #13 from Michael Matz 2012-05-08 13:19:42 UTC --- (In reply to comment #10) > The other way is to try to get away without immediately removing propagated > source stmts - the obvious downside is that transforms relying on > single-use

[Bug c++/53226] memory consumption for heavy template instantiations increased massively

2012-05-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53226 --- Comment #12 from Richard Guenther 2012-05-08 12:12:42 UTC --- One way would be to have a queue of propagation sources to be removed and delay the removal until after we have processed the function (the basic block?). Then have a worklist of s

[Bug c++/53226] memory consumption for heavy template instantiations increased massively

2012-05-08 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53226 --- Comment #11 from Michael Matz 2012-05-08 12:12:20 UTC --- (In reply to comment #9) > I guess instead of using prev/prev_initialized, the loop could gimple_set_uid > (stmt, 0) the stmts it is about to process and gimple_set_uid (stmt, 1) stmts

[Bug c++/53226] memory consumption for heavy template instantiations increased massively

2012-05-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53226 --- Comment #10 from Richard Guenther 2012-05-08 12:09:05 UTC --- (In reply to comment #9) > Ugh, remove_prop_source_from_use can remove stmts while prev iterator points > to > them. This has been buggy before, but didn't result in endless loop

[Bug c++/53226] memory consumption for heavy template instantiations increased massively

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

[Bug c++/53226] memory consumption for heavy template instantiations increased massively

2012-05-08 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53226 Michael Matz changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|2012-05-04 00:

[Bug rtl-optimization/53180] [4.8 Regression] Revision 186378 generates incorrect code for cpu2006 416.gamess

2012-05-08 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53180 --- Comment #1 from Bernd Schmidt 2012-05-08 10:35:21 UTC --- Created attachment 27344 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27344 Candidate patch I think I have a theory of what's going wrong. Can you test this patch?

[Bug target/44141] Redundant loads and stores generated for AMD bdver1 target

2012-05-08 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44141 --- Comment #18 from Uros Bizjak 2012-05-08 10:32:33 UTC --- (In reply to comment #17) > Which makes this a target bug then. Uros? Following the explanation in comment #16, I'd say so. Please note that we already implement the radical change,

[Bug bootstrap/53280] [4.8 Regression] s390 bootstrap failure since r186977

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

[Bug bootstrap/53280] New: s390 bootstrap failure since r186977

2012-05-08 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53280 Bug #: 53280 Summary: s390 bootstrap failure since r186977 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/44141] Redundant loads and stores generated for AMD bdver1 target

2012-05-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44141 Richard Guenther changed: What|Removed |Added Component|rtl-optimization|target --- Comment #17 from Richard Gu

[Bug middle-end/53262] ICE compiling busybox 1.19.3 with gcc 4.7.0

2012-05-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53262 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/53268] [4.8 Regression] [SH] libstdc++-dg/conformance.exp failures

2012-05-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53268 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug lto/48724] Lto build of mozilla dies at lto-wrapper: error trying to exec 'make -j1': execvp: No such file or directory

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

[Bug c++/53226] memory consumption for heavy template instantiations increased massively

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

[Bug bootstrap/53279] [4.8 regression] error: 'convert_tree_comp_to_rtx' defined but not used [-Werror=unused-function] breaks m68k-linux bootstrap

2012-05-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53279 Richard Guenther changed: What|Removed |Added CC||pinskia at gcc dot gnu.org Target Mi

[Bug bootstrap/53278] [4.8 regression] internal compiler error: in df_uses_record, at df-scan.c:3179 when compiling libgcc2.c __mulvdi3 on armv5tel-linux

2012-05-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53278 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug bootstrap/53279] [4.8 regression] error: 'convert_tree_comp_to_rtx' defined but not used [-Werror=unused-function] breaks m68k-linux bootstrap

2012-05-08 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53279 --- Comment #1 from Mikael Pettersson 2012-05-08 09:56:01 UTC --- I believe the get_def_for_expr_class and convert_tree_comp_to_rtx functions should be #ifdef HAVE_conditional_move.

[Bug libstdc++/53263] priority_queue is very slow if -D_GLIBCXX_DEBUG is used

2012-05-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53263 Paolo Carlini changed: What|Removed |Added CC|paolo.carlini at oracle dot | |com

[Bug bootstrap/53279] New: [4.8 regression] error: 'convert_tree_comp_to_rtx' defined but not used [-Werror=unused-function] breaks m68k-linux bootstrap

2012-05-08 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53279 Bug #: 53279 Summary: [4.8 regression] error: 'convert_tree_comp_to_rtx' defined but not used [-Werror=unused-function] breaks m68k-linux bootstrap Classification: Unclassified

[Bug bootstrap/53278] [4.8 regression] internal compiler error: in df_uses_record, at df-scan.c:3179 when compiling libgcc2.c __mulvdi3 on armv5tel-linux

2012-05-08 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53278 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/49363] [feature request] multiple target attribute (and runtime dispatching based on cpuid)

2012-05-08 Thread vincenzo.innocente at cern dot ch
fPIC' CXXFLAGS='-O2 -fPIC -ftree-vectorize -fvisibility-inlines-hidden -march=native' -enable-libitm -disable-multilib CC=gcc CXX=g++ --enable-languages=c,c++,fortran,lto --no-create --no-recursion Thread model: posix gcc version 4.8.0 20120508 (experimental) [trunk revision 187

[Bug c/53275] GCC-4.4.4 gives error: ld: fatal: Symbol referencing errors. No output written to sparc_SunOS

2012-05-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53275 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug bootstrap/53278] New: [4.8 regression] internal compiler error: in df_uses_record, at df-scan.c:3179 when compiling libgcc2.c __mulvdi3 on armv5tel-linux

2012-05-08 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53278 Bug #: 53278 Summary: [4.8 regression] internal compiler error: in df_uses_record, at df-scan.c:3179 when compiling libgcc2.c __mulvdi3 on armv5tel-linux Classification: Unclassifi

[Bug c/53277] New: Warning using -Wconversion and -Ox in gcc 4.5, 4.6 and 4.7 but not in previous releases

2012-05-08 Thread jgpallero at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53277 Bug #: 53277 Summary: Warning using -Wconversion and -Ox in gcc 4.5, 4.6 and 4.7 but not in previous releases Classification: Unclassified Product: gcc Version: 4.7.0

[Bug target/53276] New: DWARF-2 line information truncated for MIPS16 thunks

2012-05-08 Thread ma...@linux-mips.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53276 Bug #: 53276 Summary: DWARF-2 line information truncated for MIPS16 thunks Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

  1   2   >