[Bug c++/60842] In-class initializer causes a strange error

2015-07-10 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60842 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/60842] In-class initializer causes a strange error

2015-07-10 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60842 --- Comment #5 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Jul 10 14:44:43 2015 New Revision: 225679 URL: https://gcc.gnu.org/viewcvs?rev=225679&root=gcc&view=rev Log: 2015-07-10 Paolo Carlini PR c++/60842 * g++

[Bug c++/60842] In-class initializer causes a strange error

2015-07-10 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60842 --- Comment #4 from Paolo Carlini --- This is fixed in mainline. I'm adding the testcase and closing the bug.

[Bug c++/60842] In-class initializer causes a strange error

2014-12-14 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60842 Ville Voutilainen changed: What|Removed |Added Keywords||rejects-valid Status|UNC

[Bug c++/60842] In-class initializer causes a strange error

2014-04-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60842 --- Comment #2 from Jonathan Wakely --- N.B. the simplest workaround is: J j{};

[Bug c++/60842] In-class initializer causes a strange error

2014-04-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60842 --- Comment #1 from Jonathan Wakely --- This looks very similar to PR51666