]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
re PR target/39558 (Bad interaction of decls named 'vector' and -maltivec vector...
authorJakub Jelinek <jakub@redhat.com>
Mon, 30 Mar 2009 15:00:52 +0000 (17:00 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 30 Mar 2009 15:00:52 +0000 (17:00 +0200)
commita37a7b8a0199e76227055ed537c54ddd022eb8a5
treebc2a897e2a2dd4b1d895bf4aa97e109f744873b2
parent665733c1215086f71896682d631dd03aec7710d2
re PR target/39558 (Bad interaction of decls named 'vector' and -maltivec vector support)

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.

From-SVN: r145297
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/altivec-29.c [new file with mode: 0644]
libcpp/ChangeLog
libcpp/macro.c