[Bug middle-end/51263] [4.7 regression] ICE in inline_small_functions when compiling scummvm with -O2 -flto

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

[Bug c++/32039] Using declaration accepts non-visible members from base classes

2011-11-21 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32039 fabien at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/51265] New: internal compiler error: in finish_decltype_type, at cp/semantics.c:5244

2011-11-21 Thread i.nixman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51265 Bug #: 51265 Summary: internal compiler error: in finish_decltype_type, at cp/semantics.c:5244 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONF

[Bug middle-end/51261] [4.7 Regression] -fcompare-debug with memset()

2011-11-21 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51261 --- Comment #1 from Zdenek Sojka 2011-11-22 05:30:59 UTC --- Happens in r181597 as well. $ diff testcase.*gkd 52c52 < (const_int 32675 [0x7fa3]))) testcase.C:3# {*cmpdi_1} --- > (const_int 32551 [0x7f27]))) testcase.C:3#

[Bug middle-end/51200] Wrong code sequence to store restrict volatile bitfield

2011-11-21 Thread joey.ye at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51200 --- Comment #2 from Joey Ye 2011-11-22 03:58:29 UTC --- Here is a test case fix. With this patch, backend part of Bernd's original patch can be skipped. Thus DJ's concern of unnecessary change can be addressed. Also this test case intends to war

[Bug c++/51264] O0 Bootstrap failure: control reaches end of non-void function

2011-11-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51264 --- Comment #7 from Andrew Pinski 2011-11-22 03:44:39 UTC --- Created attachment 25877 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25877 Patch which improves the use of clobbers for toplevel BIND expressions. Though at -O0 we should not

[Bug target/51134] [4.7 Regression] x86 memset/memcpy expansion is broken

2011-11-21 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51134 --- Comment #9 from H.J. Lu 2011-11-22 03:30:54 UTC --- On Linux/x86-64, configured with --enable-clocale=gnu --with-system-zlib --with-demangler-in-ld --enable-shared --prefix=/usr/gcc-4.7.0 --with-local-prefix=/usr/local -with-arch=core2 --wit

[Bug c++/51264] O0 Bootstrap failure: control reaches end of non-void function

2011-11-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51264 --- Comment #6 from Andrew Pinski 2011-11-22 03:03:37 UTC --- Hmm, I don't think we need a clobber for the outer most scope of the function really. Though that might only allow us to get the bootstrap to work better and might improve code genera

[Bug c++/51264] O0 Bootstrap failure: control reaches end of non-void function

2011-11-21 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51264 --- Comment #5 from vries at gcc dot gnu.org 2011-11-22 02:57:45 UTC --- Difference in dumps just before error in r181172, at tree.cc.014t.cfg: ... r181171 | r181172 unsigned int iterative_hash_expr(un unsigned int

[Bug c++/51264] O0 Bootstrap failure: control reaches end of non-void function

2011-11-21 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51264 --- Comment #4 from vries at gcc dot gnu.org 2011-11-22 02:52:20 UTC --- dumps start diverging at tree.cc.004t.gimple: ... r181171 | r181172 unsigned int iterative_hash_expr(un unsigned int iterative_hash_expr(un

[Bug c++/51264] O0 Bootstrap failure: control reaches end of non-void function

2011-11-21 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51264 vries at gcc dot gnu.org changed: What|Removed |Added CC||matz at suse dot de --- Comment

[Bug c++/51264] O0 Bootstrap failure: control reaches end of non-void function

2011-11-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51264 --- Comment #2 from Andrew Pinski 2011-11-22 01:47:58 UTC --- (In reply to comment #0) > This might be a duplicate of PR20681, but I'm filing it just in case it's not. It is. I had some patches which improve the situation here but I lost them

[Bug c++/51264] O0 Bootstrap failure: control reaches end of non-void function

