mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 11:24:59 +08:00
960416-1.x: New.
* gcc.c-torture/execute/960416-1.x: New. * gcc.c-torture/execute/divconst-3.x: Likewise. From-SVN: r50029
This commit is contained in:
parent
232b8f528b
commit
801791cc03
@ -1,3 +1,8 @@
|
||||
2002-02-25 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* gcc.c-torture/execute/960416-1.x: New.
|
||||
* gcc.c-torture/execute/divconst-3.x: Likewise.
|
||||
|
||||
2002-02-25 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* gcc.dg/20020224-1.c: New test.
|
||||
|
5
gcc/testsuite/gcc.c-torture/execute/960416-1.x
Normal file
5
gcc/testsuite/gcc.c-torture/execute/960416-1.x
Normal file
@ -0,0 +1,5 @@
|
||||
if { [istarget "h8300*-*-*"] } {
|
||||
return 1
|
||||
}
|
||||
|
||||
return 0
|
5
gcc/testsuite/gcc.c-torture/execute/divconst-3.x
Normal file
5
gcc/testsuite/gcc.c-torture/execute/divconst-3.x
Normal file
@ -0,0 +1,5 @@
|
||||
if { [istarget "h8300*-*-*"] } {
|
||||
return 1
|
||||
}
|
||||
|
||||
return 0
|
Loading…
Reference in New Issue
Block a user