https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91046
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91046
--- Comment #3 from joseph at codesourcery dot com ---
There can't be any debug info issues specific to empty translation units,
given that
_Static_assert (1, "");
is valid as a translation unit in ISO C, and doesn't declare anything that
wou
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91046
--- Comment #2 from Vincent Lefèvre ---
It warns with -pedantic, but not without. This is an issue if this is not
guaranteed to "work" with GCC (now or in the future). Indeed, the case of an
empty translation unit may need additional code. For in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91046
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment