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/13519] typeof(nonconst+const) is const


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-30 17:56 -------
typeof just returns the type of the tree which it is bound to, so it looks like the front-end is getting 
the type wrong.

-- 


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


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