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
8a067ce4
Commit
8a067ce4
authored
Aug 30, 2009
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
funcspec-5.c: Remove fused-add test.
* gcc.target/i386/funcspec-5.c: Remove fused-add test. From-SVN: r151222
parent
e85122be
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
gcc/ChangeLog
+1
-1
gcc/testsuite/ChangeLog
+5
-2
gcc/testsuite/gcc.target/i386/funcspec-5.c
+0
-2
No files found.
gcc/ChangeLog
View file @
8a067ce4
...
...
@@ -1381,7 +1381,7 @@
2009-08-16 Uros Bizjak <ubizjak@gmail.com>
* config/alpha/alpha.c (alpha_
a
nd_function): Handle NULL_RTX returned
* config/alpha/alpha.c (alpha_
e
nd_function): Handle NULL_RTX returned
from prev_active_insn.
2009-08-16 Anatoly Sokolov <aesok@post.ru>
...
...
gcc/testsuite/ChangeLog
View file @
8a067ce4
2009-08-30 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/funcspec-5.c: Remove fused-add test.
2009-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gfortran.dg/whole_file_5.f90: Add -fpie when pic, fix scan
pattern.
* gfortran.dg/whole_file_5.f90: Add -fpie when pic, fix scan pattern.
* gfortran.dg/whole_file_6.f90: Likewise.
2009-08-28 Cary Coutant <ccoutant@google.com>
...
...
gcc/testsuite/gcc.target/i386/funcspec-5.c
View file @
8a067ce4
...
...
@@ -5,7 +5,6 @@
extern
void
test_abm
(
void
)
__attribute__
((
__target__
(
"abm"
)));
extern
void
test_aes
(
void
)
__attribute__
((
__target__
(
"aes"
)));
extern
void
test_fused_madd
(
void
)
__attribute__
((
__target__
(
"fused-madd"
)));
extern
void
test_mmx
(
void
)
__attribute__
((
__target__
(
"mmx"
)));
extern
void
test_pclmul
(
void
)
__attribute__
((
__target__
(
"pclmul"
)));
extern
void
test_popcnt
(
void
)
__attribute__
((
__target__
(
"popcnt"
)));
...
...
@@ -21,7 +20,6 @@ extern void test_ssse3 (void) __attribute__((__target__("ssse3")));
extern
void
test_no_abm
(
void
)
__attribute__
((
__target__
(
"no-abm"
)));
extern
void
test_no_aes
(
void
)
__attribute__
((
__target__
(
"no-aes"
)));
extern
void
test_no_fused_madd
(
void
)
__attribute__
((
__target__
(
"no-fused-madd"
)));
extern
void
test_no_mmx
(
void
)
__attribute__
((
__target__
(
"no-mmx"
)));
extern
void
test_no_pclmul
(
void
)
__attribute__
((
__target__
(
"no-pclmul"
)));
extern
void
test_no_popcnt
(
void
)
__attribute__
((
__target__
(
"no-popcnt"
)));
...
...
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