This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: The compiler told me to do this..


On May 16, 2000, BigAl1030@aol.com wrote:

> I think its my code, but I may be wrong.  Here is the bug report.
> This is a bug report for RHIDE Version 1.4 (Sep 30 1997 23:06:59)
> I am running MS-DOS 7.10 (Windows 95)

> Important environment variables:
> PATH=C:\DJGPP\BIN;C:\WINDOWS;C:\WINDOWS;C:\WINDOWS\COMMAND
> DJGPP=C:\djgpp\DJGPP.ENV
> LFN=y
> INFOPATH=c:/djgpp/info;c:/djgpp/gnu/emacs/info
> LOCALEDIR=
> LANGUAGE=
> SHELL=
> COMSPEC=C:\WINDOWS\COMMAND.COM
> DJSYSFLAGS=

> Here is the output from a sample compilation and link for C
> executing: 
> echo "int main(){return 0;}" | redir -eo gcc -Xlinker -v -Wa,-v -v -o 
> /dev/null -x c -
> Reading specs from c:/djgpp/lib/gcc-lib/djgpp/2.952/specs
> gcc version 2.95.2 19991024 (release)
>  c:/djgpp/lib/gcc-lib/djgpp/2.952/cpp.exe -lang-c -v -D__GNUC__=2 
> -D__GNUC_MINOR__=95 -Dunix -Di386 -DGO32 -DDJGPP=2 -DMSDOS -D__unix__ 
> -D__i386__ -D__GO32__ -D__DJGPP__=2 -D__MSDOS__ -D__unix -D__i386 -D__GO32 
> -D__DJGPP=2 -D__MSDOS -Asystem(unix) -Asystem(msdos) -Acpu(i386) 
> -Amachine(i386) -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ 
> -D__tune_pentium__ -imacros c:/djgpp/lib/../include/sys/version.h -remap - 
> c:/djgpp/tmp/RHdbaaaa\ccVjhFnR.i
> GNU CPP version 2.95.2 19991024 (release) (80386, BSD syntax)
> #include "..." search starts here:
> #include <...> search starts here:
>  c:/djgpp/include
>  c:/djgpp/lib/gcc-lib/djgpp/2.952/include
>  c:/djgpp/include
> End of search list.
> The following default directories have been omitted from the search path:
>  $DJDIR/lang/cxx
>  $DJDIR/lib/gcc-lib/djgpp/2.952/../../../../djgpp/include
> End of omitted list.
>  c:/djgpp/lib/gcc-lib/djgpp/2.952/cc1.exe c:/djgpp/tmp/RHdbaaaa\ccVjhFnR.i 
> -quiet -dumpbase -.c -version -o c:/djgpp/tmp/RHdbaaaa\cckucb4E.s
> GNU C version 2.95.2 19991024 (release) (djgpp) compiled by GNU C version 
> 2.95.2 19991024 (release).
> :1: parse error before string constant

> End of the sample

> Here is the output from a sample compilation and link for C++
> executing: 
> echo "int main(){return 0;}" | redir -eo gcc -Xlinker -v -Wa,-v -v -o 
> /dev/null -x c++ -
> Reading specs from c:/djgpp/lib/gcc-lib/djgpp/2.952/specs
> "Error: See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for 
> instructions"

This URL explains what a full bug report is.  In particular, it's
supposed to contain the preprocessed sources that trigger the
problem.  Without them, there's very little we can do.

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]