Hello, The three patches following this messages fix fallouts from my c++11 attributes patch that I committed earlier.
Here is their summary: Disambiguate nested objc-message-expressions and c++11 attributes Update g++.dg/cpp0x/gen-attrs-{8,36,37}.C as c++11 attributes to types are ignored PR middle-end/54860 - Make sure attributes hash table is created gcc/attribs.c | 6 +++--- gcc/cp/parser.c | 15 ++++++++++++++- gcc/testsuite/g++.dg/cpp0x/gen-attrs-36.C | 10 ++++++---- gcc/testsuite/g++.dg/cpp0x/gen-attrs-37.C | 4 +++- gcc/testsuite/g++.dg/cpp0x/gen-attrs-8.C | 2 +- 5 files changed, 27 insertions(+), 10 deletions(-) -- Dodji