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
7418461d
Commit
7418461d
authored
Aug 16, 2010
by
Kaz Kojima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pr42585.c: Skip dump scan on sh.
* gcc.dg/tree-ssa/pr42585.c: Skip dump scan on sh. From-SVN: r163271
parent
d44d2f9a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/tree-ssa/pr42585.c
+2
-2
No files found.
gcc/testsuite/ChangeLog
View file @
7418461d
2010-08-15 Kaz Kojima <kkojima@gcc.gnu.org>
* gcc.dg/tree-ssa/pr42585.c: Skip dump scan on sh.
2010-08-15 Daniel Kraft <d@domob.eu>
PR fortran/38936
...
...
gcc/testsuite/gcc.dg/tree-ssa/pr42585.c
View file @
7418461d
...
...
@@ -32,6 +32,6 @@ Cyc_string_ungetc (int ignore, struct _fat_ptr *sptr)
}
/* The local aggregates . */
/* { dg-final { scan-tree-dump-times "struct _fat_ptr _ans" 0 "optimized" { target { {
! powerpc*-*-* } && { ! arm
-*-* } } } } } */
/* { dg-final { scan-tree-dump-times "struct _fat_ptr _T2" 0 "optimized" { target { {
! powerpc*-*-* } && { ! arm
-*-* } } } } } */
/* { dg-final { scan-tree-dump-times "struct _fat_ptr _ans" 0 "optimized" { target { {
{ ! powerpc*-*-* } && { ! arm-*-* } } && { ! sh*
-*-* } } } } } */
/* { dg-final { scan-tree-dump-times "struct _fat_ptr _T2" 0 "optimized" { target { {
{ ! powerpc*-*-* } && { ! arm-*-* } } && { ! sh*
-*-* } } } } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */
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