https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69257
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|g++ ICE (segfault) on |g++ ICE in "create_tmp_var" |x86_64-linux-gnu in |on invalid inline-asm |"create_tmp_var" | --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- This is what the C front-end produces: t.c: In function ‘fn1’: t.c:3:20: error: dereferencing pointer to incomplete type ‘struct S’ __asm ( "": :"" (*x)); ^~