[Bug regression/52271] New: -fdebug-types-section crashes

2012-02-16 Thread jan.kratochvil at redhat dot com
Component: regression AssignedTo: unassig...@gcc.gnu.org ReportedBy: jan.kratoch...@redhat.com Target: x86_64-unknown-linux-gnu crash: gcc (GCC) 4.7.0 20120216 (experimental) It was crashing already at least on 2012-02-01, I did not search older logs. crash: gcc

[Bug regression/52272] New: [4.7 regression] Performance regresswion of 410.bwaves on x86.

2012-02-16 Thread vbyakovl23 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52272 Bug #: 52272 Summary: [4.7 regression] Performance regresswion of 410.bwaves on x86. Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug regression/52272] [4.7 regression] Performance regresswion of 410.bwaves on x86.

2012-02-16 Thread vbyakovl23 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52272 --- Comment #1 from Vladimir Yakovlev vbyakovl23 at gmail dot com 2012-02-16 08:16:27 UTC --- Created attachment 26672 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26672 Good case before commit

[Bug regression/52272] [4.7 regression] Performance regresswion of 410.bwaves on x86.

2012-02-16 Thread vbyakovl23 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52272 --- Comment #2 from Vladimir Yakovlev vbyakovl23 at gmail dot com 2012-02-16 08:17:53 UTC --- Created attachment 26673 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26673 Bad case after commit

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

2012-02-16 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51930 --- Comment #12 from Jason Merrill jason at gcc dot gnu.org 2012-02-16 08:23:38 UTC --- (In reply to comment #10) But think about a header only library. My test case isn't that far fetched. A simple struct with no member functions (except for

[Bug target/52260] [4.7 Regression] ICE in clone_tree_hash, at dwarf2out.c:7424

2012-02-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52260 --- Comment #2 from Jakub Jelinek jakub at gcc dot gnu.org 2012-02-16 08:47:32 UTC --- Author: jakub Date: Thu Feb 16 08:47:24 2012 New Revision: 184303 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184303 Log: PR debug/52260 *

[Bug regression/52271] -fdebug-types-section crashes

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

[Bug target/52260] [4.7 Regression] ICE in clone_tree_hash, at dwarf2out.c:7424

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

[Bug c++/52241] Performance degradation of 447.dealII on corei7 at spec2006_base32.

2012-02-16 Thread vbyakovl23 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52241 --- Comment #3 from Vladimir Yakovlev vbyakovl23 at gmail dot com 2012-02-16 08:58:45 UTC --- Created attachment 26674 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26674 Dump of bad case (with -fPIC -DPIC)

[Bug c++/52241] Performance degradation of 447.dealII on corei7 at spec2006_base32.

2012-02-16 Thread vbyakovl23 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52241 --- Comment #4 from Vladimir Yakovlev vbyakovl23 at gmail dot com 2012-02-16 09:00:32 UTC --- Created attachment 26675 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26675 Dump of good case (without -fPIC -DPIC)

[Bug target/52260] [4.7 Regression] ICE in clone_tree_hash, at dwarf2out.c:7424

2012-02-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52260 --- Comment #3 from Jakub Jelinek jakub at gcc dot gnu.org 2012-02-16 08:50:11 UTC --- Author: jakub Date: Thu Feb 16 08:50:02 2012 New Revision: 184304 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184304 Log: PR debug/52260 *

[Bug c++/52241] Performance degradation of 447.dealII on corei7 at spec2006_base32.

2012-02-16 Thread vbyakovl23 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52241 --- Comment #5 from Vladimir Yakovlev vbyakovl23 at gmail dot com 2012-02-16 09:05:49 UTC --- (In reply to comment #2) I don't understand what you mean by inlining, since '_Rb_tree_node_base' is a *type* not a function. This is a constructor

[Bug c++/52241] Performance degradation of 447.dealII on corei7 at spec2006_base32.

2012-02-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52241 --- Comment #6 from Jakub Jelinek jakub at gcc dot gnu.org 2012-02-16 09:26:58 UTC --- The fact that -fPIC code is often slower than -fno-pic code on many targets isn't that surprising. But libstdc++.so.6's tree.cc has been compiled with -fPIC

[Bug tree-optimization/23286] missed fully redundant expression

2012-02-16 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23286 --- Comment #37 from rguenther at suse dot de rguenther at suse dot de 2012-02-16 09:37:54 UTC --- On Wed, 15 Feb 2012, steven at gcc dot gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23286 --- Comment #36 from Steven Bosscher

[Bug libitm/52220] FAIL: libitm.c++/eh-1.C execution test due to Xcode 4 weakref linker bug

2012-02-16 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52220 --- Comment #3 from Iain Sandoe iains at gcc dot gnu.org 2012-02-16 09:46:37 UTC --- Author: iains Date: Thu Feb 16 09:46:31 2012 New Revision: 184305 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184305 Log: PR libitm/52220 *

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

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

[Bug translation/52273] New: translatable string typo: at at %L

2012-02-16 Thread stigge at antcom dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52273 Bug #: 52273 Summary: translatable string typo: at at %L Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/52126] [4.7 Regression] compilation error

2012-02-16 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52126 --- Comment #6 from fabien at gcc dot gnu.org 2012-02-16 09:57:20 UTC --- (In reply to comment #5) (In reply to comment #2) Further investigation shows that the issue appears only when inheritance from the template class (class B : private

[Bug tree-optimization/52255] [4.7 Regression] ICE: verify_ssa failed, block does not dominate use

2012-02-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52255 --- Comment #7 from Jakub Jelinek jakub at gcc dot gnu.org 2012-02-16 10:20:33 UTC --- Author: jakub Date: Thu Feb 16 10:20:26 2012 New Revision: 184306 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184306 Log: PR

[Bug c++/52241] Performance degradation of 447.dealII on corei7 at spec2006_base32.

2012-02-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52241 --- Comment #7 from Richard Guenther rguenth at gcc dot gnu.org 2012-02-16 10:37:34 UTC --- It is desirable that libstdc++.a contains PIC code, otherwise you cannot link it statically into shared libraries or into position independent

[Bug go/52266] [4.7 Regression] syntax error in libgo/configure

2012-02-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52266 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug tree-optimization/52272] [4.7 regression] Performance regresswion of 410.bwaves on x86.

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

[Bug c++/52263] Zero-initialization doesn't seem to work correctly for virtual inheritance

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

[Bug tree-optimization/52255] [4.7 Regression] ICE: verify_ssa failed, block does not dominate use

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

[Bug fortran/52274] New: [Meta-bug] Fortran translation related issues: Typos and more

2012-02-16 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52274 Bug #: 52274 Summary: [Meta-bug] Fortran translation related issues: Typos and more Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug c++/52241] Performance degradation of 447.dealII on corei7 at spec2006_base32.

2012-02-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52241 --- Comment #8 from Jakub Jelinek jakub at gcc dot gnu.org 2012-02-16 10:57:19 UTC --- Note that if more inlining in tree.cc even in -fPIC code helps more than just a single benchmark, we could consider compiling that file with -O3, or use some

[Bug tree-optimization/52275] New: The polyhedron test air.f90 is miscompiled with '-O2 -floop-flatten' after revision 184265

2012-02-16 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52275 Bug #: 52275 Summary: The polyhedron test air.f90 is miscompiled with '-O2 -floop-flatten' after revision 184265 Classification: Unclassified Product: gcc Version: 4.7.0

[Bug tree-optimization/52272] [4.7 regression] Performance regresswion of 410.bwaves on x86.

2012-02-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52272 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added CC||rakdver at

[Bug tree-optimization/23286] missed fully redundant expression

2012-02-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23286 --- Comment #38 from Richard Guenther rguenth at gcc dot gnu.org 2012-02-16 12:44:31 UTC --- Incremental patch to fix the EH related ICEs: Index: gcc/tree-ssa-pre.c === ---

[Bug tree-optimization/52272] [4.7 regression] Performance regresswion of 410.bwaves on x86.

