This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/12165] Typedef'ed variables ignore typedef's const qualifier
- From: "zack at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Dec 2003 22:49:29 -0000
- Subject: [Bug c/12165] Typedef'ed variables ignore typedef's const qualifier
- References: <20030904101331.12165.alastair.gillham@dds.delphiauto.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From zack at gcc dot gnu dot org 2003-12-01 22:49 -------
I'm not sure whether the C99-mandated behavior is to ignore the const qualifier
on MY_CONST_APV1. My language lawyering skills are not up to figuring out how
typedef interacts with const and array declarations.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12165