From fe2afdf3f3701489c05d2a7509752d6f0c7616f7 Mon Sep 17 00:00:00 2001 From: Doug Kwan Date: Fri, 10 Jun 2011 16:02:39 -0700 Subject: Sync internal and external version: Changes: -x86 security patch (for ChromeOS) -Fix bug in inlining. -Fix freestanding C++ library build: http://gcc.gnu.org/viewcvs?view=revision&revision=173220 -Fix out-of-range branches in Thumb-2 mode. -Fix gcda file corruption problem. -Hanlde LDFLAGS_FOR_TARGETS in configure. This is a backport of upstrem patch r173558. -Backport upstream fix for Atom performance at r164379. Change-Id: Id5a6cfb8949cbd390a0bb3546d55d83383ee4f8c --- gcc-4.4.3/gcc/testsuite/gcc.target/i386/pad-1.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gcc-4.4.3/gcc/testsuite/gcc.target/i386/pad-1.c (limited to 'gcc-4.4.3/gcc/testsuite/gcc.target/i386/pad-1.c') diff --git a/gcc-4.4.3/gcc/testsuite/gcc.target/i386/pad-1.c b/gcc-4.4.3/gcc/testsuite/gcc.target/i386/pad-1.c new file mode 100644 index 000000000..87a9d6c81 --- /dev/null +++ b/gcc-4.4.3/gcc/testsuite/gcc.target/i386/pad-1.c @@ -0,0 +1,9 @@ +/* { dg-do compile } */ +/* { dg-options "-O2 -fomit-frame-pointer -mtune=generic -S" } */ +/* { dg-final { scan-assembler "rep" } } */ +/* { dg-final { scan-assembler-not "nop" } } */ + +void +foo () +{ +} -- cgit v1.2.3