From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12822 invoked by alias); 17 May 2003 02:26:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 12627 invoked by uid 71); 17 May 2003 02:26:01 -0000 Date: Sat, 17 May 2003 02:26:00 -0000 Message-ID: <20030517022601.12598.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Honda Hiroki Subject: Re: target/7592: [sh-elf] gcc cannot decrease alignment by -falign-functions Reply-To: Honda Hiroki X-SW-Source: 2003-05/txt/msg01924.txt.bz2 List-Id: The following reply was made to PR target/7592; it has been noted by GNATS. From: Honda Hiroki To: giovannibajo@libero.it, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Cc: dhazeghi@yahoo.com Subject: Re: target/7592: [sh-elf] gcc cannot decrease alignment by -falign-functions Date: Sat, 17 May 2003 11:14:08 +0900 (JST) 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)