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++/36149] -O2 optimization generates wrong code



------- Comment #3 from dino at concisoft dot com  2008-05-06 14:18 -------
    template<class Y> static LINK* LC(Y* X) {
        return static_cast<LINK*>(X);
    }
    template<class Y> static const LINK* LCC(Y* X) {
        return static_cast<const LINK*>(X);
    }


-- 


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


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