This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/70364] gcc.target/i386/cleanup-[12].c don't align stack properly


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70364

--- Comment #1 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> ---
Author: hjl
Date: Wed Mar 30 12:37:37 2016
New Revision: 234557

URL: https://gcc.gnu.org/viewcvs?rev=234557&root=gcc&view=rev
Log:
Properly align stack in gcc.target/i386/cleanup-[12].c

        PR testsuite/70364
        * gcc.target/i386/cleanup-1.c: Include <stddef.h>.
        (check): New function.
        (bar): Call check.
        (foo): Align stack to 16 bytes when calling bar.
        * gcc.target/i386/cleanup-2.c: Likewise.

Modified:
    trunk/gcc/testsuite/gcc.target/i386/cleanup-1.c
    trunk/gcc/testsuite/gcc.target/i386/cleanup-2.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]