Commit a6a5beb1 by Chris Demetriou Committed by Chris Demetriou

mangle6.C: Run for mipsisa64*-*-* targets.

2002-07-03  Chris Demetriou  <cgd@broadcom.com>

        * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
        * gcc.dg/20020620-1.c: Likewise.

From-SVN: r55228
parent 423ce3eb
2002-07-03 Chris Demetriou <cgd@broadcom.com>
* g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
* gcc.dg/20020620-1.c: Likewise.
2002-07-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net> 2002-07-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
PR c++/6944 PR c++/6944
......
/* Check that __int128 types are mangled. */ /* Check that __int128 types are mangled. */
/* { dg-do compile { target mips64*-*-* } } */ /* { dg-do compile { target mips64*-*-* mipsisa64*-*-* } } */
typedef int int128 __attribute__ ((mode(TI))); typedef int int128 __attribute__ ((mode(TI)));
typedef unsigned int uint128 __attribute__ ((mode(TI))); typedef unsigned int uint128 __attribute__ ((mode(TI)));
......
/* { dg-do compile { target mips64*-*-* } } */ /* { dg-do compile { target mips64*-*-* mipsisa64*-*-* } } */
/* { dg-options "-O2 -mlong64" } */ /* { dg-options "-O2 -mlong64" } */
int foo (int *x, int i) int foo (int *x, int i)
{ {
......
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