2012-02-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52272 --- Comment #4 from Richard Guenther rguenth at gcc dot gnu.org 2012-02-16 12:40:06 UTC --- Before the patch we choose Improved to: cost: 128 (complexity 0) cand_cost: 19 cand_use_cost: 28 (complexity 0) candidates: 2, 4, 7 use:0 --

[Bug c++/52277] New: spell corrector for misspelled identifiers

2012-02-16 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52277 Bug #: 52277 Summary: spell corrector for misspelled identifiers Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug target/52238] -mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members

2012-02-16 Thread michael.kostylev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238 --- Comment #3 from Michael Kostylev michael.kostylev at gmail dot com 2012-02-16 13:26:24 UTC --- Ok, let's modify the test case - s/char a;/char a:6;/: struct { char a:6; char b __attribute__ ((aligned (16))); } s; int main() {

[Bug tree-optimization/52275] The polyhedron test air.f90 is miscompiled with '-O2 -floop-flatten' after revision 184265

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

[Bug c++/52241] Performance degradation of 447.dealII on corei7 at spec2006_base32.

2012-02-16 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52241 --- Comment #9 from Paolo Carlini paolo.carlini at oracle dot com 2012-02-16 13:39:21 UTC --- (In reply to comment #5) (In reply to comment #2) I don't understand what you mean by inlining, since '_Rb_tree_node_base' is a *type* not a

[Bug c++/52241] Performance degradation of 447.dealII on corei7 at spec2006_base32.

2012-02-16 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52241 --- Comment #10 from Paolo Carlini paolo.carlini at oracle dot com 2012-02-16 13:45:53 UTC --- By the way, I don't see anything wrong with explicitly marking _Rb_tree_increment(_Rb_tree_node_base*) inline if that helps in some special

[Bug tree-optimization/52275] The polyhedron test air.f90 is miscompiled with '-O2 -floop-flatten' after revision 184265

2012-02-16 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52275 --- Comment #2 from Dominique d'Humieres dominiq at lps dot ens.fr 2012-02-16 13:46:30 UTC --- If I apply the pseudo-patch at the end, air still works fine at -O3 or -O2 on x86_64-linux. So, what exactly is miscompiled with that patch applied?

[Bug c++/52241] Performance degradation of 447.dealII on corei7 at spec2006_base32.

2012-02-16 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52241 --- Comment #13 from Paolo Carlini paolo.carlini at oracle dot com 2012-02-16 13:52:38 UTC --- Thanks Jakub that's definitely possible, and my knowledge of libtool is very weak anyway. My operative suggestion stands, I guess.

[Bug c++/52241] Performance degradation of 447.dealII on corei7 at spec2006_base32.

2012-02-16 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52241 --- Comment #12 from Paolo Carlini paolo.carlini at oracle dot com 2012-02-16 13:50:46 UTC --- ... besides the trivial fact that then isn't exported anymore. For that we can simply refactor the actual code and call it as-is or via the const_cast

[Bug c++/52241] Performance degradation of 447.dealII on corei7 at spec2006_base32.

2012-02-16 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52241 --- Comment #14 from Paolo Carlini paolo.carlini at oracle dot com 2012-02-16 13:59:20 UTC --- Created attachment 26676 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26676 Draft Something like this. I suppose either static or inline should

[Bug other/52278] New: [avr] inefficient register allocation for SUBREGs

2012-02-16 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52278 Bug #: 52278 Summary: [avr] inefficient register allocation for SUBREGs Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords:

[Bug target/52238] -mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members

2012-02-16 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238 --- Comment #4 from Kai Tietz ktietz at gcc dot gnu.org 2012-02-16 14:03:29 UTC --- Hmm, right. The previous field needs to be cleared for ms-bitfields, too. Index: stor-layout.c

[Bug c++/52241] Performance degradation of 447.dealII on corei7 at spec2006_base32.

2012-02-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52241 --- Comment #11 from Jakub Jelinek jakub at gcc dot gnu.org 2012-02-16 13:48:59 UTC --- libtool apparently creates convenience libraries only with -fPIC stuff in it, instead of having two sets of objects for each source, one -fPIC and one

[Bug other/52278] [avr] inefficient register allocation for SUBREGs

