Commit eb621985 by Maxim Kuvyrkov Committed by Maxim Kuvyrkov

* gcc.target/m68k/pr41302.c: Fix target triplet.

From-SVN: r153933
parent dc5de590
2009-11-05 Maxim Kuvyrkov <maxim@codesourcery.com>
* gcc.target/m68k/pr41302.c: Fix target triplet.
2009-11-04 Jason Merrill <jason@redhat.com> 2009-11-04 Jason Merrill <jason@redhat.com>
PR c++/39413 PR c++/39413
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2" } */ /* { dg-options "-O2" } */
/* { dg-final { scan-assembler "move.l \%d0,\%a0" { target *linux* } } } */ /* { dg-final { scan-assembler "move.l \%d0,\%a0" { target *-*-*linux* } } } */
struct pts { struct pts {
int c; int c;
......
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