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
7d7a0211
Commit
7d7a0211
authored
Oct 14, 2011
by
Artjoms Sinkarovs
Committed by
Artjoms Sinkarovs
Oct 14, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exclude 32-bit archs from warn-vect-op* tests.
From-SVN: r179991
parent
267ff156
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
gcc/testsuite/ChangeLog
+6
-0
gcc/testsuite/gcc.target/i386/warn-vect-op-1.c
+1
-1
gcc/testsuite/gcc.target/i386/warn-vect-op-2.c
+1
-1
gcc/testsuite/gcc.target/i386/warn-vect-op-3.c
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
7d7a0211
2011-10-14 Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>
* gcc.target/i386/warn-vect-op-3.c: Exclude 32-bit architectures.
* gcc.target/i386/warn-vect-op-1.c: Ditto.
* gcc.target/i386/warn-vect-op-2.c: Ditto.
2011-10-14 Tobias Burnus <burnus@net-b.de>
2011-10-14 Tobias Burnus <burnus@net-b.de>
PR fortran/50718
PR fortran/50718
...
...
gcc/testsuite/gcc.target/i386/warn-vect-op-1.c
View file @
7d7a0211
/* { dg-do compile } */
/* { dg-do compile
{ target { ! { ia32 } } }
} */
/* { dg-options "-mno-sse -Wvector-operation-performance" } */
/* { dg-options "-mno-sse -Wvector-operation-performance" } */
#define vector(elcount, type) \
#define vector(elcount, type) \
__attribute__((vector_size((elcount)*sizeof(type)))) type
__attribute__((vector_size((elcount)*sizeof(type)))) type
...
...
gcc/testsuite/gcc.target/i386/warn-vect-op-2.c
View file @
7d7a0211
/* { dg-do compile } */
/* { dg-do compile
{ target { ! { ia32 } } }
} */
/* { dg-options "-mno-sse -Wvector-operation-performance" } */
/* { dg-options "-mno-sse -Wvector-operation-performance" } */
#define vector(elcount, type) \
#define vector(elcount, type) \
__attribute__((vector_size((elcount)*sizeof(type)))) type
__attribute__((vector_size((elcount)*sizeof(type)))) type
...
...
gcc/testsuite/gcc.target/i386/warn-vect-op-3.c
View file @
7d7a0211
/* { dg-do compile } */
/* { dg-do compile
{ target { ! { ia32 } } }
} */
/* { dg-options "-mno-sse -Wvector-operation-performance" } */
/* { dg-options "-mno-sse -Wvector-operation-performance" } */
#define vector(elcount, type) \
#define vector(elcount, type) \
__attribute__((vector_size((elcount)*sizeof(type)))) type
__attribute__((vector_size((elcount)*sizeof(type)))) type
...
...
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