2011-11-21 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51264 --- Comment #1 from vries at gcc dot gnu.org 2011-11-22 01:38:07 UTC --- Minimal example tree.cc: ... extern void iterative_hash (const int *); unsigned int iterative_hash_expr (unsigned int val) { int code; switch (val) { default:

[Bug c++/51264] New: O0 Bootstrap failure: control reaches end of non-void function

2011-11-21 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51264 Bug #: 51264 Summary: O0 Bootstrap failure: control reaches end of non-void function Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug tree-optimization/51074] No constant folding performed for VEC_PERM_EXPR, VEC_INTERLEAVE*EXPR, VEC_EXTRACT*EXPR

2011-11-21 Thread pthaugen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51074 Pat Haugen changed: What|Removed |Added CC||pthaugen at gcc dot gnu.org --- Comment #6 f

[Bug middle-end/51263] New: ICE in inline_small_functions when compiling scummvm with -O2 -flto

2011-11-21 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51263 Bug #: 51263 Summary: ICE in inline_small_functions when compiling scummvm with -O2 -flto Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug middle-end/51263] ICE in inline_small_functions when compiling scummvm with -O2 -flto

2011-11-21 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51263 --- Comment #1 from Matt Hargett 2011-11-21 23:58:48 UTC --- Created attachment 25876 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25876 pre-processed source of the file that triggers the ICE

[Bug testsuite/51251] conflicting -mcpu switches during testing

2011-11-21 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51251 --- Comment #10 from Joel Sherrill 2011-11-21 23:08:20 UTC --- (In reply to comment #9) > In addition to the comments so far about what the testsuite framework > should be doing, I also think the sparc option processing is currently > doing the r

[Bug debug/51262] New: [4.7 Regression] ICE: SIGSEGV in primary_template_instantiation_p (pt.c:2874) with -flto -g

2011-11-21 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51262 Bug #: 51262 Summary: [4.7 Regression] ICE: SIGSEGV in primary_template_instantiation_p (pt.c:2874) with -flto -g Classification: Unclassified Product: gcc Ve

[Bug c++/47747] [trans-mem] unsafe virtual function not properly displayed

2011-11-21 Thread torvald at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47747 torvald at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug libgomp/51249] semaphore implemetation for linux leaves threads blocked

2011-11-21 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51249 --- Comment #3 from Alan Modra 2011-11-21 22:21:13 UTC --- Sorry, I misread the code. Indeed, the mutex will be left at 2. I'm chasing a frustratingly elusive locking bug. Symptoms are that one or two libgomp tests fail each gcc testsuite run,

[Bug c++/11750] class scope using-declaration lookup not implemented

2011-11-21 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11750 fabien at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Last reconfirmed|20

[Bug c++/51239] ICE with variadic template alias

2011-11-21 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51239 Dodji Seketeli changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/51261] New: [4.7 Regression] -fcompare-debug with memset()

2011-11-21 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51261 Bug #: 51261 Summary: [4.7 Regression] -fcompare-debug with memset() Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Pri

[Bug middle-end/50325] [4.7 Regression] 76 new fails with rev. 177691

2011-11-21 Thread davem at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50325 --- Comment #21 from davem at gcc dot gnu.org 2011-11-21 21:50:46 UTC --- Author: davem Date: Mon Nov 21 21:50:41 2011 New Revision: 181598 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181598 Log: Revert regression causing changes to stor

[Bug fortran/51260] New: PARAMETER array with constructor initializer: Compile-time simplify single element access

2011-11-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51260 Bug #: 51260 Summary: PARAMETER array with constructor initializer: Compile-time simplify single element access Classification: Unclassified Product: gcc Version: 4.7.0

[Bug preprocessor/51259] New: no escape on control characters on linemarker lines

2011-11-21 Thread pertusus at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51259 Bug #: 51259 Summary: no escape on control characters on linemarker lines Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: trivial

[Bug debug/50827] [4.7 Regression] ICE: RTL check: expected elt 0 type 'e' or 'u', have '0' (rtx entry_value) in loc_cmp, at var-tracking.c:3011

