https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47254
Lewis Hyatt <lhyatt at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=108244
Status|NEW |RESOLVED
Resolution|--- |FIXED
CC| |lhyatt at gcc dot gnu.org
--- Comment #5 from Lewis Hyatt <lhyatt at gcc dot gnu.org> ---
This got fixed by r13-5114 (PR 108244) and is the same thing. That issue with
deferred pragmas in -fdirectives-only was identified as a latent problem
(revealed for diagnostic pragmas by r13-1544), and indeed this PR was there
pointing to the same thing much earlier. In any case, the testcases added
already (esp. c-c++-common/cpp/pr108244-2.c) provide coverage for this one too,
so closing it as fixed.