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
70d63e48
Commit
70d63e48
authored
Dec 06, 2011
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pr51396.C: Use dg-additional-options.
* g++.dg/opt/pr51396.C: Use dg-additional-options. From-SVN: r182061
parent
6c025f46
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
gcc/testsuite/ChangeLog
+5
-2
gcc/testsuite/g++.dg/opt/pr51396.C
+2
-2
No files found.
gcc/testsuite/ChangeLog
View file @
70d63e48
2011-12-06 Uros Bizjak <ubizjak@gmail.com>
* g++.dg/opt/pr51396.C: Use dg-additional-options.
2011-12-06 Tobias Burnus <burnus@net-b.de>
PR fortran/51435
...
...
@@ -188,8 +192,7 @@
* gfortran.dg/select_type_23.f03: Revert Rev. 181801,
i.e. remove the dg-error line.
* gfortran.dg/move_alloc_5.f90: Ditto and change back
to dg-do run.
* gfortran.dg/move_alloc_5.f90: Ditto and change back to dg-do run.
* gfortran.dg/move_alloc_9.f90: New.
* gfortran.dg/move_alloc_10.f90: New
...
...
gcc/testsuite/g++.dg/opt/pr51396.C
View file @
70d63e48
// PR tree-optimization/51396
// { dg-do compile }
// { dg-options "-O2 -fnon-call-exceptions
-mfma
" }
// { dg-
options "-O2 -fnon-call-exceptions
-mfma" { target i?86-*-* x86_64-*-* } }
// { dg-options "-O2 -fnon-call-exceptions" }
// { dg-
additional-options "
-mfma" { target i?86-*-* x86_64-*-* } }
double
baz
(
double
)
throw
();
...
...
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