This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/42844] const variable requires initializer / no explicitly declared default constructor



------- Comment #9 from fabien dot chene at gmail dot com  2010-03-30 14:11 -------
(In reply to comment #8)
> you should have the option "Accept bug" below the comment box.  
> I've done it for you

I've just seen it since you did it for me (thanks), but I still can't do it by
myself for other bugs :-(

reduced testcase for this one:

struct A {};

void f()
{
  A const a;
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42844


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]