This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]