* gcc.dg/conv-1.c: New test.
From-SVN: r31626
This commit is contained in:
parent
5850dc005d
commit
3ebed0b2f8
@ -1,3 +1,7 @@
|
||||
2000-01-26 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
||||
|
||||
* gcc.dg/conv-1.c: New test.
|
||||
|
||||
2000-01-24 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
|
||||
|
11
gcc/testsuite/gcc.dg/conv-1.c
Normal file
11
gcc/testsuite/gcc.dg/conv-1.c
Normal file
@ -0,0 +1,11 @@
|
||||
/* Copyright (C) 2000 Free Software Foundation.
|
||||
|
||||
by Alexandre Oliva <oliva@lsd.ic.unicamp.br> */
|
||||
|
||||
/* { dg-do compile } */
|
||||
|
||||
double
|
||||
foo (unsigned long var)
|
||||
{
|
||||
return var;
|
||||
}
|
Loading…
Reference in New Issue
Block a user