This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/9573] typedef with __attribute__ ((mode(....))) doesnt seem to work inside a struct/class
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Aug 2003 14:30:09 -0000
- Subject: [Bug c++/9573] typedef with __attribute__ ((mode(....))) doesnt seem to work inside a struct/class
- References: <20030204182601.9573.stefaandr@hotmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9573
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|wrong-code |
------- Additional Comments From bangerth at dealii dot org 2003-08-29 14:30 -------
wrong-code means that gcc is generating incorrect assembler code for valid input. This
is certainly not the case here, since it doesn't generate any code at all. I've removed
the flag again.
W.