This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/12743] [3.4 Regression] Multi-line strings not diagnosed when occurring in a macro call
- From: "neil at daikokuya dot co dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Oct 2003 12:55:41 -0000
- Subject: [Bug preprocessor/12743] [3.4 Regression] Multi-line strings not diagnosed when occurring in a macro call
- References: <20031023135802.12743.gabor.greif@lucent.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12743
------- Additional Comments From neil at daikokuya dot co dot uk 2003-10-24 12:55 -------
Subject: Re: [3.4 Regression] Multi-line strings not diagnosed when occurring in a macro call
pinskia at gcc dot gnu dot org wrote:-
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12743
>
>
> pinskia at gcc dot gnu dot org changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Status|UNCONFIRMED |NEW
> Ever Confirmed| |1
> Last reconfirmed|0000-00-00 00:00:00 |2003-10-24 06:02:13
> date| |
> Summary|Multi-line strings not |[3.4 Regression] Multi-line
> |diagnosed when occurring in |strings not diagnosed when
> |a macro call |occurring in a macro call
> Target Milestone|--- |3.4
This is intended behaviour. It's undefined according to the
standard, and I changed the way we do it in 3.4.
Neil.