[Bug libgcj/56435] New: Wrong 'ld' version detected during configuring libjava

2013-02-23 Thread k2k at narod dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56435 Bug #: 56435 Summary: Wrong 'ld' version detected during configuring libjava Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: mi

[Bug fortran/55117] Programs fails to read namelist (contains derived types objects)

2013-02-23 Thread t...@tilo-schwarz.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55117 --- Comment #13 from Tilo Schwarz 2013-02-24 00:27:49 UTC --- If in gfortran.dg/namelist_64.f90 instead of curve(1)%symbol%typee = 1234 any other array index > 1 is set and tested, e.g. curve(2)%symbol%typee = 1234

[Bug c++/56243] [4.8 regression] ICE in tree check: expected field_decl, have identifier_node in fixed_type_or_null, at cp/class.c:6645

2013-02-23 Thread ppluzhnikov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56243 --- Comment #6 from Paul Pluzhnikov 2013-02-23 23:06:18 UTC --- (In reply to comment #4) > I think the testcase is invalid Looks like you are right, and it's been over-reduced. > Shouldn't the below line be diagnosed, even if it is in

[Bug c++/56429] [C++11] Explicitly defaulted private constructor is not private

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

[Bug c++/56243] [4.8 regression] ICE in tree check: expected field_decl, have identifier_node in fixed_type_or_null, at cp/class.c:6645

2013-02-23 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56243 --- Comment #5 from fabien at gcc dot gnu.org 2013-02-23 22:02:16 UTC --- reduced testcase: class A { virtual int String (); }; class F: public A { }; template < typename V > class G { V value; }; class D { temp

[Bug c++/56243] [4.8 regression] ICE in tree check: expected field_decl, have identifier_node in fixed_type_or_null, at cp/class.c:6645

2013-02-23 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56243 --- Comment #4 from fabien at gcc dot gnu.org 2013-02-23 22:00:44 UTC --- I think the testcase is invalid Shouldn't the below line be diagnosed, even if it is in a template ? F& name = x->value; We fail to return early, and the compiler i

[Bug c++/56377] [4.8 Regression] template args in substitution-failure diagnostics

2013-02-23 Thread pl.smith.mail at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56377 Paul Smith changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug rtl-optimization/44281] [4.6/4.7/4.8 Regression] Global Register variable pessimisation

2013-02-23 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44281 Steven Bosscher changed: What|Removed |Added Keywords||ra --- Comment #14 from Steve

[Bug fortran/56385] [4.6/4.7/4.8 Regression] [OOP] ICE with allocatable function result in a procedure-pointer component

2013-02-23 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56385 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resol

[Bug fortran/56385] [4.6/4.7/4.8 Regression] [OOP] ICE with allocatable function result in a procedure-pointer component

2013-02-23 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56385 --- Comment #6 from janus at gcc dot gnu.org 2013-02-23 14:40:57 UTC --- Author: janus Date: Sat Feb 23 14:40:49 2013 New Revision: 196237 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196237 Log: 2013-02-23 Janus Weil

[Bug tree-optimization/56294] BOOT_CFLAGS='-O2 -g -fno-ipa-sra' leads to bootstrap comparison failure

2013-02-23 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56294 --- Comment #10 from Martin Jambor 2013-02-23 11:50:46 UTC --- Created attachment 29529 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29529 Another unrelated issue Irrespective of ho we decide to deal with the first issue, there i

[Bug tree-optimization/56294] BOOT_CFLAGS='-O2 -g -fno-ipa-sra' leads to bootstrap comparison failure

2013-02-23 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56294 --- Comment #9 from Martin Jambor 2013-02-23 11:37:24 UTC --- Created attachment 29528 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29528 A simpler patch to fix issue in comment 7 The patch from comment #8 had problems of its own

[Bug c++/56243] [4.8 regression] ICE in tree check: expected field_decl, have identifier_node in fixed_type_or_null, at cp/class.c:6645

2013-02-23 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56243 --- Comment #3 from fabien at gcc dot gnu.org 2013-02-23 10:42:55 UTC --- (In reply to comment #2) > Any news on this bug? It's one of only a few P1 regressions left. This bug triggers with --enable-checking on the constexpr stuff. I was