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
6e2ac1ae
Commit
6e2ac1ae
authored
Oct 16, 2002
by
Ulrich Weigand
Committed by
Ulrich Weigand
Oct 16, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
From-SVN: r58222
parent
7da64d7a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/weak/typeof-2.c
+2
-0
No files found.
gcc/testsuite/ChangeLog
View file @
6e2ac1ae
2002-10-16 Ulrich Weigand <uweigand@de.ibm.com>
* gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
2002-10-16 Mark Mitchell <mark@codesourcery.com>
2002-10-16 Mark Mitchell <mark@codesourcery.com>
PR c++/7524
PR c++/7524
...
...
gcc/testsuite/gcc.dg/weak/typeof-2.c
View file @
6e2ac1ae
...
@@ -31,4 +31,6 @@ int bar3 (int x)
...
@@ -31,4 +31,6 @@ int bar3 (int x)
// { dg-final { global target_triplet } }
// { dg-final { global target_triplet } }
// { dg-final { if [string match sh-*-* $target_triplet ] {return} } }
// { dg-final { if [string match sh-*-* $target_triplet ] {return} } }
// { dg-final { if [string match {sh[elb1-9]*-*-*} $target_triplet ] {return} } }
// { dg-final { if [string match {sh[elb1-9]*-*-*} $target_triplet ] {return} } }
// Likewise for S/390 targets
// { dg-final { if [string match s390-*-* $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