Commit b5afa1ed by Diego Novillo Committed by Diego Novillo

This test was failing with -m64 because it was forcing -m32

instead of asking for ilp32.

From-SVN: r201128
parent 5e5f7673
2013-07-22 Diego Novillo <dnovillo@google.com>
* testsuite/g++.dg/pr57878.C: Do not force -m32. Use
target ilp32.
2013-07-22 Georg-Johann Lay <avr@gjlay.de> 2013-07-22 Georg-Johann Lay <avr@gjlay.de>
PR testsuite/52641 PR testsuite/52641
......
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */ /* { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
/* { dg-options "-m32 -O2 -fno-omit-frame-pointer -fPIC -std=gnu++11" } */ /* { dg-options "-O2 -fno-omit-frame-pointer -fPIC -std=gnu++11" } */
typedef int int32; typedef int int32;
typedef long long int64; typedef long long int64;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment