* Update my email address.
gcc/testsuite/ChangeLog:
1999-07-05 Manfred Hollstein <mhollstein@cygnus.com>
* gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
1999-07-04 Zack Weinberg <zack@rabi.columbia.edu>
* gcc.dg/990703-1.c: New test.
From-SVN: r27943
Mark Mitchell mark@codesourcery.com
Kaveh Ghazi ghazi@caip.rutgers.edu
Andreas Schwab schwab@issan.informatik.uni-dortmund.de
-Manfred Hollstein manfred.h@gmx.net
+Manfred Hollstein mhollstein@cygnus.com
*Paul Eggert eggert@twinsun.com
Klaus Kaempf kkaempf@progis.de
Marc Lehmann pcg@goof.com
+1999-07-05 Manfred Hollstein <mhollstein@cygnus.com>
+
+ * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
+
1999-07-05 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
+1999-07-04 Zack Weinberg <zack@rabi.columbia.edu>
+
+ * gcc.dg/990703-1.c: New test.
+
1999-06-29 Nick Clifton <nickc@cygnus.com>
* lib/file-format.exp: New file: Move definition of proc
main(void)
{
char *x = SP1(0,MZ);
- char *y = "0-0" /* should be the expansion of SP1(0,MZ) */
+ char *y = "0-0"; /* should be the expansion of SP1(0,MZ) */
if(strcmp(x, y))
return 1;