Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
35b954c1
Commit
35b954c1
authored
Jan 20, 2010
by
Anthony Green
Committed by
Anthony Green
Jan 20, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Testsuite cleanups for moxie.
From-SVN: r156081
parent
c04f9611
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
2 deletions
+14
-2
gcc/testsuite/ChangeLog
+8
-0
gcc/testsuite/gcc.dg/20020312-2.c
+2
-0
gcc/testsuite/gcc.dg/cpp/_Pragma6.c
+1
-1
gcc/testsuite/gcc.dg/pr19340.c
+1
-1
gcc/testsuite/gcc.dg/weak/typeof-2.c
+2
-0
No files found.
gcc/testsuite/ChangeLog
View file @
35b954c1
2010-01-20 Anthony Green <green@moxielogic.com>
* gcc.dg/cpp/_Pragma6.c: Skip this test for moxie-*-* (no
pack(push) pragma).
* gcc.dg/pr19340.c: Skip this test for moxie-*-* (no scheduling).
* gcc.dg/20020312-2.c: Port this to the moxie core.
* gcc.dg/weak/typeof-2.c: Ditto.
2010-01-20 Richard Guenther <rguenther@suse.de>
2010-01-20 Richard Guenther <rguenther@suse.de>
PR tree-optimization/42717
PR tree-optimization/42717
...
...
gcc/testsuite/gcc.dg/20020312-2.c
View file @
35b954c1
...
@@ -46,6 +46,8 @@ extern void abort (void);
...
@@ -46,6 +46,8 @@ extern void abort (void);
/* No pic register. */
/* No pic register. */
#elif defined(__mn10300__)
#elif defined(__mn10300__)
/* No pic register. */
/* No pic register. */
#elif defined(__moxie__)
/* No pic register. */
#elif defined(__hppa__)
#elif defined(__hppa__)
/* PIC register is %r27 or %r19, but is used even without -fpic. */
/* PIC register is %r27 or %r19, but is used even without -fpic. */
#elif defined(__pdp11__)
#elif defined(__pdp11__)
...
...
gcc/testsuite/gcc.dg/cpp/_Pragma6.c
View file @
35b954c1
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
/* This is supposed to succeed only if
/* This is supposed to succeed only if
the target defines HANDLE_PRAGMA_PACK_PUSH_POP
the target defines HANDLE_PRAGMA_PACK_PUSH_POP
and doesn't define HANDLE_PRAGMA_PACK_WITH_EXPANSION. */
and doesn't define HANDLE_PRAGMA_PACK_WITH_EXPANSION. */
/* { dg-do compile { target { ! { powerpc-ibm-aix* *-*-solaris2* fido-*-* m68k-*-* sh*-[us]*-elf m32c-*-* *-*-vxworks } } } } */
/* { dg-do compile { target { ! { powerpc-ibm-aix* *-*-solaris2* fido-*-* m68k-*-* sh*-[us]*-elf m32c-*-* *-*-vxworks
moxie-*-*
} } } } */
#define push bar
#define push bar
#define foo _Pragma ("pack(push)")
#define foo _Pragma ("pack(push)")
...
...
gcc/testsuite/gcc.dg/pr19340.c
View file @
35b954c1
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-O1 -fschedule-insns2 -fsched2-use-traces" } */
/* { dg-options "-O1 -fschedule-insns2 -fsched2-use-traces" } */
/* { dg-skip-if "No scheduling" { mmix-*-* cris-*-* crisv32-*-* fido-*-* m68k-*-* m32c-*-* avr-*-* } { "*" } { "" } } */
/* { dg-skip-if "No scheduling" { mmix-*-* cris-*-* crisv32-*-* fido-*-* m68k-*-* m32c-*-* avr-*-*
moxie-*-*
} { "*" } { "" } } */
extern
double
f
(
double
x
);
extern
double
f
(
double
x
);
...
...
gcc/testsuite/gcc.dg/weak/typeof-2.c
View file @
35b954c1
...
@@ -43,4 +43,6 @@ int bar3 (int x)
...
@@ -43,4 +43,6 @@ int bar3 (int x)
// Likewise for m68k targets.
// Likewise for m68k targets.
// { dg-final { if [string match fido-*-* $target_triplet ] {return} } }
// { dg-final { if [string match fido-*-* $target_triplet ] {return} } }
// { dg-final { if [string match m68k-*-* $target_triplet ] {return} } }
// { dg-final { if [string match m68k-*-* $target_triplet ] {return} } }
// Likewise for moxie targets.
// { dg-final { if [string match moxie-*-* $target_triplet ] {return} } }
// { dg-final { scan-assembler "baz3.*baz3.*baz3.*baz3.*baz3.*baz3" } }
// { dg-final { scan-assembler "baz3.*baz3.*baz3.*baz3.*baz3.*baz3" } }
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment