[Bug c++/48525] New: -O0 produces incorrect results for inlined functions sharing the same name.

2011-04-09 Thread jroelofs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48525 Summary: -O0 produces incorrect results for inlined functions sharing the same name. Product: gcc Version: 4.2.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/48525] -O0 produces incorrect results for inlined functions sharing the same name.

2011-04-09 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48525 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/48525] -O0 produces incorrect results for inlined functions sharing the same name.

2011-04-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48525 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2011-04-09 09:52:01 UTC --- (In reply to comment #0) When compiling multiple files with inline functions which share the same signature and name -O0 produces results inconsistent with

[Bug libstdc++/48526] New: [C++0x] std::is_constructiblevoid, Args...::value shall be false

2011-04-09 Thread gintensubaru at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48526 Summary: [C++0x] std::is_constructiblevoid, Args...::value shall be false Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug rtl-optimization/48389] [4.5/4.6 Regression] ICE: in make_edges, at cfgbuild.c:319 with -mtune=pentiumpro

2011-04-09 Thread stevenb.gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48389 --- Comment #14 from stevenb.gcc at gmail dot com stevenb.gcc at gmail dot com 2011-04-09 10:08:57 UTC --- On Fri, Apr 8, 2011 at 1:38 PM, matz at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org wrote: --- Comment #10 from Michael Matz matz at gcc dot

[Bug objc/48527] New: Incorrect list of methods in @protocol used across compilation units

2011-04-09 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48527 Summary: Incorrect list of methods in @protocol used across compilation units Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug objc/48527] Incorrect list of methods in @protocol used across compilation units

2011-04-09 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48527 Nicola Pero nicola at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug libstdc++/48521] [4.5/4.6/4.7 Regression] [C++0x] std::result_of doesn't work with pointer to member

2011-04-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48521 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2011-04-09 10:55:02 UTC --- (In reply to comment #0) This means we don't accept std::async(X::foo, ...) Oops, meant to say std::async(X::foo, ...)

[Bug driver/48524] spec language does not cover switches with separated form

2011-04-09 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48524 --- Comment #1 from joseph at codesourcery dot com joseph at codesourcery dot com 2011-04-09 11:28:33 UTC --- Specs are an internal GCC implementation detail, subject to change whenever convenient for implementation purposes. (Whoever put

[Bug c++/48528] New: [4.6 Regression] FAIL: g++.dg/cpp0x/sfinae10.C (test for excess errors)

2011-04-09 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48528 Summary: [4.6 Regression] FAIL: g++.dg/cpp0x/sfinae10.C (test for excess errors) Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/48529] New: [x32] Testsuite failures

2011-04-09 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48529 Summary: [x32] Testsuite failures Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassig...@gcc.gnu.org

[Bug target/48366] [4.7 Regression] ICE in extract_constrain_insn_cached, at recog.c:2024

2011-04-09 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48366 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c/48509] Fails to Vectorize loop involving doubles which was vectorized in 4.5

2011-04-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48509 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug tree-optimization/48484] [4.7 Regression] ICE: vector VEC(use_pred_info_t,base) index domain error, in pred_chain_length_cmp at tree-ssa-uninit.c:1626 with -Wuninitialized

2011-04-09 Thread xinliangli at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48484 --- Comment #3 from davidxl xinliangli at gmail dot com 2011-04-09 16:32:37 UTC --- Fixed in r172229. David

[Bug rtl-optimization/48496] [4.7 Regression] 'asm' operand requires impossible reload in libffi/src/ia64/ffi.c

2011-04-09 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48496 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added CC||hjl.tools at gmail

[Bug c++/48530] New: [C++0x][SFINAE] Hard errors with deleted d'tors

2011-04-09 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48530 Summary: [C++0x][SFINAE] Hard errors with deleted d'tors Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo:

[Bug c++/48525] -O0 produces incorrect results for inlined functions sharing the same name.

2011-04-09 Thread jroelofs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48525 --- Comment #3 from Jon Roelofs jroelofs at gmail dot com 2011-04-09 17:08:06 UTC --- (In reply to comment #2) (In reply to comment #0) When compiling multiple files with inline functions which share the same signature and name -O0 produces

[Bug c++/48531] New: [C++0x][SFINAE] Hard errors with arrays of unknown bound