2012-02-16 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52278 --- Comment #1 from Georg-Johann Lay gjl at gcc dot gnu.org 2012-02-16 14:00:59 UTC --- Created attachment 26677 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26677 add.c

[Bug other/52278] [avr] inefficient register allocation for SUBREGs

2012-02-16 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52278 --- Comment #4 from Georg-Johann Lay gjl at gcc dot gnu.org 2012-02-16 14:06:43 UTC --- Created attachment 26680 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26680 add.c.198r.reload

[Bug other/52278] [avr] inefficient register allocation for SUBREGs

2012-02-16 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52278 --- Comment #3 from Georg-Johann Lay gjl at gcc dot gnu.org 2012-02-16 14:04:02 UTC --- Created attachment 26679 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26679 add.c.197r.ira

[Bug fortran/52279] New: Fortran translation issues issues

2012-02-16 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279 Bug #: 52279 Summary: Fortran translation issues issues Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug other/52278] [avr] inefficient register allocation for SUBREGs

2012-02-16 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52278 --- Comment #2 from Georg-Johann Lay gjl at gcc dot gnu.org 2012-02-16 14:03:05 UTC --- Created attachment 26678 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26678 add.s Assembler output with -c -mmcu=avr4 -Os -save-temps -dp -da To see

[Bug fortran/42693] Missing gcc-internal-format on messages from gfc_arith_error

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

[Bug tree-optimization/52275] The polyhedron test air.f90 is miscompiled with '-O2 -floop-flatten' after revision 184265

2012-02-16 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52275 --- Comment #4 from Dominique d'Humieres dominiq at lps dot ens.fr 2012-02-16 14:19:30 UTC --- This is the following subroutine that is miscompiled at '-O2 -floop-flatten': !*==SPECTOP.spg processed by SPAG 6.55Dc at 09:26 on 23 Sep 2005 ! !

[Bug go/46986] Go is not supported on Darwin

2012-02-16 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986 --- Comment #25 from Jack Howarth howarth at nitro dot med.uc.edu 2012-02-16 14:22:33 UTC --- (In reply to comment #23) I'm fine with the last patch, though, I think it needs Ian to approve. Wouldn't it make more sense to file a joint PR with

[Bug tree-optimization/52272] [4.7 regression] Performance regresswion of 410.bwaves on x86.

2012-02-16 Thread vbyakovl23 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52272 --- Comment #6 from Vladimir Yakovlev vbyakovl23 at gmail dot com 2012-02-16 14:42:36 UTC --- I've checked. The patch fixes the regression. Thanks.

[Bug tree-optimization/52275] The polyhedron test air.f90 is miscompiled with '-O2 -floop-flatten' after revision 184265

2012-02-16 Thread grosser at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52275 --- Comment #3 from Tobias Grosser grosser at gcc dot gnu.org 2012-02-16 14:00:29 UTC --- It seems there Sebastian himself sees the loop flatteing pass as currently unstable: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50335#c8 I would propose

[Bug tree-optimization/43491] Unnecessary temporary for global register variable

2012-02-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43491 --- Comment #7 from Richard Guenther rguenth at gcc dot gnu.org 2012-02-16 14:43:51 UTC --- With tree hoisting we generate bb 2: pretmp.5_19 = data_0; pretmp.5_20 = data_3; i_21 = pretmp.5_19 + pretmp.5_20; if (data_3(D) != 0) goto

[Bug tree-optimization/52275] The polyhedron test air.f90 is miscompiled with '-O2 -floop-flatten' after revision 184265

2012-02-16 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52275 --- Comment #5 from Dominique d'Humieres dominiq at lps dot ens.fr 2012-02-16 14:52:17 UTC --- The subroutine SPECTOP has been the cause of pr42181. The two variants in comment #22 behave the same way when compiled with '-O2 -floop-flatten',

[Bug ada/52280] New: FAIL: c974013 -- C974013 Abortable part did not execute

2012-02-16 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52280 Bug #: 52280 Summary: FAIL: c974013 -- C974013 Abortable part did not execute Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug c++/52241] Performance degradation of 447.dealII on corei7 at spec2006_base32.

