]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c/37171 (Canonical spelling optimization dependency)
authorJakub Jelinek <jakub@redhat.com>
Wed, 20 Aug 2008 15:50:23 +0000 (17:50 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 20 Aug 2008 15:50:23 +0000 (17:50 +0200)
commit5dc4a7f44c935041908f1f0b1c45e191d6d0a532
tree29bacd4e39261b738d933dbede953fe1987c6824
parent235f4375ba4542ab13ea4d54d731ba599076331f
re PR c/37171 (Canonical spelling optimization dependency)

PR c/37171
* c-parser.c (c_parser_attributes): For keywords use canonical
spelling for attr_name.

* gcc.dg/pr37171.c: New test.
* g++.dg/ext/attrib34.C: New test.

From-SVN: r139317
gcc/ChangeLog
gcc/c-parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr37171.c [new file with mode: 0644]