Commit eb40d6b9 by Joseph Myers Committed by Joseph Myers

* gcc.c-torture/execute/20010325-1.c: New test.

From-SVN: r40831
parent 273c3244
2001-03-25 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc.c-torture/execute/20010325-1.c: New test.
2001-03-23 Jakub Jelinek <jakub@redhat.com>
* g++.old-deja/g++.other/mangle3.C: New test.
......
/* Origin: Joseph Myers <jsm28@cam.ac.uk>.
This tests for inconsistency in whether wide STRING_CSTs use the host
or the target endianness. */
extern void exit (int);
extern void abort (void);
int
main (void)
{
if (L"a" "b"[1] != L'b')
abort ();
exit (0);
}
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