Skip to content

Commit

Permalink
This test was failing with -m64 because it was forcing -m32
Browse files Browse the repository at this point in the history
instead of asking for ilp32.

From-SVN: r201128
  • Loading branch information
dnovillo authored and Diego Novillo committed Jul 22, 2013
1 parent 5e5f767 commit b5afa1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2013-07-22 Diego Novillo <[email protected]>

* testsuite/g++.dg/pr57878.C: Do not force -m32. Use
target ilp32.

2013-07-22 Georg-Johann Lay <[email protected]>

PR testsuite/52641
Expand Down
4 changes: 2 additions & 2 deletions gcc/testsuite/g++.dg/pr57878.C
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-m32 -O2 -fno-omit-frame-pointer -fPIC -std=gnu++11" } */
/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
/* { dg-options "-O2 -fno-omit-frame-pointer -fPIC -std=gnu++11" } */

typedef int int32;
typedef long long int64;
Expand Down

0 comments on commit b5afa1e

Please sign in to comment.