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++/48399] gcc46 show error when initializing a static const member with base class's constructor


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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-04-01 11:14:21 UTC ---
other compilers such as clang and EDG reject your example too, so firefox
already can't be compiled with those compilers, the example relies on a bug in
previous GCC releases which was never portable and has been fixed


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