------- Comment #9 from richard at codesourcery dot com 2006-06-06 15:02
-------
Subject: Re: [4.2 Regression] wrong code in spec tests for -ftree-vectorize
-maltivec
"pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes:
> What about instead of absolute numbers doing label subtraction for
> section anchors and then we can defer the decision for the layout of
> the section until after all functions are done compiling?
I don't think symbolic offsets would work, if that's what you mean.
We need to know the constant offset so that (a) we can enforce
TARGET_{MIN,MAX}_ANCHOR_OFFSET (which is more important for other
targets than it is for PowerPC) and (b) we know for PowerPC-like
setups whether the offset needs an addis.
Richard
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27770