Skip to content

Instantly share code, notes, and snippets.

@ousado
Created October 27, 2016 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ousado/a4f490d988f28bf71eb41e93ad0a004a to your computer and use it in GitHub Desktop.
Save ousado/a4f490d988f28bf71eb41e93ad0a004a to your computer and use it in GitHub Desktop.
GCC output
In file included from /clean/projects/thirdparty/hl/src/hlc.h:26:0,
from fieldaccess.c:3:
/clean/projects/thirdparty/hl/src/hlc.h: In function ‘hl_null_access’:
/clean/projects/thirdparty/hl/src/hl.h:164:20: error: pasting "u" and ""Null access"" does not give a valid preprocessing token
# define USTR(str) u##str
^
/clean/projects/thirdparty/hl/src/hlc.h:61:15: note: in expansion of macro ‘USTR’
hl_error_msg(USTR("Null access"));
^
/clean/projects/thirdparty/hl/src/hl.h:164:20: error: ‘u’ undeclared (first use in this function)
# define USTR(str) u##str
^
/clean/projects/thirdparty/hl/src/hlc.h:61:15: note: in expansion of macro ‘USTR’
hl_error_msg(USTR("Null access"));
^
/clean/projects/thirdparty/hl/src/hl.h:164:20: note: each undeclared identifier is reported only once for each function it appears in
# define USTR(str) u##str
^
/clean/projects/thirdparty/hl/src/hlc.h:61:15: note: in expansion of macro ‘USTR’
hl_error_msg(USTR("Null access"));
^
/clean/projects/thirdparty/hl/src/hlc.h:61:20: error: expected ‘)’ before string constant
hl_error_msg(USTR("Null access"));
^
/clean/projects/thirdparty/hl/src/hl.h:164:23: note: in definition of macro ‘USTR’
# define USTR(str) u##str
^
fieldaccess.c: At top level:
fieldaccess.c:2172:12: error: expected identifier or ‘(’ before ‘typeof’
vclosure* typeof;
^
In file included from fieldaccess.c:60055:0:
fieldaccess2.c: In function ‘fun$1810’:
fieldaccess2.c:57240:7: error: expected identifier before ‘typeof’
r23->typeof = (vclosure*)&cl$347;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment