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++/12507] [3.3 Regression] use of template arg for fully specialized typedef allowed


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-12-22 05:45 -------
I do not believe that it will be possible to fix this bug in a safe way for GCC
3.3.3.  I foresaw this kind of problem when I checked in my change, but I was
fixing a case where we rejected valid code, so introducing this problem was
still a net win.

I don't think it's a good use of resources to try to figure out a way to fix
this for 3.3.3, especially given that any such fix will necessarily involve
dealing with notoriously tricky template-handling code.

I'm leaving this assigned to myself, but I recommend that Gaby close the bug as
WONTFIX.

-- 


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


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