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++/23823] Is this right?


------- Additional Comments From rguenth at gcc dot gnu dot org  2005-09-12 08:15 -------
It could say, instead of

foo.cc:13: error: partial specialization `g<T, true>' of function template

rather

foo.cc:13: error: partial specialization `g<T, true>' of function template not
allowed

to make it clear that the following errors are just other ways of saying the above.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic


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


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