http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46075
--- Comment #4 from Sergei Trofimovich <slyfox at inbox dot ru> 2010-10-18 20:43:24 UTC --- (In reply to comment #2) > Actually there is an open question if clang or gcc is correct according to the > C++ standards committee. There is a defect report about foundational types. Sorry, I'm far from standards writers. I just want software to be bug free. You mean "standard is buggy and gcc refuses to implement ill behaviour", right? Or behaviour is not specified by standard in such case? g++ might issue a warning about silly program(mer) then.