This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/61412] Warnings incorrectly suppressed when compiling previously preprocessed file
- From: "matt at godbolt dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 04 Jun 2014 17:28:21 +0000
- Subject: [Bug c++/61412] Warnings incorrectly suppressed when compiling previously preprocessed file
- Auto-submitted: auto-generated
- References: <bug-61412-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61412
Matt Godbolt <matt at godbolt dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #14 from Matt Godbolt <matt at godbolt dot org> ---
(In reply to Manuel LÃpez-IbÃÃez from comment #9)
> but maybe it is a dup of PR60723.
It does indeed look like this. My reproduction attempts all failed until I put
a newline into my macro, which then triggers output like '# "file.cpp" 4 3'
after the newlines, which then causes suppression of warnings downstream.
I'll mark this bug as a duplicate, thanks for spotting it!
*** This bug has been marked as a duplicate of bug 60723 ***