This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r145298 - in /branches/gcc-4_4-branch: gcc/test...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 30 Mar 2009 15:06:16 -0000
- Subject: r145298 - in /branches/gcc-4_4-branch: gcc/test...
Author: jakub
Date: Mon Mar 30 15:06:14 2009
New Revision: 145298
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145298
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:
branches/gcc-4_4-branch/gcc/testsuite/gcc.target/powerpc/altivec-29.c
- copied unchanged from r145297, trunk/gcc/testsuite/gcc.target/powerpc/altivec-29.c
Modified:
branches/gcc-4_4-branch/gcc/testsuite/ChangeLog
branches/gcc-4_4-branch/libcpp/ChangeLog
branches/gcc-4_4-branch/libcpp/macro.c