This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with gcc 3.4.0 & 3.4.6 in ARM thumb mode regarding stack buffer allocation
- From: Andrew Haley <aph at gcc dot gnu dot org>
- To: Mick CORNUT <mick_cornut at yahoo dot fr>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 12 Apr 2007 09:40:53 +0100
- Subject: Re: Problem with gcc 3.4.0 & 3.4.6 in ARM thumb mode regarding stack buffer allocation
- References: <762728.41987.qm@web25305.mail.ukl.yahoo.com>
Mick CORNUT writes:
>
> We've just pointed out a strange problem with gcc 3.4.0: we use it
> for generating ARM 7 processor thumb code. This strange behavior
> was pointed out with a function taking 5 parameters (the fifth one
> is passed through stack according to the abi spec).
Can you try this with a more recent compiler? gcc 3.4.0 is no longer
being maintained.
Andrew.