Commit 3ebed0b2 by Alexandre Oliva Committed by Alexandre Oliva

* gcc.dg/conv-1.c: New test.

From-SVN: r31626
parent 5850dc00
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> 2000-01-24 Mark Mitchell <mark@codesourcery.com>
* lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++ * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
......
/* Copyright (C) 2000 Free Software Foundation.
by Alexandre Oliva <oliva@lsd.ic.unicamp.br> */
/* { dg-do compile } */
double
foo (unsigned long var)
{
return var;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment