------- Comment #2 from sebor at roguewave dot com  2006-11-27 17:37 -------
Here are some other cases to consider:

#include <typeinfo>

struct S;

int main ()
{
    typeid (void);
    typeid (int []);
    typeid (S);
    typeid (S&);
}


-- 

sebor at roguewave dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sebor at roguewave dot com


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

Reply via email to