Commit 5ea9ae01 by David Edelsohn Committed by David Edelsohn

pr92090.c: Limit -mbig to powerpc64le-*-*.

        * gcc.target/powerpc/pr92090.c: Limit -mbig to powerpc64le-*-*.
        * gcc.target/powerpc/pr92090-2.c: Likewise.

From-SVN: r278150
parent 0ff15d21
2019-11-13 David Edelsohn <dje.gcc@gmail.com>
* gcc.target/powerpc/pr92090.c: Limit -mbig to powerpc64le-*-*.
* gcc.target/powerpc/pr92090-2.c: Likewise.
2019-11-13 Marek Polacek <polacek@redhat.com> 2019-11-13 Marek Polacek <polacek@redhat.com>
PR c++/89070 - bogus [[nodiscard]] warning in SFINAE. PR c++/89070 - bogus [[nodiscard]] warning in SFINAE.
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-mdejagnu-cpu=power8 -Os -mbig -w" } */ /* { dg-options "-mdejagnu-cpu=power8 -Os -w" } */
/* { dg-additional-options "-mbig" { target powerpc64le-*-* } } */
/* Verify that we don't ICE. */ /* Verify that we don't ICE. */
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-mdejagnu-cpu=power8 -Os -mbig" } */ /* { dg-options "-mdejagnu-cpu=power8 -Os" } */
/* { dg-additional-options "-mbig" { target powerpc64le-*-* } } */
/* Verify that we don't ICE. */ /* Verify that we don't ICE. */
......
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