[Bug fortran/61376] New: Error using private statement in polymorphic derived type

2014-05-31 Thread stuart.moffatt at axsym dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61376 Bug ID: 61376 Summary: Error using private statement in polymorphic derived type Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Prio

[Bug c++/57543] decltype needs explicit 'this' pointer in member function declaration of template class with trailing return type

2014-05-31 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57543 --- Comment #7 from paolo at gcc dot gnu.org --- Author: paolo Date: Sat May 31 08:51:20 2014 New Revision: 211102 URL: http://gcc.gnu.org/viewcvs?rev=211102&root=gcc&view=rev Log: /cp 2014-05-31 Paolo Carlini DR 1227 PR c++/57543

[Bug c++/54366] [meta-bug] decltype issues

2014-05-31 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54366 Bug 54366 depends on bug 57543, which changed state. Bug 57543 Summary: decltype needs explicit 'this' pointer in member function declaration of template class with trailing return type https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57543

[Bug c++/57543] decltype needs explicit 'this' pointer in member function declaration of template class with trailing return type

2014-05-31 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57543 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug driver/60968] [4.9 Regression] Bootstrap fails on mingw32 with -dumpspecs

2014-05-31 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60968 --- Comment #5 from Daniel Starke --- Removing --disable-sjlj-exceptions solved the problem. I did not try the current 4.9.1 branch yet.

[Bug libstdc++/61374] string_view::operator string() is buggy

2014-05-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61374 Jonathan Wakely changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug libstdc++/61374] string_view::operator string() is buggy

2014-05-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61374 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |4.9.1

[Bug target/61377] New: [4.10 Regression] Bootstrap failure on x86_64-apple-darwin13

2014-05-31 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61377 Bug ID: 61377 Summary: [4.10 Regression] Bootstrap failure on x86_64-apple-darwin13 Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal

[Bug c/61378] New: Obvious bug in vn_reference_lookup_3

2014-05-31 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61378 Bug ID: 61378 Summary: Obvious bug in vn_reference_lookup_3 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug target/61331] [ARM] GCC build broken since r210964/r210965

2014-05-31 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61331 --- Comment #7 from Bernd Edlinger --- Fixed with r211050. Thanks!

[Bug bootstrap/61320] [4.10 regression] ICE in jcf-parse.c:1622 (parse_class_file

2014-05-31 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61320 --- Comment #8 from Eric Botcazou --- > Sure, I'll push a patch for this as soon as I finish fixing the regressions > that poped up due to the change I made to the bswap pass. While you're at it, could you change all the references in the code (

[Bug driver/60968] [4.9 Regression] Bootstrap fails on mingw32 with -dumpspecs

2014-05-31 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60968 --- Comment #6 from Daniel Starke --- I can confirm that the problem does not occur in r211103 of the 4.9 branch.

[Bug target/61377] [4.10 Regression] Bootstrap failure on x86_64-apple-darwin13

2014-05-31 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61377 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/61377] [4.10 Regression] Bootstrap failure on x86_64-apple-darwin13

2014-05-31 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61377 Jack Howarth changed: What|Removed |Added CC||howarth.at.gcc at gmail dot com --- Comme

[Bug c++/61379] New: __attribute__((noreturn)) ignored on pure virtual member functions

2014-05-31 Thread meiomorphism at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61379 Bug ID: 61379 Summary: __attribute__((noreturn)) ignored on pure virtual member functions Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal