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
e39dd802
Commit
e39dd802
authored
Jan 26, 2017
by
Bin Cheng
Committed by
Bin Cheng
Jan 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ldp_vec_64_1.c: Xfail.
gcc/testsuite * gcc.target/aarch64/ldp_vec_64_1.c: Xfail. From-SVN: r244934
parent
bc9efeab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.target/aarch64/ldp_vec_64_1.c
+3
-1
No files found.
gcc/testsuite/ChangeLog
View file @
e39dd802
2017-01-26 Bin Cheng <bin.cheng@arm.com>
* gcc.target/aarch64/ldp_vec_64_1.c: Xfail.
2017-01-26 Jonathan Wakely <jwakely@redhat.com>
2017-01-26 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/79190
PR libstdc++/79190
...
...
gcc/testsuite/gcc.target/aarch64/ldp_vec_64_1.c
View file @
e39dd802
...
@@ -13,4 +13,6 @@ foo (int32x2_t *foo, int32x2_t *bar)
...
@@ -13,4 +13,6 @@ foo (int32x2_t *foo, int32x2_t *bar)
foo
[
i
]
=
bar
[
i
]
+
bar
[
i
+
1
];
foo
[
i
]
=
bar
[
i
]
+
bar
[
i
+
1
];
}
}
/* { dg-final { scan-assembler "ldp\td\[0-9\]+, d\[0-9\]" } } */
/* Xfail for now since IVOPT doesn't choose [base+offset] addressing mode.
See PR79213. */
/* { dg-final { scan-assembler "ldp\td\[0-9\]+, d\[0-9\]" { xfail *-*-* } } } */
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