[Bug c++/58022] [4.8 Regression] Compiler rejects abstract class in template class with friend operator<

2013-07-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58022 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/58022] [4.8 Regression] Compiler rejects abstract class in template class with friend operator<

2013-07-29 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58022 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/58022] [4.8 Regression] Compiler rejects abstract class in template class with friend operator<

2013-07-29 Thread scovich at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58022 --- Comment #3 from Ryan Johnson --- (In reply to Paolo Carlini from comment #1) > Please try to reduce the testcase further, no includes. You have a number of > options here: http://gcc.gnu.org/wiki/A_guide_to_testcase_reduction Sorry, I thought