This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: middle-end/5785: [3.2/... regression] ICE in fixup_abnormal_edges
- From: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- To: gcc-gnats at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org,gcc-prs at gcc dot gnu dot org, tromey at redhat dot com
- Date: Mon, 24 Mar 2003 11:40:46 +0100
- Subject: Re: middle-end/5785: [3.2/... regression] ICE in fixup_abnormal_edges
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5785
GCC 3.3 had parse errors because of the use of __thread as function dummy
arguments in the pthread interface, so I replaced those with __thread_.
Now
it compiles with GCC 3.3 20030323 -O2.
Greetz
Steven