GCC 3.3 Prelease broken on s390
Mark Mitchell
mark@codesourcery.com
Wed May 7 15:53:00 GMT 2003
> Unfortunately, while it fixes most of the problems, it is not a
> complete solution:
Bummer.
> Would you suggest to check the above patch in anyway to make 3.3
> more similar to head (apparently the patch is already in 3.2 ...),
> and because it fixes at least C++?
No, that doesn't seem worth it.
> Or should we go back to a RUNTIME_SP_CFA_OFFSET solution
> on top of the current 3.3 implementation?
That seems fine, if it will work. The key criteria are:
(1) You can do it in such a way that it's obvious it doesn't affect
other platforms.
(2) You can do it quickly.
Engineering beauty is not a consideration at all, in this case.
#ifdef __s390__ is fine, for example; if you can just do
#ifdef __s390__
cfa += 196;
#endif
that is absolutely fine by me.
If we can't meet those criteria, we may be forced to punt; s390 is not a
primary evaluation platform.
Please see if you can get this fixed in the next twenty-four hours or
so.
Thanks,
--
Mark Mitchell <mark@codesourcery.com>
CodeSourcery, LLC
More information about the Gcc
mailing list