[Bug optimization/7871] [3.3/3.4/3.5 regression] ICE on legal code, global register variables problems

simonmar at microsoft dot com gcc-bugzilla@gcc.gnu.org
Tue Feb 17 17:03:00 GMT 2004


------- Additional Comments From simonmar at microsoft dot com  2004-02-17 17:03 -------
Subject: RE:  [3.3/3.4/3.5 regression] ICE on legal code, global register variables problems

I take it back; the test app now seems to be working.  Turns out that I
had some cases of:

  test1.hc:14: warning: function called through a non-compatible type

which turn into traps in recent versions of gcc.  Changing the type of a
cast fixed it.  (suggestion: mention in the warning message that the
call has been replaced by a trap.)

I'll do some thorough tests, but on the face of it it looks like the bug
can be closed.  Great going guys!


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7871



More information about the Gcc-bugs mailing list