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]

Re: -fssa problem in mainline


  In message <u8r8vphn9q.fsf@gromit.moeb>you write:
  > Sorry that I forgot that: i686-linux-gnu (using glibc from CVS, recent
  > binutils from CVS, Linux 2.4.6)
OK.

  > Shall I rerun my tests with the current sources that contain DCE?
I wouldn't really recommend it.

The x86 backend really does some things that are a pain to express and
properly handle in SSA form.

I really wouldn't bother reporting SSA bugs unless you're using a cleaner
target like ia64 and you've got some changes in your tree to avoid SSA
when you encounter libcalls, sets of subregs and the like.

jeff


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