egcs/MAINTAINERS:

* 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
This commit is contained in:
Manfred Hollstein 1999-07-05 01:33:41 +00:00
parent 9e129b404f
commit 32bebc4399
3 changed files with 10 additions and 2 deletions

View File

@ -83,7 +83,7 @@ Dave Love d.love@dl.ac.uk
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

View File

@ -1,7 +1,15 @@
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

View File

@ -15,7 +15,7 @@ int
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;