> A patch to fix this regression was committed earlier today to GCC4.1.
Works fine on SPARC. Thanks!
--
Eric Botcazou
Hi Eric,
A patch to fix this regression was committed earlier today to GCC4.1.
Razya
> Hi Razya,
>
> > Yes, I am aware of this problem.
> > It does not fail for power and I'm trying to figure out why it fails
for
> > x86 architecture.
> > It appears that the type of the constant being passed
Hi Razya,
> Yes, I am aware of this problem.
> It does not fail for power and I'm trying to figure out why it fails for
> x86 architecture.
> It appears that the type of the constant being passed to a function having
> a short parameter, is an int while I expected it to be short.
>
> call to g :
Razya Ladelsky <[EMAIL PROTECTED]> writes:
> It does not fail for power and I'm trying to figure out why it fails for
> x86 architecture.
> It appears that the type of the constant being passed to a function having
> a short parameter, is an int while I expected it to be short.
>
> call to g :
> It does not fail for power and I'm trying to figure out why it fails for
> x86 architecture.
SPARC is also affected, but in 32-bit mode only.
--
Eric Botcazou
st.
> * g++.dg/ipa/ipa-3.c: New test.
> * g++.dg/ipa/ipa-4.c: New test.
> * g++.dg/ipa/ipa-5.c: New test.
> * g++.dg/ipa/ipa.exp: New file.
>
> Test 5 fails for me on Linux/x86_64:
>
> Executing on host: /builds/gcc/misc/gcc/xgcc -B/builds/