Commit 4d5be58b by Diego Novillo Committed by Diego Novillo

* gcc.c-torture/compile/20020709-1.c: New test.

From-SVN: r55343
parent 7ca0873c
2002-07-09 Diego Novillo <dnovillo@redhat.com>
* gcc.c-torture/compile/20020709-1.c: New test.
2002-07-07 Roger Sayle <roger@eyesopen.com>
* g++.dg/template/qualttp21.C: New test case.
......
extern double atof (__const char *__nptr) __attribute__ ((__pure__));
void bar (char *s)
{
union {double val; unsigned int a, b;} u;
u.val = atof (s);
}
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