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]

Internal compiler error


> This is a very minor thing, there is a syntax error in the program. 
> -Bergur Ragnarsson, Iceland
> 
> gcc --version
> egcs-2.91.66
> 
> bash$ gcc -dumpmachine
> i386-redhat-linux
> 
> bash$ uname -a
> Linux njordur 2.2.14-win4lin #1 Tue Mar 28 19:24:12 PST 2000 i686
> unknown
> 
> bash$ gcc -x c++ -c bug6p.c
> bug6.c: In function `int RouteField2pos(class fplProfile_t *, int)':
> bug6.c:65: Internal compiler error.
> bug6.c:65: Please submit a full bug report to
> `egcs-bugs@egcs.cygnus.com'.
> bug6.c:65: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for
> details.
> 
> file bug6p.c:
> 
>  <<bug6p.c.gz>> 
> 
> before preprocessing:
> 
>  <<bug6.c>> 
> gcc -dumpspecs:
>  <<bug6specs.txt>> 
> 

bug6p.c.gz

bug6.c

*asm:
%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}

*asm_final:
%|

*cpp:
%(cpp_cpu) %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT}

*cc1:
%(cc1_cpu) %{profile:-p}

*cc1plus:


*endfile:
%{!shared:crtend.o%s} %{shared:crtendS.o%s} crtn.o%s

*link:
-m elf_i386 %{shared:-shared}   %{!shared:     %{!ibcs:       %{!static: 	%{rdynamic:-export-dynamic} 	%{!dynamic-linker:-dynamic-linker /lib/ld-linux.so.2}} 	%{static:-static}}}

*lib:
%{shared: -lc --version-script libgcc.map%s}    %{!shared: %{mieee-fp:-lieee} %{pthread:-lpthread} 	%{profile:-lc_p} %{!profile: -lc}}

*libgcc:
-lgcc

*startfile:
%{!shared:      %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} 		       %{!p:%{profile:gcrt1.o%s} 			 %{!profile:crt1.o%s}}}}    crti.o%s %{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}

*switches_need_spaces:


*signed_char:
%{funsigned-char:-D__CHAR_UNSIGNED__}

*predefines:
-D__ELF__ -Dunix -Di386 -D__i386__ -Dlinux -Asystem(posix)

*cross_compile:
0

*version:
egcs-2.91.66

*multilib:
. ;

*multilib_defaults:


*multilib_extra:


*multilib_matches:


*linker:
collect2

*cpp_cpu_default:
-D__tune_i386__

*cpp_cpu:
-Asystem(unix) -Acpu(i386) -Amachine(i386) %{!ansi:-Di386} -D__i386 -D__i386__ %{march=i486:-D__i486 -D__i486__} %{march=pentium|march=i586:-D__pentium -D__pentium__ } %{march=pentiumpro|march=i686:-D__pentiumpro -D__pentiumpro__ } %{m386|mcpu=i386:-D__tune_i386__ } %{m486|mcpu=i486:-D__tune_i486__ } %{mpentium|mcpu=pentium|mcpu=i586:-D__tune_pentium__ } %{mpentiumpro|mcpu=pentiumpro|mcpu=i686:-D__tune_pentiumpro__ } %{!mcpu*:%{!m386:%{!m486:%{!mpentium*:%(cpp_cpu_default)}}}}

*cc1_cpu:
%{!mcpu*: %{m386:-mcpu=i386} %{mno-486:-mcpu=i386 -march=i386} %{m486:-mcpu=i486} %{mno-386:-mcpu=i486 -march=i486} %{mno-pentium:-mcpu=i486 -march=i486} %{mpentium:-mcpu=pentium} %{mno-pentiumpro:-mcpu=pentium} %{mpentiumpro:-mcpu=pentiumpro}}


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