This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: target/7592: [sh-elf] gcc cannot decrease alignment by-falign-functions
- From: Honda Hiroki <hhonda26 at ybb dot ne dot jp>
- To: giovannibajo at libero dot it, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org,nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
- Cc: dhazeghi at yahoo dot com
- Date: Sat, 17 May 2003 11:14:08 +0900 (JST)
- Subject: Re: target/7592: [sh-elf] gcc cannot decrease alignment by-falign-functions
- References: <20030512114018.23491.qmail@sources.redhat.com>
Hello,
Dara wrote:
> bash-2.04$ /tmp/dara/lib/gcc-lib/sh-elf/3.4/cc1 -quiet -m3 ttt.c
> ...
> bash-2.04$ /tmp/dara/lib/gcc-lib/sh-elf/3.4/cc1 -quiet -m3
> -falign-functions=32 ttt.c
> ...
> bash-2.04$ /tmp/dara/lib/gcc-lib/sh-elf/3.4/cc1 -quiet -m3
> -falign-functions=4 ttt.c
> ...
This is the correct, expected behavior.
I have verified it myself using gcc-core-3.3.tar.bz2.
It seems that J"orn Rennecke fixed the bug on 2002-08-28.
(http://gcc.gnu.org/ml/gcc-patches/2002-08/msg01648.html)
Sorry that I did not notice msg01648 at that time,
and thank J"orn for fixing the bug.
====
PR7592 submitter
HONDA Hiroki (hhonda26@ybb.ne.jp)