Commit 6601d02b by Manfred Hollstein Committed by Jeff Law

* gcc.dg/980502-1.c: Fix return type.

From-SVN: r19916
parent 0e4347ce
Wed May 20 14:37:15 1998 Manfred Hollstein <manfred@s-direktnet.de>
* gcc.dg/980502-1.c: Fix return type.
Wed May 20 11:29:48 1998 Jeffrey A Law (law@cygnus.com) Wed May 20 11:29:48 1998 Jeffrey A Law (law@cygnus.com)
* gcc.dg/{980502-1.c, clobbers.c}: New tests. * gcc.dg/{980502-1.c, clobbers.c}: New tests.
......
/* { dg-do compile }*/ /* { dg-do compile }*/
/* { dg-options "-O2" } */ /* { dg-options "-O2" } */
void f(void) char *const f(void)
{ {
char *const line = "/dev/ptyXX"; char *const line = "/dev/ptyXX";
line[8] = 1; line[8] = 1;
......
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