This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/14634] Unterminated literals not diagnosed
- From: "aldot at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Oct 2006 20:41:57 -0000
- Subject: [Bug preprocessor/14634] Unterminated literals not diagnosed
- References: <bug-14634-230@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #12 from aldot at gcc dot gnu dot org 2006-10-24 20:41 -------
(In reply to comment #11)
> *** Bug 29586 has been marked as a duplicate of this bug. ***
>
Fair enough.
Still pr29586 seems to be a diagnostic bug since the warning is mangled:
$ cat blah.c
#warning (that's not C?)
$ gcc-4.3 -c -o blah.o blah.c
blah.c:1:2: warning: #warning (thatblah.c:1:15: warning: missing terminating '
character
's not C?)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14634