------- Comment #3 from pinskia at gcc dot gnu dot org 2010-04-21 16:54 ------- (In reply to comment #2) > Right, this is a GNU extension used to implement the library, which was later > standardised. We also support 'long long' in C++03 mode.
Yes but with -pedantic we do warn about long long: t.cc:1:1: warning: ISO C++ 1998 does not support âlong longâ (and with -pedantic-error we error out). So the argument using long long as an example is incorrect. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |accepts-invalid Last reconfirmed|0000-00-00 00:00:00 |2010-04-21 16:54:00 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43824