2011-11-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50827 --- Comment #4 from Jakub Jelinek 2011-11-21 21:07:23 UTC --- Author: jakub Date: Mon Nov 21 21:07:19 2011 New Revision: 181597 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181597 Log: PR debug/50827 * var-tracking.c (loc_cmp):

[Bug fortran/51218] [4.6/4.7 Regression] Potential optimization bug due to implicit_pure?

2011-11-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51218 Tobias Burnus changed: What|Removed |Added Target Milestone|4.7.0 |4.6.3 --- Comment #19 from Tobias Burnus

[Bug fortran/51218] [4.7 Regression] Potential optimization bug due to implicit_pure?

2011-11-21 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51218 --- Comment #18 from Steve Kargl 2011-11-21 20:21:01 UTC --- On Mon, Nov 21, 2011 at 08:02:20PM +, burnus at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51218 > > --- Comment #17 from Tobias Burnus 2011-11-21 > 20:

[Bug fortran/51218] [4.7 Regression] Potential optimization bug due to implicit_pure?

2011-11-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51218 --- Comment #17 from Tobias Burnus 2011-11-21 20:02:20 UTC --- (In reply to comment #16) > One thing it relies on is that the compiler recognizes > that the bad function are not pure, as they have a > side effect (e.g. accessing module variable c

[Bug c++/50958] [C++0x] raw literal operator provides incorrect string for integer literal '0'

2011-11-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50958 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/51258] 64-bit gcc.dg/atomic-compare-exchange-5.c link failure on 32-bit Solaris/x86

2011-11-21 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51258 --- Comment #2 from Richard Henderson 2011-11-21 19:41:16 UTC --- The quoted test ought to have worked for i386-solaris. If one of those predicates is wrong (e.g. is-effective-target ia32) then there are other tests in the testsuite that are goin

[Bug fortran/51218] [4.7 Regression] Potential optimization bug due to implicit_pure?

2011-11-21 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51218 --- Comment #16 from Harald Anlauf 2011-11-21 19:31:13 UTC --- (In reply to comment #15) > Because it generates "wrong-code" and I wasn't completely convinced that there > is no bug lurking in implicit_pure. Thus, for me the status is an > "unco

[Bug c++/50958] [C++0x] raw literal operator provides incorrect string for integer literal '0'

2011-11-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50958 --- Comment #4 from Jason Merrill 2011-11-21 19:27:35 UTC --- Author: jason Date: Mon Nov 21 19:27:30 2011 New Revision: 181595 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181595 Log: PR c++/50958 gcc/cp/ * parser.c (lookup_lit

[Bug middle-end/51258] 64-bit gcc.dg/atomic-compare-exchange-5.c link failure on 32-bit Solaris/x86

2011-11-21 Thread amacleod at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51258 Andrew Macleod changed: What|Removed |Added CC||amacleod at redhat dot com --- Comment #

[Bug testsuite/51251] conflicting -mcpu switches during testing

2011-11-21 Thread davem at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51251 --- Comment #9 from davem at gcc dot gnu.org 2011-11-21 19:11:56 UTC --- In addition to the comments so far about what the testsuite framework should be doing, I also think the sparc option processing is currently doing the right thing given the in

[Bug bootstrap/50888] Bootstrap failure in libjava against latest git glibc

2011-11-21 Thread aph at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50888 --- Comment #6 from Andrew Haley 2011-11-21 18:02:29 UTC --- I suppose I don't really object to a workaround in libjava, but surely the sensible thing to do is fix isspace() not to throw. It can't, anyway: that would be in breach of its spec.

[Bug lto/50935] All slim LTO tests FAIL on 32-bit Solaris

2011-11-21 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50935 --- Comment #6 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-11-21 17:30:21 UTC --- > --- Comment #5 from Paolo Bonzini 2011-11-21 > 17:25:20 UTC --- > What's exactly the problem with gdb that requires disabling largefiles? gdb (and only gdb AFA

