[Bug libquadmath/55225] Fail to build lgammaq.c from trunk with mingw-w64

2012-11-21 Thread alexpux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55225 Alexey Pavlov alexpux at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug bootstrap/52887] Bootstrap on AIX failure: Undefined symbol: .std::functionvoid (std::__regex::_PatternCursor const, std::__regex::_Results)::function(std::functionvoid (std::__regex::_Patte

2012-11-21 Thread gilles.pion at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52887 Gilles Pion gilles.pion at gmail dot com changed: What|Removed |Added CC|

[Bug libquadmath/55225] Fail to build lgammaq.c from trunk with mingw-w64

2012-11-21 Thread i.nixman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55225 --- Comment #2 from niXman i.nixman at gmail dot com 2012-11-21 08:09:40 UTC --- (In reply to comment #1) Fixed in mingw-w64 trunk Strange that the mingw-w64 developers didn't report that the bug is fixed.

[Bug other/55354] [asan] by default, the asan run-time should be linked statically, not dynamically

2012-11-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55354 --- Comment #19 from Jakub Jelinek jakub at gcc dot gnu.org 2012-11-21 08:40:52 UTC --- (In reply to comment #18) For actual ThreadSanitizer runtime -fPIC -ftls-model=initial-exec causes degradation of generated code. Linker emits the

[Bug other/55354] [asan] by default, the asan run-time should be linked statically, not dynamically

2012-11-21 Thread dvyukov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55354 --- Comment #20 from Dmitry Vyukov dvyukov at google dot com 2012-11-21 09:04:07 UTC --- (In reply to comment #19) (In reply to comment #18) For actual ThreadSanitizer runtime -fPIC -ftls-model=initial-exec causes degradation of

[Bug tree-optimization/55424] New: [4.8 Regression]gcc.dg/uninit-pred-8_b.c bogus warning line 23 on ARM/Cortex-M0/-Os

2012-11-21 Thread amker.cheng at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55424 Bug #: 55424 Summary: [4.8 Regression]gcc.dg/uninit-pred-8_b.c bogus warning line 23 on ARM/Cortex-M0/-Os Classification: Unclassified Product: gcc Version: 4.8.0

[Bug other/55354] [asan] by default, the asan run-time should be linked statically, not dynamically

2012-11-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55354 --- Comment #21 from Jakub Jelinek jakub at gcc dot gnu.org 2012-11-21 09:23:56 UTC --- (In reply to comment #20) What I see is that it also affect code generation (register allocation). Do we need to file a bug on that? If you see a

ARM/NEON: vld1q_dup_s64 builtin

2012-11-21 Thread Manjunath Matti
Hi, I have encountered a following ICE on arm big endian target {{{ neon-vld1_dupQ.c: In function ‘main’: neon-vld1_dupQ.c:24:1: error: unrecognizable insn: (insn 94 93 31 (set (subreg:DI (reg:V2DI 95 d16 [orig:137 D.14400 ] [137]) 0) (subreg:DI (reg:V2DI 95 d16 [orig:137 D.14400 ]

[Bug libgomp/55411] OMP threads lose their OMP_WAIT_POLICY when another OMP thread gets destructed

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

[Bug c/55420] Gcc produces an internal compiler error (nested function with variably modified return)

2012-11-21 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55420 --- Comment #1 from Mikael Pettersson mikpe at it dot uu.se 2012-11-21 10:34:00 UTC --- ICEs gcc-4.6, but not 4.7 or 4.8.

[Bug c++/55423] internal compiler error: tree check: expected string_cst, have error_mark in finish_static_assert, at cp/semantics.c:5170

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

[Bug c++/55419] [4.7/4.8 Regression] ICE in gimplify_init_ctor_preeval, at gimplify.c:3587

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

[Bug c++/55419] [4.7/4.8 Regression] ICE in gimplify_init_ctor_preeval, at gimplify.c:3587

2012-11-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55419 --- Comment #3 from Jakub Jelinek jakub at gcc dot gnu.org 2012-11-21 11:18:22 UTC --- /* We always set TREE_SIDE_EFFECTS so that expand_expr does not ignore the TARGET_EXPR. If there really turn out to be no side-effects,

[Bug middle-end/54630] [4.8 Regression] GCC 4.8 --enable-languages=c build fails: Undefined symbols: ___cxa_guard_acquire and ___cxa_guard_release

2012-11-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54630 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Severity|blocker |normal

[Bug c/55422] gcc does not diagnose change of linkage for a function.

2012-11-21 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55422 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug c++/55425] New: constexpr does not work in many situations (both built-in and user supplied)

2012-11-21 Thread M8R-ug85cr at mailinator dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55425 Bug #: 55425 Summary: constexpr does not work in many situations (both built-in and user supplied) Classification: Unclassified Product: gcc Version: 4.7.1

[Bug libquadmath/55225] Fail to build lgammaq.c from trunk with mingw-w64

2012-11-21 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55225 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|NEW Last

[Bug c++/55425] constexpr does not work in many situations (both built-in and user supplied literals)

2012-11-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55425 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2012-11-21 12:12:19 UTC --- (In reply to comment #0) A return statement is not a return statement if the returned value is __func__ (also true for non-standard identifiers

[Bug c++/55425] constexpr does not work in many situations (both built-in and user supplied literals)

2012-11-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55425 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2012-11-21 12:19:06 UTC --- (In reply to comment #1) Situation 3: __m128i type -- Assigning a literal value to a constexpr __m128 fails because

[Bug middle-end/55421] [4.8 Regression] ICE in adjust _address_1, at emit-rtl.c:2180

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

[Bug c++/55425] constexpr does not work in many situations (both built-in and user supplied literals)

2012-11-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55425 --- Comment #3 from Jakub Jelinek jakub at gcc dot gnu.org 2012-11-21 12:40:29 UTC --- 1) is not valid constexpr IMHO, as the standard says that __func__ works as if static const char __func__[] = function-name; has been provided,

[Bug c/55422] gcc does not diagnose change of linkage for a function.

2012-11-21 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55422 --- Comment #3 from Marek Polacek mpolacek at gcc dot gnu.org 2012-11-21 12:44:31 UTC --- Looks like the first example is just an undefined behavior in which case GCC isn't obliged to issue an error.

[Bug tree-optimization/54471] [4.8 Regression] FAIL: gcc.dg/sms-8.c execution test

2012-11-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54471 --- Comment #3 from John David Anglin danglin at gcc dot gnu.org 2012-11-21 13:01:33 UTC --- Created attachment 28753 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28753 Tree dump

[Bug tree-optimization/54471] [4.8 Regression] FAIL: gcc.dg/sms-8.c execution test

2012-11-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54471 --- Comment #4 from John David Anglin danglin at gcc dot gnu.org 2012-11-21 13:02:32 UTC --- Created attachment 28754 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28754 Tree dump

[Bug tree-optimization/55424] [4.8 Regression]gcc.dg/uninit-pred-8_b.c bogus warning line 23 on ARM/Cortex-M0/-Os

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

[Bug tree-optimization/49498] [4.7/4.8 Regression]: gcc.dg/uninit-pred-8_b.c bogus warning line 20

2012-11-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49498 --- Comment #18 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-21 13:07:00 UTC --- *** Bug 55424 has been marked as a duplicate of this bug. ***

[Bug tree-optimization/54471] [4.8 Regression] FAIL: gcc.dg/sms-8.c execution test

2012-11-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54471 --- Comment #5 from John David Anglin danglin at gcc dot gnu.org 2012-11-21 13:13:22 UTC --- Get the same with stage1 compiler. Maybe this is a HWI32 issue?

[Bug tree-optimization/49498] [4.7/4.8 Regression]: gcc.dg/uninit-pred-8_b.c bogus warning line 20

2012-11-21 Thread amker.cheng at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49498 --- Comment #19 from bin.cheng amker.cheng at gmail dot com 2012-11-21 13:24:02 UTC --- (In reply to comment #18) *** Bug 55424 has been marked as a duplicate of this bug. *** Just for the record. If the analysis I gave in Comment #17

[Bug target/55426] New: gcc.target/arm/neon-vld1_dupQ.c ICEs on armeb

2012-11-21 Thread mmatti.gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55426 Bug #: 55426 Summary: gcc.target/arm/neon-vld1_dupQ.c ICEs on armeb Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/54471] [4.8 Regression] FAIL: gcc.dg/sms-8.c execution test

2012-11-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54471 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target|hppa*-*-* (32-bit) |

[Bug libquadmath/55225] Fail to build lgammaq.c from trunk with mingw-w64

2012-11-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55225 --- Comment #4 from Tobias Burnus burnus at gcc dot gnu.org 2012-11-21 13:46:41 UTC --- Author: burnus Date: Wed Nov 21 13:46:34 2012 New Revision: 193695 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=193695 Log: 2012-11-21

[Bug libquadmath/55225] Fail to build lgammaq.c from trunk with mingw-w64

2012-11-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55225 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/55425] constexpr does not work in many situations (both built-in and user supplied literals)

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

[Bug tree-optimization/54471] [4.8 Regression] FAIL: gcc.dg/sms-8.c execution test

2012-11-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54471 --- Comment #7 from Jakub Jelinek jakub at gcc dot gnu.org 2012-11-21 13:55:59 UTC --- Caused by http://gcc.gnu.org/viewcvs?root=gccview=revrev=190125

[Bug c++/55418] Valgrind: Conditional jump or move depends on uninitialised value(s) in implicitly_declare_fn() method.c:1623

2012-11-21 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55418 --- Comment #1 from Markus Trippelsdorf markus at trippelsdorf dot de 2012-11-21 14:08:12 UTC --- The following trivial patch fixes the issue: diff --git a/gcc/cp/method.c b/gcc/cp/method.c index 6dcb63a..3cb4ace 100644 ---

[Bug middle-end/55407] stack-buffer-overflow in compute_working_sets

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

[Bug gcov-profile/55417] [4.8 Regression] AddressSanitizer reports stack-buffer-overflow in profiling code

2012-11-21 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55417 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added CC||hjl.tools at

[Bug gcov-profile/55417] [4.8 Regression] AddressSanitizer reports stack-buffer-overflow in profiling code

2012-11-21 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55417 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug gcov-profile/55417] [4.8 Regression] AddressSanitizer reports stack-buffer-overflow in profiling code

2012-11-21 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55417 --- Comment #5 from Markus Trippelsdorf markus at trippelsdorf dot de 2012-11-21 14:34:24 UTC --- Teresa, your patch fixes the issue. Happy Thanksgiving.

[Bug fortran/55427] New: ICE class pointer

2012-11-21 Thread valeryweber at hotmail dot com
Component: fortran AssignedTo: unassig...@gcc.gnu.org ReportedBy: valerywe...@hotmail.com Dear All Is that known? gcc version 4.8.0 20121121 (experimental) (GCC) Valery ! MODULE base_types IMPLICIT NONE TYPE :: base_type END TYPE base_type TYPE, extends( base_type

[Bug tree-optimization/54471] [4.8 Regression] FAIL: gcc.dg/sms-8.c execution test

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

[Bug c/55428] New: -mms-bitfields hides -mno-align-double option

2012-11-21 Thread kasberger at heidenhain dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55428 Bug #: 55428 Summary: -mms-bitfields hides -mno-align-double option Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal

[Bug gcov-profile/55417] [4.8 Regression] AddressSanitizer reports stack-buffer-overflow in profiling code

2012-11-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55417 --- Comment #6 from Jakub Jelinek jakub at gcc dot gnu.org 2012-11-21 15:04:58 UTC --- Author: jakub Date: Wed Nov 21 15:04:45 2012 New Revision: 193697 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=193697 Log: PR

[Bug c/55428] -mms-bitfields hides -mno-align-double option

2012-11-21 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55428 Mikael Pettersson mikpe at it dot uu.se changed: What|Removed |Added CC||mikpe at

[Bug libstdc++/55429] New: new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin

2012-11-21 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55429 Bug #: 55429 Summary: new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin Classification: Unclassified Product: gcc

[Bug c/55428] -mms-bitfields hides -mno-align-double option

2012-11-21 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55428 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added CC||ktietz at

[Bug other/55358] Valgrind errors

2012-11-21 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55358 Markus Trippelsdorf markus at trippelsdorf dot de changed: What|Removed |Added CC|

[Bug libstdc++/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin

2012-11-21 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55429 --- Comment #1 from Jack Howarth howarth at nitro dot med.uc.edu 2012-11-21 15:35:21 UTC --- This error appears in libstdc++.log as... Executing on host: /sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/./gcc/g++ -shared-libgcc

[Bug target/55426] gcc.target/arm/neon-vld1_dupQ.c ICEs on armeb

2012-11-21 Thread christophe.lyon at st dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55426 --- Comment #1 from christophe.lyon at st dot com 2012-11-21 15:50:14 UTC --- Reverting the definition of CANNOT_CHANGE_MODE_CLASS introduced on 2012-10-22 at rev #192687 avoids the ICE too.

[Bug c++/55418] Valgrind: Conditional jump or move depends on uninitialised value(s) in implicitly_declare_fn() method.c:1623

2012-11-21 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55418 Hans-Peter Nilsson hp at gcc dot gnu.org changed: What|Removed |Added CC||hp at

[Bug gcov-profile/55417] [4.8 Regression] AddressSanitizer reports stack-buffer-overflow in profiling code

2012-11-21 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55417 Markus Trippelsdorf markus at trippelsdorf dot de changed: What|Removed |Added Status|NEW

[Bug c++/55245] [4.6/4.7/4.8 Regression] Compiler segfault when compiling a small test case

2012-11-21 Thread xinliangli at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55245 --- Comment #5 from davidxl xinliangli at gmail dot com 2012-11-21 16:17:27 UTC --- Should the main variant types gets laid out in gimplify_type_sizes, when the variant's type has size, but the main variant is incomplete? David

[Bug libstdc++/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin

2012-11-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55429 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2012-11-21 16:44:41 UTC --- Do you mean at exactly r193675 or at some point prior to that? obviously not a libstdc++ bug in any case

[Bug other/55358] Valgrind errors

2012-11-21 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55358 --- Comment #2 from Markus Trippelsdorf markus at trippelsdorf dot de 2012-11-21 16:52:59 UTC --- ==13066== Conditional jump or move depends on uninitialised value(s) ==13066==at 0x56333A:

[Bug fortran/55427] [OOP] ICE with class-array-pointer result

2012-11-21 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55427 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug tree-optimization/55264] [4.6/4.7/4.8 Regression] ICE: in ipa_make_edge_direct_to_target, at ipa-prop.c:2141 with -O2 -fno-early-inlining -fno-weak

2012-11-21 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55264 Aldy Hernandez aldyh at gcc dot gnu.org changed: What|Removed |Added CC||aldyh at

[Bug tree-optimization/55260] [4.8 Regression] ICE: in ipa_get_parm_lattices, at ipa-cp.c:263 with -O2 -fno-inline -fipa-cp-clone

2012-11-21 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55260 --- Comment #6 from Martin Jambor jamborm at gcc dot gnu.org 2012-11-21 17:03:46 UTC --- This is the second fix, as posted to the mailing list: http://gcc.gnu.org/ml/gcc-patches/2012-11/msg01724.html also slightly related is:

[Bug tree-optimization/55260] [4.8 Regression] ICE: in ipa_get_parm_lattices, at ipa-cp.c:263 with -O2 -fno-inline -fipa-cp-clone

2012-11-21 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55260 --- Comment #7 from Martin Jambor jamborm at gcc dot gnu.org 2012-11-21 17:04:54 UTC --- Author: jamborm Date: Wed Nov 21 17:04:45 2012 New Revision: 193700 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=193700 Log: 2012-11-21

[Bug other/55430] New: [4.8 Regression

2012-11-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55430 Bug #: 55430 Summary: [4.8 Regression Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/55260] [4.8 Regression] ICE: in ipa_get_parm_lattices, at ipa-cp.c:263 with -O2 -fno-inline -fipa-cp-clone

2012-11-21 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55260 Martin Jambor jamborm at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/55430] [4.8 Regression

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

[Bug other/55358] Valgrind errors

2012-11-21 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55358 --- Comment #3 from Markus Trippelsdorf markus at trippelsdorf dot de 2012-11-21 17:17:23 UTC --- I hope it's OK to just dump the errors here as I encounter them. This one looks similar to the rest_of_handle_ree() issue: ==23637==

[Bug tree-optimization/54471] [4.8 Regression] FAIL: gcc.dg/sms-8.c execution test

2012-11-21 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54471 --- Comment #9 from Marc Glisse glisse at gcc dot gnu.org 2012-11-21 17:18:47 UTC --- Jakub, your patch makes sense to me (or min0.is_zero() and min1.is_zero()). I am ashamed I managed to get products with [0,n] (with n larger than MAX/2)

[Bug other/55358] Valgrind errors

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

[Bug tree-optimization/54471] [4.8 Regression] FAIL: gcc.dg/sms-8.c execution test

2012-11-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54471 --- Comment #10 from Jakub Jelinek jakub at gcc dot gnu.org 2012-11-21 17:31:58 UTC --- Thanks, I'm going to include your test too then: --- gcc/testsuite/gcc.dg/tree-ssa/vrp86.c.jj2012-11-21 18:27:53.389280736 +0100 +++

[Bug target/55431] New: Invalid auxv search in ppc linux-unwind code.

2012-11-21 Thread bugdal at aerifal dot cx
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55431 Bug #: 55431 Summary: Invalid auxv search in ppc linux-unwind code. Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/38785] [4.5/4.6/4.7/4.8 Regression] huge performance regression on EEMBC bitmnp01

2012-11-21 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38785 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |REOPENED

[Bug tree-optimization/38785] [4.5/4.6/4.7/4.8 Regression] huge performance regression on EEMBC bitmnp01

2012-11-21 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38785 --- Comment #36 from Jorn Wolfgang Rennecke amylaar at gcc dot gnu.org 2012-11-21 17:59:10 UTC --- (In reply to comment #35) Too bad, we really need to make some model on how many PHI copies we introduce... I agree with Richard's comment

[Bug c++/450] global variable treated as a local variable.

2012-11-21 Thread tyh73bac at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=450 --- Comment #3 from Tyheem Backer tyh73bac at yahoo dot com 2012-11-21 18:40:08 UTC --- Created attachment 28756 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28756 1

[Bug fortran/55427] [OOP] ICE with class-array-pointer result

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

[Bug bootstrap/55388] [4.8 regression] ICE in int_mode_for_mode at stor-layout.c:423 breaks sparc64-linux bootstrap

2012-11-21 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55388 --- Comment #4 from rsandifo at gcc dot gnu.org rsandifo at gcc dot gnu.org 2012-11-21 18:56:23 UTC --- Please provide preprocessed source

[Bug c++/450] global variable treated as a local variable.

2012-11-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=450 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Attachment #28756|0 |1

[Bug c/55420] Gcc produces an internal compiler error (nested function with variably modified return)

2012-11-21 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55420 --- Comment #2 from Mikael Pettersson mikpe at it dot uu.se 2012-11-21 20:20:43 UTC --- FWIW, the ICE was cured for 4.7 by Joseph Myer's Don't use pending_sizes list for C patch in r173422:

[Bug c/55397] [asan] -faddress-sanitizer should define a CPP macro

2012-11-21 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55397 --- Comment #6 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2012-11-21 20:21:02 UTC --- Author: hjl Date: Wed Nov 21 20:20:42 2012 New Revision: 193704 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=193704 Log: Define

[Bug rtl-optimization/55396] -O2 -m32 -fno-omit-frame-pointer: internal compiler error: in check_rtl, at lra.c:2007

2012-11-21 Thread gcc at breakpoint dot cc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55396 Sebastian Andrzej Siewior gcc at breakpoint dot cc changed: What|Removed |Added Status|UNCONFIRMED

[Bug c/55397] [asan] -faddress-sanitizer should define a CPP macro

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

[Bug libgomp/55411] OMP threads lose their OMP_WAIT_POLICY when another OMP thread gets destructed

2012-11-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55411 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org 2012-11-21 20:29:28 UTC --- Author: jakub Date: Wed Nov 21 20:29:14 2012 New Revision: 193706 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=193706 Log: PR

[Bug libgomp/55411] OMP threads lose their OMP_WAIT_POLICY when another OMP thread gets destructed

2012-11-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55411 --- Comment #6 from Jakub Jelinek jakub at gcc dot gnu.org 2012-11-21 20:31:43 UTC --- Author: jakub Date: Wed Nov 21 20:31:31 2012 New Revision: 193707 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=193707 Log: PR

[Bug c++/55425] constexpr does not work in many situations (both built-in and user supplied literals)

2012-11-21 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55425 Marc Glisse glisse at gcc dot gnu.org changed: What|Removed |Added CC||glisse at

[Bug bootstrap/55388] [4.8 regression] ICE in int_mode_for_mode at stor-layout.c:423 breaks sparc64-linux bootstrap

2012-11-21 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55388 --- Comment #5 from Mikael Pettersson mikpe at it dot uu.se 2012-11-21 21:00:00 UTC --- Created attachment 28757 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28757 preprocessed libstdc++-v3/libsupc++/dyncast.cc Full configuration

[Bug bootstrap/55388] [4.8 regression] ICE in int_mode_for_mode at stor-layout.c:423 breaks sparc64-linux bootstrap

2012-11-21 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55388 --- Comment #6 from Mikael Pettersson mikpe at it dot uu.se 2012-11-21 21:09:34 UTC --- Oh, I uploaded dyncast.i because that was the most recent ICE on my screen just now. It ICEs with the same message as class_type_info.cc so it should

[Bug pch/55399] pch tests fail on mips-mti-linux-gnu target

2012-11-21 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55399 --- Comment #6 from Steve Ellcey sje at gcc dot gnu.org 2012-11-21 21:28:41 UTC --- Author: sje Date: Wed Nov 21 21:28:30 2012 New Revision: 193709 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=193709 Log: 2012-11-21 Steve

[Bug middle-end/54630] [4.8 Regression] GCC 4.8 --enable-languages=c build fails: Undefined symbols: ___cxa_guard_acquire and ___cxa_guard_release

2012-11-21 Thread baker at usgs dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54630 --- Comment #17 from Larry Baker baker at usgs dot gov 2012-11-21 21:37:26 UTC --- Jonathan, Yes, I should have said link with a C++ driver instead of link with a C++ compiler. No, it's not equivalent, -static-libstdcxx does not imply

[Bug pch/55399] pch tests fail on mips-mti-linux-gnu target

2012-11-21 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55399 Steve Ellcey sje at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug bootstrap/54795] [4.8 Regression] Random profiledbootstrap failure with LTO

2012-11-21 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54795 --- Comment #14 from Markus Trippelsdorf markus at trippelsdorf dot de 2012-11-21 21:52:26 UTC --- LTO gets miscompiled. If I configure with: ~/gcc/configure --disable-bootstrap --disable-werror --disable-multilib

[Bug c/55422] gcc does not diagnose change of linkage for a function.

2012-11-21 Thread cookevillain at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55422 --- Comment #4 from cookevillain at yahoo dot com 2012-11-21 21:53:48 UTC --- (In reply to comment #3) Looks like the first example is just an undefined behavior in which case GCC isn't obliged to issue an error. Quite true. I just

[Bug c++/55432] New: Too much constexpr makes the compiler crash

2012-11-21 Thread akrzemi1 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55432 Bug #: 55432 Summary: Too much constexpr makes the compiler crash Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal

[Bug c++/55432] Too much constexpr makes the compiler crash

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

[Bug fortran/55352] [4.7/4.8 Regression] Erroneous gfortran warning of unused module variable when variable is only used in namelist

2012-11-21 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55352 --- Comment #8 from janus at gcc dot gnu.org 2012-11-21 22:20:05 UTC --- Author: janus Date: Wed Nov 21 22:19:51 2012 New Revision: 193711 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=193711 Log: 2012-11-21 Janus Weil

[Bug rtl-optimization/55414] spec2006 416.gamess compilation fails on LRA

2012-11-21 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55414 --- Comment #1 from Vladimir Makarov vmakarov at gcc dot gnu.org 2012-11-21 22:22:32 UTC --- Author: vmakarov Date: Wed Nov 21 22:22:11 2012 New Revision: 193712 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=193712 Log:

[Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin

2012-11-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55429 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Target|x86_64-apple-darwin12

[Bug target/55433] New: [4.8 Regression] ICE on excessive reloads

2012-11-21 Thread PHHargrove at lbl dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55433 Bug #: 55433 Summary: [4.8 Regression] ICE on excessive reloads Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug target/55433] [4.8 Regression] ICE on excessive reloads

2012-11-21 Thread PHHargrove at lbl dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55433 --- Comment #1 from Paul H. Hargrove PHHargrove at lbl dot gov 2012-11-21 22:48:05 UTC --- Minor correction: The line or error output in the Description that reads testcase.c:10:1: internal compiler error: [...] should instead read

[Bug bootstrap/55388] [4.8 regression] ICE in int_mode_for_mode at stor-layout.c:423 breaks sparc64-linux bootstrap

2012-11-21 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55388 --- Comment #7 from rsandifo at gcc dot gnu.org rsandifo at gcc dot gnu.org 2012-11-21 23:28:47 UTC --- (In reply to comment #5) Created attachment 28757 [details] preprocessed libstdc++-v3/libsupc++/dyncast.cc Full configuration

[Bug c++/55434] New: const array with elements initialized by constructor marked non-const in debug info

2012-11-21 Thread t56xjcu6dh at snkmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55434 Bug #: 55434 Summary: const array with elements initialized by constructor marked non-const in debug info Classification: Unclassified Product: gcc Version: 4.7.3

[Bug c++/55434] const array with elements initialized by constructor marked non-const in debug info

2012-11-21 Thread t56xjcu6dh at snkmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55434 --- Comment #1 from Louis Krupp t56xjcu6dh at snkmail dot com 2012-11-22 00:37:04 UTC --- Created attachment 28759 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28759 Proposed patch I wouldn't describe this as elegant, but it seems

[Bug c++/55434] const array with elements initialized by constructor marked non-const in debug info

2012-11-21 Thread t56xjcu6dh at snkmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55434 --- Comment #2 from Louis Krupp t56xjcu6dh at snkmail dot com 2012-11-22 00:40:49 UTC --- g++ -v output from a version known to have this problem: Using built-in specs. COLLECT_GCC=g++

[Bug middle-end/54630] [4.8 Regression] GCC 4.8 --enable-languages=c build fails: Undefined symbols: ___cxa_guard_acquire and ___cxa_guard_release

2012-11-21 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54630 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ian at airs

[Bug middle-end/55198] [4.8 Regression] libquadmath/math/fmaq.c:233:7: internal compiler error

2012-11-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55198 --- Comment #3 from John David Anglin danglin at gcc dot gnu.org 2012-11-22 03:13:32 UTC --- In expand_expr_real: (gdb) p debug_rtx (orig_op0) (mem/c:BLK (plus:SI (reg/f:SI 91 virtual-stack-vars) (const_int 48 [0x30])) [6 v+0

[Bug other/55435] New: [asan] implement an attribute to disable asan instrumentation for a particular function

2012-11-21 Thread konstantin.s.serebryany at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55435 Bug #: 55435 Summary: [asan] implement an attribute to disable asan instrumentation for a particular function Classification: Unclassified Product: gcc Version: unknown

  1   2   >