Commit 02d0eb47 by Jeffrey A Law Committed by Jeff Law

980526-1.c: Do nothing if NO_LABEL_VALUES is defined.

�
        * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
        is defined.

From-SVN: r23744
parent 42f989ff
Sat Nov 21 21:41:05 1998 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
is defined.
1998-11-18 Dave Love <d.love@dl.ac.uk>
* g77.f-torture/compile/981117-1.f: New test.
......
......@@ -29,7 +29,9 @@ static void do2(void){
}
int main(void){
#ifndef NO_LABEL_VALUES
do1();
do2();
#endif
exit(0);
}
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