https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63254
Bug ID: 63254 Summary: elfos.h missing space between literal and identifier. Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: scott.clark at itron dot com Created attachment 33487 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33487&action=edit Zip file of the output (which shows the command line) and .ii file. On lines 102 and 170 of elfos.h, the compiler throws the following warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]