This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: [patch] Re: ARM: testsuite gcc.c-torture/execute/20020307-2.c failure


> jeroen dobbelaere wrote:
> [...]
> 
> > I have implemented this (similar to ia64) and I'm doing a regression 
> > test right
> > now (c only). First indication is that 20020307-2.c does not fail any 
> > more...
> > 
> > 2002-11-13  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
> > 
> >     * config/arm/arm.h (EXPAND_BUILTIN_VA_ARG,
> >     FUNCTION_ARG_PASS_BY_REFERENCE): Add.
> >     * config/arm/arm.c (arm_va_arg,
> >     arm_function_arg_pass_by_reference): Add.
> >     * config/arm/arm-protos.h: Add prototypes.
> > 
> 
> no regressions seen (checked gcc, g++, objc, f77), 8 failures gone...

Which configuration have you tested?

It's quite important for a change like this that some checks with 
libraries built with older compilers are run to ensure we haven't changed 
the ABI in some unexpected manner.

R.


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