2012-02-16 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52241 --- Comment #15 from Paolo Carlini paolo.carlini at oracle dot com 2012-02-16 15:04:42 UTC --- Note, if we decide to do this at the level of tree.cc, we should consistently change _Rb_tree_decrement too.

[Bug c++/52281] New: No warnings generated for unused captures

2012-02-16 Thread bootsarehax at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52281 Bug #: 52281 Summary: No warnings generated for unused captures Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: enhancement

[Bug rtl-optimization/52208] [4.7 Regression] Useless store

2012-02-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52208 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org 2012-02-16 15:34:35 UTC --- Author: jakub Date: Thu Feb 16 15:34:28 2012 New Revision: 184310 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184310 Log: PR

[Bug go/46986] Go is not supported on Darwin

2012-02-16 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986 --- Comment #26 from Ian Lance Taylor ian at airs dot com 2012-02-16 15:48:18 UTC --- I think it would be great if somebody would tell me something I can used instead of makecontext/getcontext/setcontext. Unless somebody can come up with one,

[Bug c++/52282] New: [C++0x] ICE / confused by earlier errors with decltype/constexpr

2012-02-16 Thread andyg1001 at hotmail dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52282 Bug #: 52282 Summary: [C++0x] ICE / confused by earlier errors with decltype/constexpr Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug tree-optimization/52188] [4.7 regression] IPA-CP change broke libstdc++ symbol versioning on Solaris

2012-02-16 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52188 --- Comment #8 from Martin Jambor jamborm at gcc dot gnu.org 2012-02-16 15:55:04 UTC --- First and foremost, sorry for the big delay but I could not have a look at this PR earlier. Nevertheless, I doubt that the decision of the new IPA-CP not to

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

2012-02-16 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52218 --- Comment #3 from Matthias Klose doko at gcc dot gnu.org 2012-02-16 16:08:18 UTC --- delaying this until PR52266 can be fixed

[Bug go/46986] Go is not supported on Darwin

2012-02-16 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986 --- Comment #27 from Jack Howarth howarth at nitro dot med.uc.edu 2012-02-16 16:22:02 UTC --- (In reply to comment #26) I think it would be great if somebody would tell me something I can used instead of makecontext/getcontext/setcontext.

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

2012-02-16 Thread chrbr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52283 Bug #: 52283 Summary: error: case label does not reduce to an integer constant for constant folded cast expr Classification: Unclassified Product: gcc Version: 4.6.2

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

2012-02-16 Thread chrbr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52283 --- Comment #1 from chrbr at gcc dot gnu.org 2012-02-16 16:49:38 UTC --- Note that the TREE_NO_WARNING is introduced in convert_to_integer:596 while because of the unsigned-int type conversion in build_c_cast. A first attempt to fix is to set

[Bug go/46986] Go is not supported on Darwin

2012-02-16 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986 --- Comment #28 from Ian Lance Taylor ian at airs dot com 2012-02-16 16:50:13 UTC --- Using pthreads will be much less efficient than the current code using getcontext/setcontext. Writing machine-specific replacement code would be a much better

[Bug translation/52284] New: translatable string typo: compatable

2012-02-16 Thread stigge at antcom dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52284 Bug #: 52284 Summary: translatable string typo: compatable Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

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

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

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

2012-02-16 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52283 --- Comment #3 from joseph at codesourcery dot com joseph at codesourcery dot com 2012-02-16 17:09:30 UTC --- On Thu, 16 Feb 2012, jakub at gcc dot gnu.org wrote: I hope we'll eventually extend TREE_NO_WARNING to be a bit that thise tree

[Bug target/52268] tls support should be added for darwin11

2012-02-16 Thread mikestump at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52268 --- Comment #1 from Mike Stump mikestump at comcast dot net 2012-02-16 17:15:47 UTC --- If you could snapshot some codegen, say void foo() { static __thread int i = 42; ++i; } or somesuch, we could see if they wired it up the same

[Bug libitm/52220] FAIL: libitm.c++/eh-1.C execution test due to Xcode 4 weakref linker bug

2012-02-16 Thread mikestump at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52220 --- Comment #4 from Mike Stump mikestump at comcast dot net 2012-02-16 17:16:39 UTC --- Thanks.

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

2012-02-16 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 CC||manu at gcc

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

2012-02-16 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52283 --- Comment #5 from joseph at codesourcery dot com joseph at codesourcery dot com 2012-02-16 17:54:03 UTC --- On Thu, 16 Feb 2012, manu at gcc dot gnu.org wrote: What is the problem with stripping the nops *before giving the error* and if it

[Bug c++/51415] [4.5/4.6/4.7 Regression] Broken diagnostic: 'vec_init_expr' not supported by dump_expr

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

[Bug tree-optimization/52285] New: [4.7 Regression] libgcrypt _gcry_burn_stack slowdown

2012-02-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52285 Bug #: 52285 Summary: [4.7 Regression] libgcrypt _gcry_burn_stack slowdown Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords:

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

2012-02-16 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52283 --- Comment #6 from Manuel López-Ibáñez manu at gcc dot gnu.org 2012-02-16 18:25:30 UTC --- (In reply to comment #5) On Thu, 16 Feb 2012, manu at gcc dot gnu.org wrote: What is the problem with stripping the nops *before giving the error*

[Bug tree-optimization/52285] [4.7 Regression] libgcrypt _gcry_burn_stack slowdown

2012-02-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52285 --- Comment #1 from Jakub Jelinek jakub at gcc dot gnu.org 2012-02-16 18:25:24 UTC --- While it will slow down this exact testcase even more, I think tailr/tailc passes should ignore CLOBBER stmts.

[Bug tree-optimization/52285] [4.7 Regression] libgcrypt _gcry_burn_stack slowdown

2012-02-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52285 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.0 ---

[Bug c/52286] New: wrong code bug

2012-02-16 Thread regehr at cs dot utah.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52286 Bug #: 52286 Summary: wrong code bug Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c/52286] wrong code bug

2012-02-16 Thread regehr at cs dot utah.edu
--program-prefix=r184311- --enable-languages=c,c++ Thread model: posix gcc version 4.7.0 20120216 (experimental) (GCC) [regehr@gamow 1]$ cat small.c int printf ( const char *, ... ); int c, a, b; int fn1 ( void ) { return c 0; } int main ( ) { b = ( ~a | 0 = 0 ) 0x98685255F; printf

[Bug tree-optimization/52285] [4.7 Regression] libgcrypt _gcry_burn_stack slowdown

2012-02-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52285 --- Comment #3 from Jakub Jelinek jakub at gcc dot gnu.org 2012-02-16 18:50:27 UTC --- Created attachment 26681 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26681 gcc47-pr52285.patch Patch to ignore clobber stmts in tailc/tailr passes.

[Bug c/52286] wrong code bug

2012-02-16 Thread regehr at cs dot utah.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52286 --- Comment #2 from John Regehr regehr at cs dot utah.edu 2012-02-16 18:51:50 UTC --- Sorry, previous one wasn't quite reduced. int printf ( const char *, ... ); int a, b; int main (void) { b = (~a | 0 = 0) 0x98685255F; printf (%d\n, b

[Bug target/52268] tls support should be added for darwin11

2012-02-16 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52268 Iain Sandoe iains at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

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

2012-02-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52283 --- Comment #7 from Jakub Jelinek jakub at gcc dot gnu.org 2012-02-16 19:00:28 UTC --- (In reply to comment #6) Is this folding actually necessary for anything beyond diagnostics? I thought it was agreed that folding in the FEs was EVIL and we

[Bug bootstrap/52287] New: [4.7 regression] ICE in ready_remove_first, at haifa-sched.c:1927

2012-02-16 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52287 Bug #: 52287 Summary: [4.7 regression] ICE in ready_remove_first, at haifa-sched.c:1927 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug c/52286] wrong code bug

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

[Bug c/52286] [4.6/4.7 Regression] wrong code bug

2012-02-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52286 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug go/46986] Go is not supported on Darwin

