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
4bbea044
Commit
4bbea044
authored
Aug 01, 2018
by
Uros Bizjak
Committed by
Uros Bizjak
Aug 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pr84512.c: Xfail on alpha*-*-*.
* gcc.dg/tree-ssa/pr84512.c: Xfail on alpha*-*-*. From-SVN: r263204
parent
7f87c8da
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/pr84512.c
+2
-2
No files found.
gcc/testsuite/ChangeLog
View file @
4bbea044
2018-08-01 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/tree-ssa/pr84512.c: Xfail on alpha*-*-*.
2018-08-01 Martin Liska <mliska@suse.cz>
* gcc.dg/tree-prof/stringop-1.c: Adjust scanned pattern.
...
...
gcc/testsuite/gcc.dg/tree-ssa/pr84512.c
View file @
4bbea044
...
...
@@ -12,5 +12,5 @@ int foo()
return
res
;
}
/*
Target nvptx xfail
due to PR84958. */
/* { dg-final { scan-tree-dump "return 285;" "optimized" { xfail {
nvptx*-*-*
|| { sparc*-*-* && lp64 } } } } } */
/*
Listed targets xfailed
due to PR84958. */
/* { dg-final { scan-tree-dump "return 285;" "optimized" { xfail {
{ alpha*-*-* nvptx*-*-* }
|| { sparc*-*-* && lp64 } } } } } */
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