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++/60223] [c++11] ICE with C++11-style default template parameter


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

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
So, started with r166167.  Before that I see:
$ ./cc1plus-166166 -std=c++0x -quiet ~/x.C
/home/polacek/x.C: In function âvoid bar()â:
/home/polacek/x.C:7:13: error: â'\000'â is not a valid template argument for
type âcharâ because it is a non-constant expression

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