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
35351a41
Commit
35351a41
authored
Nov 05, 2008
by
Michael Meissner
Committed by
Michael Meissner
Nov 05, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix PR 38025
From-SVN: r141628
parent
25696a75
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/testsuite/ChangeLog
+6
-0
gcc/testsuite/gcc.target/spu/intrinsics-1.c
+2
-1
No files found.
gcc/testsuite/ChangeLog
View file @
35351a41
2008-11-05 Michael Meissner <meissner@linux.vnet.ibm.com>
PR target/38025
* gcc.target/spu/intrinsics-1.c (f): Tune expected error messages
to match current compiler.
2008-11-05 Hans-Peter Nilsson <hp@axis.com>
PR target/38016
...
...
gcc/testsuite/gcc.target/spu/intrinsics-1.c
View file @
35351a41
...
...
@@ -14,5 +14,6 @@ void f(void)
gt
=
spu_cmpgt
(
a
,
b
);
/* { dg-error "parameter list" } */
gt
=
spu_cmpgt
(
a
,
a
);
a
=
spu_cmpgt
(
a
,
a
);
/* { dg-message "note: use -flax-vector-conversions to permit conversions between vectors with differing element types or numbers of subparts" } */
/* { dg-error "incompatible types in" "" { target *-*-* } 16 } */
/* { dg-message "note: expected 'int'" "" { target *-*-* } 13 } */
/* { dg-error "incompatible types when assigning" "" { target *-*-* } 16 } */
}
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