This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/6634] wrong parsing of "long long double"
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jul 2006 22:52:29 -0000
- Subject: [Bug c++/6634] wrong parsing of "long long double"
- References: <bug-6634-3093@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #12 from reichelt at gcc dot gnu dot org 2006-07-31 22:52 -------
Subject: Bug 6634
Author: reichelt
Date: Mon Jul 31 22:52:20 2006
New Revision: 115843
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115843
Log:
PR c++/6634
* decl.c (grokdeclarator): Check whether "long" or "short" was
specified for non-integral types.
* g++.dg/parse/long1.C: Add more tests.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/decl.c
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/g++.dg/parse/long1.C
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6634