Commit b874b32d by Jakub Jelinek Committed by Jakub Jelinek

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

From-SVN: r38994
parent 4bc1997b
2001-01-13 Jakub Jelinek <jakub@redhat.com>
* gcc.c-torture/compile/20001212-1.c: New test.
2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
* gcc.dg/cpp/widestr1.c: Update.
......
typedef struct
{
long double l;
} ld;
ld a (ld x, ld y)
{
ld b;
b.l = x.l + y.l;
}
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