This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r145297 - in /trunk: gcc/testsuite/ChangeLog gc...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 30 Mar 2009 15:00:55 -0000
- Subject: r145297 - in /trunk: gcc/testsuite/ChangeLog gc...
Author: jakub
Date: Mon Mar 30 15:00:52 2009
New Revision: 145297
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145297
Log:
PR target/39558
* macro.c (cpp_get_token): If macro_to_expand returns NULL
and used some tokens, add CPP_PADDING before next token.
* gcc.target/powerpc/altivec-29.c: New test.
Added:
trunk/gcc/testsuite/gcc.target/powerpc/altivec-29.c
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/libcpp/ChangeLog
trunk/libcpp/macro.c