[Bug middle-end/51258] New: 64-bit gcc.dg/atomic-compare-exchange-5.c link failure on 32-bit Solaris/x86

2011-11-21 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51258 Bug #: 51258 Summary: 64-bit gcc.dg/atomic-compare-exchange-5.c link failure on 32-bit Solaris/x86 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UN

[Bug lto/50935] All slim LTO tests FAIL on 32-bit Solaris

2011-11-21 Thread bonzini at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50935 --- Comment #5 from Paolo Bonzini 2011-11-21 17:25:20 UTC --- What's exactly the problem with gdb that requires disabling largefiles?

[Bug c++/51196] FAIL: g++.dg/cpp0x/Wzero-as-null-pointer-constant-1.C

2011-11-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51196 --- Comment #5 from Paolo Carlini 2011-11-21 17:04:47 UTC --- Created attachment 25873 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25873 Sanity checked on x86_64-linux and lightly tested arm-none-eabi In practice, this works for me. Mayb

[Bug middle-end/50283] [4.7 Regression] FAIL: g++.dg/eh/simd-1.C execution test

2011-11-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50283 --- Comment #5 from John David Anglin 2011-11-21 17:04:20 UTC --- Regarding label placement of frame related insns, we have the following rtl for f2: (insn 14 2 15 (sequence [ (call_insn 5 2 11 (parallel [ (ca

[Bug lto/50935] All slim LTO tests FAIL on 32-bit Solaris

2011-11-21 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50935 --- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-11-21 16:50:54 UTC --- I forgot: while one could use ACX_LARGEFILE everywhere in GCC (and I tried that using --disable-largefile when configuring gcc works with a default-configured gld),

[Bug lto/50935] All slim LTO tests FAIL on 32-bit Solaris

2011-11-21 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50935 Rainer Orth changed: What|Removed |Added CC||bonzini at gnu dot org Target Milestone|-

[Bug c++/47611] [trans-mem] memory allocated by default new/new_vec operator can be considered as transaction local

2011-11-21 Thread torvald at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47611 torvald at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug driver/28718] Call to -lgcc added prior to user libraries

2011-11-21 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28718 Georg-Johann Lay changed: What|Removed |Added CC||gjl at gcc dot gnu.org --- Comment #10

[Bug rtl-optimization/50764] [4.7 Regression] ICE: in maybe_record_trace_start, at dwarf2cfi.c:2243 with -O2 -fsched2-use-superblocks -ftree-tail-merge

2011-11-21 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50764 Michael Matz changed: What|Removed |Added CC||matz at gcc dot gnu.org --- Comment #11 fr

[Bug middle-end/51130] ICE: in create_tmp_var, at gimplify.c:468 with -fgnu-tm and __transaction_atomic

2011-11-21 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51130 Michael Matz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug other/51125] FAIL: g++.dg/tm/pr45940-3.C

2011-11-21 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51125 Michael Matz changed: What|Removed |Added CC||zsojka at seznam dot cz --- Comment #7 fro

[Bug rtl-optimization/50827] [4.7 Regression] ICE: RTL check: expected elt 0 type 'e' or 'u', have '0' (rtx entry_value) in loc_cmp, at var-tracking.c:3011

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

[Bug other/51022] powerpc libgcc static-object.mk error

2011-11-21 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51022 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED URL|

[Bug c++/51196] FAIL: g++.dg/cpp0x/Wzero-as-null-pointer-constant-1.C

2011-11-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51196 Paolo Carlini changed: What|Removed |Added CC|Greta.Yorsh at arm dot com | --- Comment #4 from Paolo Carlini 2011-

[Bug target/43745] [avr] g++ puts VTABLES in SRAM

2011-11-21 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43745 Georg-Johann Lay changed: What|Removed |Added Keywords||missed-optimization Priority

