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
291aa50a
Unverified
Commit
291aa50a
authored
Mar 30, 2020
by
Martin Liska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
XFAIL pr57193.c test-case.
PR rtl-optimization/87716 * gcc.target/i386/pr57193.c: XFAIL a test-case.
parent
3a9db91b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/testsuite/ChangeLog
+5
-0
gcc/testsuite/gcc.target/i386/pr57193.c
+2
-1
No files found.
gcc/testsuite/ChangeLog
View file @
291aa50a
2020-03-30 Martin Liska <mliska@suse.cz>
2020-03-30 Martin Liska <mliska@suse.cz>
PR rtl-optimization/87716
* gcc.target/i386/pr57193.c: XFAIL a test-case.
2020-03-30 Martin Liska <mliska@suse.cz>
PR testsuite/94402
PR testsuite/94402
* gfortran.dg/vect/vect-8.f90: Allow 22 or 23 loops
* gfortran.dg/vect/vect-8.f90: Allow 22 or 23 loops
to be vectorized (based on libmvec presence).
to be vectorized (based on libmvec presence).
...
...
gcc/testsuite/gcc.target/i386/pr57193.c
View file @
291aa50a
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-O2 -msse2 -mno-sse3 -mtune=generic" } */
/* { dg-options "-O2 -msse2 -mno-sse3 -mtune=generic" } */
/* { dg-final { scan-assembler-times "movdqa" 2 } } */
/* XFAIL the test due to PR87716. */
/* { dg-final { scan-assembler-times "movdqa" 2 { xfail *-*-* } } } */
#include <emmintrin.h>
#include <emmintrin.h>
...
...
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