[Bug c++/60432] Member pointer resolution within class definition causes segmentation fault

2014-06-06 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60432 --- Comment #5 from Paolo Carlini paolo.carlini at oracle dot com --- Let's add the testcase and close the bug.

[Bug c++/60432] Member pointer resolution within class definition causes segmentation fault

2014-06-06 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60432 --- Comment #6 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org --- Author: paolo Date: Fri Jun 6 10:00:55 2014 New Revision: 211312 URL: http://gcc.gnu.org/viewcvs?rev=211312root=gccview=rev Log: 2014-06-06 Paolo Carlini

[Bug c++/60432] Member pointer resolution within class definition causes segmentation fault

2014-06-06 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60432 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/60432] Member pointer resolution within class definition causes segmentation fault

2014-03-05 Thread jpelletier at jumptrading dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60432 --- Comment #1 from jpelletier at jumptrading dot com --- Created attachment 32277 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32277action=edit full error output

[Bug c++/60432] Member pointer resolution within class definition causes segmentation fault

2014-03-05 Thread jpelletier at jumptrading dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60432 --- Comment #2 from jpelletier at jumptrading dot com --- The following code causes a segmentation fault: #include tuple struct A { int a; static constexpr int A::*p = A::a; }; %g++ -std=c++11 -c member.cc member.cc:6:35: internal compiler

[Bug c++/60432] Member pointer resolution within class definition causes segmentation fault

2014-03-05 Thread jpelletier at jumptrading dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60432 --- Comment #3 from jpelletier at jumptrading dot com --- Created attachment 32278 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32278action=edit preprocessed file

[Bug c++/60432] Member pointer resolution within class definition causes segmentation fault

2014-03-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60432 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Known to work||4.9.0 ---