2012-02-16 Thread afb at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986 --- Comment #32 from Anders F Björklund afb at users dot sourceforge.net 2012-02-16 19:28:22 UTC --- Then it's more about fixing library issues, like the macros used for TIOCNOTTY/TIOCSCTTY or st_atime/st_mtime/st_ctime and sysctl.

[Bug go/46986] Go is not supported on Darwin

2012-02-16 Thread afb at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986 --- Comment #31 from Anders F Björklund afb at users dot sourceforge.net 2012-02-16 19:22:52 UTC --- Created attachment 26683 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26683 gcc-darwin_goc2c.patch

[Bug go/48501] 64bit-out.go, select5-out.go, tmp.go compilation times out

2012-02-16 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48501 --- Comment #6 from ro at CeBiTec dot Uni-Bielefeld.DE ro at CeBiTec dot Uni-Bielefeld.DE 2012-02-16 19:25:56 UTC --- --- Comment #5 from Ian Lance Taylor ian at airs dot com 2012-02-14 18:06:55 UTC --- Should be fixed now. Let me know if

[Bug go/46986] Go is not supported on Darwin

2012-02-16 Thread afb at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986 --- Comment #30 from Anders F Björklund afb at users dot sourceforge.net 2012-02-16 19:22:25 UTC --- Created attachment 26682 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26682 gcc-gox_import.diff

[Bug c++/52282] [C++0x] ICE / confused by earlier errors with decltype/constexpr

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

[Bug go/46986] Go is not supported on Darwin

2012-02-16 Thread afb at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986 --- Comment #29 from Anders F Björklund afb at users dot sourceforge.net 2012-02-16 19:21:45 UTC --- It still needs to generate the extra underscore for Darwin, and it still needs to fix the bug mentioned in Comment #12.

[Bug c++/51415] [4.5/4.6/4.7 Regression] Broken diagnostic: 'vec_init_expr' not supported by dump_expr

2012-02-16 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51415 --- Comment #3 from Jason Merrill jason at gcc dot gnu.org 2012-02-16 19:42:15 UTC --- Author: jason Date: Thu Feb 16 19:42:08 2012 New Revision: 184314 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184314 Log: PR c++/51415 *

[Bug go/48122] crypto/aes test fails on 32-bit Solaris 11/x86

2012-02-16 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48122 --- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE ro at CeBiTec dot Uni-Bielefeld.DE 2012-02-16 19:23:05 UTC --- --- Comment #2 from Ian Lance Taylor ian at airs dot com 2012-02-14 19:47:16 UTC --- I believe this is fixed now. The

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

2012-02-16 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51874 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added Target|i386-pc-solaris2.1[01], |mips-sgi-irix6.5

[Bug go/50654] Many Go tests fail on emutls targets

2012-02-16 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50654 --- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE ro at CeBiTec dot Uni-Bielefeld.DE 2012-02-16 19:29:29 UTC --- --- Comment #2 from Ian Lance Taylor ian at airs dot com 2012-02-14 00:40:07 UTC --- Should be fixed on mainline. Although

[Bug middle-end/45472] [4.5/4.6/4.7 Regression] [Middle-end volatile semantics] ICE: in move_op_ascend, at sel-sched.c:6124 with -fselective-scheduling2

2012-02-16 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45472 --- Comment #19 from Jason Merrill jason at gcc dot gnu.org 2012-02-16 19:41:29 UTC --- It seems to me that volatile reads/writes should get their own gimple statements, not be part of a larger block move. So instead of vv1 = vv2; we should

[Bug target/52205] unwinding through signal handler fails

2012-02-16 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52205 --- Comment #12 from ro at CeBiTec dot Uni-Bielefeld.DE ro at CeBiTec dot Uni-Bielefeld.DE 2012-02-16 19:46:02 UTC --- Fine with me (I won't make any of these changes myself though). I'll probably give it a whirl, but only after 4.7 has

[Bug bootstrap/52287] [4.7 regression] ICE in ready_remove_first, at haifa-sched.c:1927

2012-02-16 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52287 --- Comment #1 from Bernd Schmidt bernds at gcc dot gnu.org 2012-02-16 19:47:29 UTC --- Please attach the reginfo.ii file.

  1   2   >