[Bug c++/35949] 'const' attribute applied to typedefed type in methods's return is ignored

2008-04-15 Thread pinskia at gcc dot gnu dot org


--- Comment #1 from pinskia at gcc dot gnu dot org  2008-04-15 19:10 ---
const VR is different from const X.


-- 


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



[Bug c++/35949] 'const' attribute applied to typedefed type in methods's return is ignored

2008-04-15 Thread schwab at suse dot de


--- Comment #2 from schwab at suse dot de  2008-04-15 20:10 ---
const VR is the same as X const, and qualifiers on non-lvalues are
ignored.


-- 

schwab at suse dot de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID


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