bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Current CVS - test suite failure


From: Akim Demaille
Subject: Re: Current CVS - test suite failure
Date: 04 Jul 2001 17:00:53 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Academic Rigor)

| >
| > 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.

So the symptoms are `cc -o leaves .o files when it fails', right?

| 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.  */
|       ^

Adding `break' makes it happier I suppose?

| 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

Thanks for all the details.

| > 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.

Good.

What happens without `head'?  I'm considering the opportunity of
getting more information about compiler by invoking -V, --version in
all the cases, not only GCC.  So I'm interested in the actual output.

Thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]