This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: cpplib: Less agressive paste avoidance
On Wed, Jan 31, 2001 at 07:47:25AM +0000, Neil Booth wrote:
> Jakub Jelinek wrote:-
>
> > double d = 1.0e+1;
>
> OK, this patch fixes this issue, and (to my amazement) also allows
> glibc to build. Test cases included, and the paste4 test case should
> run through stand-alone cpp first.
Thanks.
> diff -u -p -r1.1 paste4.c
> --- paste4.c 2000/07/04 01:58:21 1.1
> +++ paste4.c 2001/01/31 07:44:55
> @@ -1,9 +1,11 @@
> /* Copyright (C) 2000 Free Software Foundation, Inc. */
> /* { dg-do compile } */
> +/* { dg-options -save-temps } */
I think this change is unnecessary when you added it to avoidpaste1.c
already and it would be good to test whether it works properly with
integrated preprocessor as well...
Jakub