This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/32041] [4.3/4.4 Regression] offsetof buglet
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jan 2009 07:06:59 -0000
- Subject: [Bug c/32041] [4.3/4.4 Regression] offsetof buglet
- References: <bug-32041-6@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pinskia at gcc dot gnu dot org 2009-01-03 07:06 -------
If I have time next week, I might fix this bug, it is a matter of adding
support for parsing -> during offsetof parsing (__builtin_offsetof is not
really a builtin :) ) and making sure we reject the indirect reference here if
it is produced.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32041