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++/9278] Illegal use of typedef to "void"


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-14 19:58 -------
Okay, I read the core issue wrong.
But I should have said this is accepted but should not be:
typedef void type;
void f(type);

-- 


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


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