This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc.dg/ipa/ipa-5.c
- From: Eric Botcazou <ebotcazou at libertysurf dot fr>
- To: Razya Ladelsky <RAZYA at il dot ibm dot com>
- Cc: gcc at gcc dot gnu dot org,Andreas Jaeger <aj at suse dot de>,Michael Ritzert <gcc at server2 dot mailsys dot de>
- Date: Sun, 13 Nov 2005 12:12:23 +0100
- Subject: Re: gcc.dg/ipa/ipa-5.c
- References: <OF08E18664.FF120E26-ONC22570A3.002F4130-C22570A3.00303E05@il.ibm.com>
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 : g (a, 3);
> definition of g : int g (float b, short c)
>
> I am not sure which part of the compiler is responsible to have the the
> types matched, but I think they should at this point.
> I am still working on this.
Any news on this?
--
Eric Botcazou