This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/9373: [3.3/3.4 regression] ICE with -fstrict-aliasing in set_mem_alias_set, at emit-rtl.c:1932
- From: Volker Reichelt <reichelt at igpm dot rwth-aachen dot de>
- To: gcc-gnats at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, adam at os dot inf dot tu-dresden dot de
- Cc: ehrhardt at mathematik dot uni-ulm dot de
- Date: Tue, 21 Jan 2003 19:25:56 +0100
- Subject: Re: c++/9373: [3.3/3.4 regression] ICE with -fstrict-aliasing in set_mem_alias_set, at emit-rtl.c:1932
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9373
The reduced testcase looks legal to me.
The compiler seems to have trouble to identify "Mword" and "unsigned".
If I only use one of those inside the struct, everything compiles fine.
Regards,
Volker