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
13f1e629
Commit
13f1e629
authored
Mar 05, 2011
by
Jakub Jelinek
Committed by
Jakub Jelinek
Mar 05, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/torture/pr47968.c: Ignore warnings.
From-SVN: r170691
parent
cc58ceee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/testsuite/ChangeLog
+2
-0
gcc/testsuite/gcc.dg/torture/pr47968.c
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
13f1e629
2011-03-05 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/torture/pr47968.c: Ignore warnings.
PR tree-optimization/47967
* gcc.c-torture/compile/pr47967.c: New test.
...
...
gcc/testsuite/gcc.dg/torture/pr47968.c
View file @
13f1e629
/* { dg-do compile } */
/* { dg-options "-w -Wno-psabi" } */
typedef
__attribute__
((
vector_size
(
16
)))
float
float4
;
typedef
__attribute__
((
vector_size
(
16
)))
double
double2
;
...
...
@@ -8,4 +9,3 @@ float foo (double2 d2)
float4
f4
=
(
float4
)
d2
;
return
*
(
float
*
)
&
f4
;
}
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