aboutsummaryrefslogtreecommitdiff
path: root/libffi/testsuite
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2008-01-30 14:36:58 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2008-01-30 06:36:58 -0800
commit7f92e24236b7a7cc238fa65b6843de0cfa92778c (patch)
treedcd9bca2d5eca6dec19c0986de42932ff8ef664d /libffi/testsuite
parentac9e6043ea006adfa5ad55a2084aeaba5f9f3483 (diff)
downloadgcc-7f92e24236b7a7cc238fa65b6843de0cfa92778c.zip
gcc-7f92e24236b7a7cc238fa65b6843de0cfa92778c.tar.gz
gcc-7f92e24236b7a7cc238fa65b6843de0cfa92778c.tar.bz2
re PR libffi/34612 ([4.1/4.2] libffi doesn't work with -fomit-frame-pointer on ia32)
2008-01-30 H.J. Lu <hongjiu.lu@intel.com> PR libffi/34612 * src/x86/sysv.S (ffi_closure_SYSV): Pop 4 byte from stack when returning struct. * testsuite/libffi.call/call.exp: Add "-O2 -fomit-frame-pointer" tests. From-SVN: r131964
Diffstat (limited to 'libffi/testsuite')
-rw-r--r--libffi/testsuite/libffi.call/call.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libffi/testsuite/libffi.call/call.exp b/libffi/testsuite/libffi.call/call.exp
index bd4d2e8..25e0109 100644
--- a/libffi/testsuite/libffi.call/call.exp
+++ b/libffi/testsuite/libffi.call/call.exp
@@ -27,6 +27,7 @@ dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] "-O0 -W -Wall" ""
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] "-O2" ""
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] "-O3" ""
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] "-Os" ""
+dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] "-O2 -fomit-frame-pointer" ""
dg-finish