pr44683.x: New.
* gcc.c-torture/execute/pr44683.x: New. * gcc.dg/torture/builtin-cproj-1.c: Add dg-add-options ieee. From-SVN: r162136
This commit is contained in:
parent
535b951fb6
commit
d965817815
@ -1,3 +1,8 @@
|
||||
2010-07-13 Kaz Kojima <kkojima@gcc.gnu.org>
|
||||
|
||||
* gcc.c-torture/execute/pr44683.x: New.
|
||||
* gcc.dg/torture/builtin-cproj-1.c: Add dg-add-options ieee.
|
||||
|
||||
2010-07-13 Janus Weil <janus@gcc.gnu.org>
|
||||
|
||||
PR fortran/44434
|
||||
|
6
gcc/testsuite/gcc.c-torture/execute/pr44683.x
Normal file
6
gcc/testsuite/gcc.c-torture/execute/pr44683.x
Normal file
@ -0,0 +1,6 @@
|
||||
if { [istarget "sh*-*-*"] } {
|
||||
# SH require -mieee for this test.
|
||||
set additional_flags "-mieee"
|
||||
}
|
||||
|
||||
return 0
|
@ -6,6 +6,7 @@
|
||||
Origin: Kaveh R. Ghazi, April 9, 2010. */
|
||||
|
||||
/* { dg-do link } */
|
||||
/* { dg-add-options ieee } */
|
||||
|
||||
/* All references to link_error should go away at compile-time. The
|
||||
argument is the __LINE__ number. It appears in the tree dump file
|
||||
|
Loading…
Reference in New Issue
Block a user