[Bug middle-end/51211] ICE: SIGSEGV in execute_tm_mark (trans-mem.c:2242) with -fgnu-tm -O -freorder-blocks -ftracer --param hot-bb-frequency-fraction=1 and __transaction_atomic

2011-11-21 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51211 Aldy Hernandez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/50802] [4.7 Regression] FAIL: gcc.c-torture/execute/arith-rand-ll.c execution at -O2 and -Os

2011-11-21 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50802 --- Comment #18 from dave.anglin at bell dot net 2011-11-21 14:59:53 UTC --- On 11/18/2011 9:05 PM, amylaar at gcc dot gnu.org wrote: > Could you test if this also fixes your regressions? It does. Thanks, Dave

[Bug c++/51143] [C++11][DR 1159] Alias template allows class definition

2011-11-21 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51143 Dodji Seketeli changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libgomp/51249] semaphore implemetation for linux leaves threads blocked

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

[Bug c++/50852] [4.6/4.7 Regression] ICE: internal compiler error: in tsubst, at cp/pt.c:11030

2011-11-21 Thread dodji at seketeli dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50852 --- Comment #3 from dodji at seketeli dot org 2011-11-21 14:43:25 UTC --- A candidate patch was sent to http://gcc.gnu.org/ml/gcc-patches/2011-11/msg01859.html for this.

[Bug testsuite/51251] conflicting -mcpu switches during testing

2011-11-21 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51251 --- Comment #8 from Joel Sherrill 2011-11-21 14:06:27 UTC --- (In reply to comment #7) > > The issue is that when running on real hardware, you can't use arbitrary cpu > > flags and expect it to work. And it is wrong to say xfail on sparc-rtems

[Bug c++/51231] g++ remove placement new with -O1

2011-11-21 Thread dushistov at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51231 Evgeniy Dushistov changed: What|Removed |Added Known to work||4.4.5 Known to fail|

[Bug middle-end/50074] [4.7 Regression] gcc.dg/sibcall-6.c execution test on x86_64 with -fPIC

2011-11-21 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50074 --- Comment #13 from Andreas Krebbel 2011-11-21 13:31:16 UTC --- This fixes the testcase on s390x. Tested with r181554. Thanks!

[Bug c/48023] [trans-mem] no-builtin flag and TM builtin like memset

2011-11-21 Thread torvald at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48023 torvald at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug other/51125] FAIL: g++.dg/tm/pr45940-3.C

2011-11-21 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51125 --- Comment #6 from Michael Matz 2011-11-21 13:28:08 UTC --- Yes, the patch submission to the mailing list was incorrect and contained a non-intended change. The patch as committed and ChangeLogged is correct. Aldy: yes, I'm taking a peek.

[Bug testsuite/51251] conflicting -mcpu switches during testing

2011-11-21 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51251 Eric Botcazou changed: What|Removed |Added Component|target |testsuite Summary|SPARC _64 in

[Bug bootstrap/50686] [4.7 regression] IRIX 6.5 bootstrap failure: ICE in in lookup_cfa_1, at dwarf2cfi.c:595

2011-11-21 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50686 Rainer Orth changed: What|Removed |Added Attachment #25473|0 |1 is obsolete|

[Bug target/51251] SPARC _64 instructions in V7 executables

2011-11-21 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51251 --- Comment #6 from Joel Sherrill 2011-11-21 12:21:26 UTC --- (In reply to comment #5) > > Hmmm... because of the way the test is compiled and the target flags are > > added, > > there is ... "-mcpu=ultrasparc -mvis" and then later on the comman

[Bug target/51251] SPARC _64 instructions in V7 executables

2011-11-21 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51251 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/51185] [C++0x] false-positive results of std::is_constructible

2011-11-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51185 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug libstdc++/51185] [C++0x] false-positive results of std::is_constructible

