re PR c++/6634 (wrong parsing of "long long double")
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Wed, 15 Mar 2006 15:27:11 +0000 (15:27 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Wed, 15 Mar 2006 15:27:11 +0000 (15:27 +0000)
commit3cc189f5e7d95a43aab520e9616fde990e95d95c
treed3a7cea02a61470a82627bb9229b462119556fcb
parent697701ad65fdb31eadfbd1927d6da6845b558bbd
re PR c++/6634 (wrong parsing of "long long double")

PR c++/6634
decl.c (grokdeclarator): Do not accept long long double.
Reorganize checks for invalid (combinations of) type modifiers.
Quote modifiers in messages.

g++.dg/parse/long1.C: New test.

From-SVN: r112084
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/long1.C [new file with mode: 0644]