This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug preprocessor/12743] [3.4/3.5 Regression] Multi-line strings not diagnosed when occurring in a macro call


------- Additional Comments From neil at gcc dot gnu dot org  2004-02-28 10:32 -------
Contrary to the bug report's claim, in 3.4 I get

/tmp/bug.c:3:1: unterminated argument list invoking macro "FOO"
    FOO

This is the behaviour I intended.  If someone wants different behaviour, they
are free to implement it.  I'll note that e.g. Comeau gives substantially the
same output.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|neil at daikokuya dot co dot|unassigned at gcc dot gnu
                   |uk                          |dot org
             Status|ASSIGNED                    |NEW


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12743


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]