2011-04-09 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48531 Summary: [C++0x][SFINAE] Hard errors with arrays of unknown bound Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug preprocessor/48532] New: Wrong location of namespaced pragma involing macros

2011-04-09 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48532 Summary: Wrong location of namespaced pragma involing macros Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: preprocessor

[Bug driver/48524] spec language does not cover switches with separated form

2011-04-09 Thread dirtyepic at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48524 --- Comment #2 from Ryan Hill dirtyepic at gentoo dot org 2011-04-09 18:51:20 UTC --- Sorry, i just wanted a trivial example. The actual rule we use is %{!D_FORTIFY_SOURCE:%{!D_FORTIFY_SOURCE=*:%{!U_FORTIFY_SOURCE:-D_FORTIFY_SOURCE=2}}} but

[Bug c++/48528] [4.6 Regression] FAIL: g++.dg/cpp0x/sfinae10.C (test for excess errors)

2011-04-09 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48528 --- Comment #1 from Jason Merrill jason at gcc dot gnu.org 2011-04-09 19:04:14 UTC --- Author: jason Date: Sat Apr 9 19:04:11 2011 New Revision: 172230 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=172230 Log: PR c++/48528 *

[Bug c++/48528] [4.6 Regression] FAIL: g++.dg/cpp0x/sfinae10.C (test for excess errors)

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

[Bug libgcj/48533] New: Installer fails on libjava component

2011-04-09 Thread jrt at worldlinc dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48533 Summary: Installer fails on libjava component Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo:

[Bug preprocessor/48532] Wrong location of namespaced pragma involing macros

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

[Bug middle-end/48464] [4.7 Regression] @171649: ICE in setup_pressure_classes, at ira.c:877

2011-04-09 Thread jbg...@lug-owl.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48464 --- Comment #2 from Jan-Benedict Glaw jbg...@lug-owl.de 2011-04-09 20:58:00 UTC --- Just to mention: This is not an ICE that shows up on this specific code snipplet, but it is rather a start-up problem that either got merged in with the IRA

[Bug c++/48525] -O0 produces incorrect results for inlined functions sharing the same name.

2011-04-09 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48525 Dmitry Gorbachev d.g.gorbachev at gmail dot com changed: What|Removed |Added CC|

[Bug libfortran/48511] Implement Steele-White algorithm for numeric output

2011-04-09 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48511 Janne Blomqvist jb at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/48534] New: [C++0x][SFINAE] Compiler break down on explicit scoped enum = bool conversion

2011-04-09 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48534 Summary: [C++0x][SFINAE] Compiler break down on explicit scoped enum = bool conversion Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug c++/48535] New: [C++0x][SFINAE] Hard errors during list-value-initialization

2011-04-09 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48535 Summary: [C++0x][SFINAE] Hard errors during list-value-initialization Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/48536] New: C++0x Automatic Enumerator Incrementation is not compliant with Clause 7.2/5

2011-04-09 Thread shaw.john.r at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48536 Summary: C++0x Automatic Enumerator Incrementation is not compliant with Clause 7.2/5 Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority:

[Bug driver/48524] spec language does not cover switches with separated form

2011-04-09 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48524 --- Comment #3 from joseph at codesourcery dot com joseph at codesourcery dot com 2011-04-10 00:27:28 UTC --- On Sat, 9 Apr 2011, dirtyepic at gentoo dot org wrote: Sorry, i just wanted a trivial example. The actual rule we use is

[Bug libstdc++/48526] [C++0x] std::is_constructiblevoid, Args...::value shall be false

2011-04-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48526 --- Comment #1 from Paolo Carlini paolo.carlini at oracle dot com 2011-04-10 00:45:26 UTC --- For 4.7 we'll have a completely new implementation, conforming to N3242. Will not happen in 4_6-branch though.

[Bug c++/48537] New: C++0x: ICE using union with non-trivial member

2011-04-09 Thread yacwroy at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48537 Summary: C++0x: ICE using union with non-trivial member Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo:

[Bug c++/43601] Enormous increase in DLL object files size in 4.5

2011-04-09 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43601 --- Comment #58 from Dongsheng Song dongsheng.song at gmail dot com 2011-04-10 04:32:23 UTC --- (In reply to comment #57) (In reply to comment #56) What works for me on Cygwin, and so may well also work for anyone using MSYS, is setting