Commit 1fc77d36 by Neil Booth Committed by Neil Booth

* gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.

From-SVN: r41838
parent dc3c6806
2001-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
* gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
2001-05-03 Geoffrey Keating <geoffk@redhat.com>
* lib/g++.exp (g++_include_flags): Don't use any special flags
......
/* Source: PR 321 modified for test suite by Neil Booth 14 Jan 2001. */
typedef unsigned long long uint64;
unsigned int pars;
unsigned long pars;
uint64 b[32];
uint64 *r = b;
......
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