This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/14517] New: [3.4/3.5] change in behaviour wrt duplicate qualifiers
- From: "rth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Mar 2004 22:24:04 -0000
- Subject: [Bug c/14517] New: [3.4/3.5] change in behaviour wrt duplicate qualifiers
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
GCC 3.3 and prior did not warn for duplicate qualifiers; that GCC 3.4 does in
the case of
const int a;
const __typeof(a) b;
causes unavoidable warnings building the Linux kernel.
Proposed patch here:
http://gcc.gnu.org/ml/gcc-patches/2004-03/msg00898.html
--
Summary: [3.4/3.5] change in behaviour wrt duplicate qualifiers
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rth at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org,mark at codesourcery dot
com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14517