2011-11-21 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51185 --- Comment #4 from paolo at gcc dot gnu.org 2011-11-21 11:21:20 UTC --- Author: paolo Date: Mon Nov 21 11:21:13 2011 New Revision: 181557 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181557 Log: 2011-11-21 Daniel Krugler PR lib

[Bug middle-end/51144] r181279 possibly miscompilation of genmddeps

2011-11-21 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51144 --- Comment #6 from Andreas Krebbel 2011-11-21 10:10:31 UTC --- (In reply to comment #5) > PR middle-end/51144 > * output.h (fprint_w): Remove. > * final.c (fprint_w): Remove. > (output_addr_const): Change fprint_w back to fprintf

[Bug objc++/51159] build failure with --enable-build-with-cxx in "gcc-4.6.2/gcc/objc/objc-next-runtime-abi-02.c"

2011-11-21 Thread sebastian.heg...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51159 --- Comment #5 from sebastian.heg...@tu-dresden.de 2011-11-21 09:43:23 UTC --- Any chance of seeing the fix backported to 4.6, though?

[Bug ada/48835] Porting GNAT to GNU/Linux/m68k

2011-11-21 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48835 --- Comment #41 from Mikael Pettersson 2011-11-21 09:25:27 UTC --- (In reply to comment #25) > The first 4.6.1 bootstrap attempt failed at the very first Ada compilation > step > in stage 3, with a SEGV in gnat1 when compiling ada/a-charac.ads.

[Bug target/50678] [4.7 Regression] FAIL: c52104y on x86_64-apple-darwin10

2011-11-21 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50678 Eric Botcazou changed: What|Removed |Added Status|WAITING |SUSPENDED --- Comment #60 from Eric Botca

[Bug target/50678] [4.7 Regression] FAIL: c52104y on x86_64-apple-darwin10

2011-11-21 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50678 Iain Sandoe changed: What|Removed |Added Status|NEW |WAITING --- Comment #59 from Iain Sandoe 2

[Bug target/50678] [4.7 Regression] FAIL: c52104y on x86_64-apple-darwin10

2011-11-21 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50678 --- Comment #58 from Iain Sandoe 2011-11-21 09:04:14 UTC --- Author: iains Date: Mon Nov 21 09:04:08 2011 New Revision: 181553 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181553 Log: gcc/ada: Backport from mainline r181474 PR

[Bug target/49313] Inefficient libgcc implementations for avr

2011-11-21 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49313 --- Comment #13 from Georg-Johann Lay 2011-11-21 08:56:51 UTC --- Author: gjl Date: Mon Nov 21 08:56:44 2011 New Revision: 181551 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181551 Log: PR target/49313 * config/avr/t-avr (LIB2F

[Bug fortran/51218] [4.7 Regression] Potential optimization bug due to implicit_pure?

2011-11-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51218 --- Comment #15 from Tobias Burnus 2011-11-21 08:41:21 UTC --- (In reply to comment #14) > Tobias, Why did you mark this PR with the "wrong-code" keyword? Because it generates "wrong-code" and I wasn't completely convinced that there is no bug l

[Bug c++/51257] New: Template changes scope of friend functions

2011-11-21 Thread pubby.8 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51257 Bug #: 51257 Summary: Template changes scope of friend functions Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priorit

[Bug middle-end/50325] [4.7 Regression] 76 new fails with rev. 177691

2011-11-21 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50325 --- Comment #20 from Iain Sandoe 2011-11-21 08:08:18 UTC --- (In reply to comment #18) > Patch also break mips-linux-gnu. See: > > http://gcc.gnu.org/ml/gcc-patches/2011-11/msg02004.html I applied this on top of r181530 and reg-strapped on

[Bug target/51251] SPARC _64 instructions in V7 executables

2011-11-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51251 --- Comment #4 from Tobias Burnus 2011-11-21 08:07:29 UTC --- (In reply to comment #1) > Hmmm... because of the way the test is compiled and the target flags are > added, > there is ... "-mcpu=ultrasparc -mvis" and then later on the command line