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++/34050] [4.3 regression] ICE derived classes and variadic templates



------- Comment #2 from reichelt at gcc dot gnu dot org  2007-11-10 19:30 -------
> How can this be a regression? Support variadic templates did not exist in
> previous releases.

The C++ frontend shouldn't crash with any input, even with line-noise.
It didn't crash with this input in previous releases, but now it crashes
(even without the "-std=gnu++0x" switch). That's a regression.


-- 


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


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