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
36bc60e9
Commit
36bc60e9
authored
May 20, 2008
by
Janis Johnson
Committed by
Janis Johnson
May 20, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.dg/ext/vector14.C: Ignore a possible warning.
From-SVN: r135685
parent
06d19617
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/g++.dg/ext/vector14.C
+2
-0
No files found.
gcc/testsuite/ChangeLog
View file @
36bc60e9
2008-05-20 Janis Johnson <janis187@us.ibm.com>
* g++.dg/ext/vector14.C: Ignore a possible warning.
2008-05-20 Samuel Tardieu <sam@rfc1149.net>
2008-05-20 Samuel Tardieu <sam@rfc1149.net>
* gnat.dg/modular.adb: Remove test, gnat.dg/modular1.adb already
* gnat.dg/modular.adb: Remove test, gnat.dg/modular1.adb already
...
...
gcc/testsuite/g++.dg/ext/vector14.C
View file @
36bc60e9
// PR c++/35758
// PR c++/35758
// { dg-do compile }
// { dg-do compile }
// { dg-options "-msse" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
// { dg-options "-msse" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
// Ignore warning on some powerpc-linux configurations.
// { dg-prune-output "non-standard ABI extension" }
#define vector __attribute__((vector_size(16)))
#define vector __attribute__((vector_size(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