public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/39146]  New: Unnecessary stack alignment
@ 2009-02-10  5:30 hjl dot tools at gmail dot com
  2009-02-10  5:35 ` [Bug target/39146] " Joey dot ye at intel dot com
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-02-10  5:30 UTC (permalink / raw)
  To: gcc-bugs

[hjl@gnu-6 avx-abi]$ cat x5.i
typedef long long __m256i __attribute__ ((__vector_size__ (32),
__may_alias__));


__m256i
bar (__m256i x)
{
  return x;
}
[hjl@gnu-6 avx-abi]$ /export/build/gnu/gcc-avx/build-x86_64-linux/gcc/xgcc
-B/export/build/gnu/gcc-avx/build-x86_64-linux/gcc/ -mavx 
-fno-asynchronous-unwind-tables -O2 x5.i -S -o x5.s
[hjl@gnu-6 avx-abi]$ cat x5.s
        .file   "x5.i"
        .text
        .p2align 4,,15
.globl bar
        .type   bar, @function
bar:
        pushq   %rbp
        movq    %rsp, %rbp
        andq    $-32, %rsp
        leave
        ret
        .size   bar, .-bar

Is that possible to avoid stack alignment here?


-- 
           Summary: Unnecessary stack alignment
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39146


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2009-06-13  0:10 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-10  5:30 [Bug target/39146] New: Unnecessary stack alignment hjl dot tools at gmail dot com
2009-02-10  5:35 ` [Bug target/39146] " Joey dot ye at intel dot com
2009-02-11 15:15 ` hjl dot tools at gmail dot com
2009-02-11 16:53 ` hjl dot tools at gmail dot com
2009-02-12  0:00 ` hjl dot tools at gmail dot com
2009-02-12  1:45 ` Joey dot ye at intel dot com
2009-02-12  1:58 ` hjl dot tools at gmail dot com
2009-02-12  2:26 ` Joey dot ye at intel dot com
2009-02-12  2:33 ` hjl dot tools at gmail dot com
2009-02-12  2:40 ` Joey dot ye at intel dot com
2009-02-12 15:20 ` Joey dot ye at intel dot com
2009-02-12 15:42 ` hjl dot tools at gmail dot com
2009-02-16  8:50 ` Joey dot ye at intel dot com
2009-02-21  0:01 ` hjl at gcc dot gnu dot org
2009-02-28 18:51 ` hjl dot tools at gmail dot com
2009-02-28 21:43 ` hjl dot tools at gmail dot com
2009-03-03 17:14 ` hjl at gcc dot gnu dot org
2009-03-03 17:37 ` hjl dot tools at gmail dot com
2009-04-16 18:33 ` pinskia at gcc dot gnu dot org
2009-06-12 12:54 ` hjl at gcc dot gnu dot org
2009-06-13  0:10 ` hjl dot tools at gmail dot com

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).