[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Current CVS - test suite failure
From: |
Andrej Borsenkow |
Subject: |
RE: Current CVS - test suite failure |
Date: |
Wed, 4 Jul 2001 18:40:48 +0400 |
>
> I'm a bit lost. The only interpretation I have is that your compiler
> produces foo.o when you run
>
> cc -o foo foo.c
>
> Am I right? Or else, does someone understand where this file is
> coming from?
>
No. Compilation fails and driver leaves .o file behind. This is apparently
compiler bug; I even vaguelly remember seeing a bug report.
address@hidden cc foo.c
foo.c 47: [warning]: CFE1995 flow into case label
case -1: /* What can we do? */
^
foo.c 51: [warning]: CFE1995 flow into case label
default: /* Parent. */
^
Undefined first referenced
symbol in file
wait3 foo.o
ld: a.out: fatal error: Symbol referencing errors. No output written to
a.out
address@hidden ll
total 8
-rw-r--r-- 1 bor sinix 965 Jul 4 18:37 foo.c
-rw-r--r-- 1 bor sinix 2824 Jul 4 18:38 foo.o
> How do you get version information from this compiler?
>
address@hidden cc -V 2>&1 | head -1
CDR9992: CDS++ Version 02.0C00
not sure about message number, but compiler is called CDS.
-andrej
- Current CVS - test suite failure, Andrej Borsenkow, 2001/07/03
- Re: Current CVS - test suite failure, Akim Demaille, 2001/07/03
- RE: Current CVS - test suite failure, Andrej Borsenkow, 2001/07/03
- Re: Current CVS - test suite failure, Akim Demaille, 2001/07/04
- RE: Current CVS - test suite failure,
Andrej Borsenkow <=
- Re: Current CVS - test suite failure, Akim Demaille, 2001/07/04
- RE: Current CVS - test suite failure, Andrej Borsenkow, 2001/07/04
- Re: Current CVS - test suite failure, Akim Demaille, 2001/07/04
- RE: Current CVS - test suite failure, Andrej Borsenkow, 2001/07/04
- Re: Current CVS - test suite failure, Akim Demaille, 2001/07/04
- RE: Current CVS - test suite failure, Andrej Borsenkow, 2001/07/04