public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Dara Hazeghi <dhazeghi@yahoo.com>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: target/7592: [sh-elf] gcc cannot decrease alignment by -falign-functions
Date: Sat, 10 May 2003 08:46:00 -0000	[thread overview]
Message-ID: <20030510084600.8119.qmail@sources.redhat.com> (raw)

The following reply was made to PR target/7592; it has been noted by GNATS.

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: gcc-gnats@gcc.gnu.org, hhonda26@ybb.ne.jp
Cc:  
Subject: Re: target/7592: [sh-elf] gcc cannot decrease alignment by -falign-functions
Date: Sat, 10 May 2003 01:44:53 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=7592
 
 Hello,
 
 using gcc 3.2.3, I get the same output as the submitter. With 3.3  
 branch and mainline, I get:
 
 bash-2.04$ /tmp/dara/lib/gcc-lib/sh-elf/3.4/cc1 -quiet -m3 ttt.c  
 bash-2.04$ grep align ttt.s
          .align 1
          .align 1
 bash-2.04$ /tmp/dara/lib/gcc-lib/sh-elf/3.4/cc1 -quiet -m3  
 -falign-functions=32 ttt.c
 bash-2.04$ grep align ttt.s        .align 1
          .align 5
          .align 1
          .align 5
 bash-2.04$ /tmp/dara/lib/gcc-lib/sh-elf/3.4/cc1 -quiet -m3  
 -falign-functions=4 ttt.c
 bash-2.04$ grep align ttt.s        .align 1
          .align 2
          .align 1
          .align 2
 
 I don't know if this is correct. Could the submitter please determine  
 whether these values are in fact correct? Thanks,
 
 Dara
 


             reply	other threads:[~2003-05-10  8:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-10  8:46 Dara Hazeghi [this message]
2003-05-12 11:46 giovannibajo
2003-05-17  2:26 Honda Hiroki
2003-05-17  6:38 giovannibajo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030510084600.8119.qmail@sources.redhat.com \
    --to=dhazeghi@yahoo.com \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).