Commit b3bcf92c by Paolo Bonzini Committed by Paolo Bonzini

wchar_t-2.c: Fix typo.

2004-08-09  Paolo Bonzini  <bonzini@gnu.org>

	* gcc.dg/wchar_t-2.c: Fix typo.

From-SVN: r85713
parent 7efcb746
2004-08-09 Paolo Bonzini <bonzini@gnu.org>
* gcc.dg/wchar_t-2.c: Fix typo.
2004-08-09 Falk Hueffner <falk@debian.org>
PR tree-optimization/12517
......
/* { dg-options "-fshort-wchar" } */
/* Check that "-fshort-wchar" makes wchar_t the same size as "unsigned
short". /
short". */
extern int i[sizeof (L'a')];
int i[sizeof (unsigned short)];
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