This is the mail archive of the gcc@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: Still hard, was: g77 Build Problems


Here is the next one after the one you mentioned:

../../Sources/gnu-cvs-gcc/gcc/reload1.c: In function `emit_reload_insns':
../../Sources/gnu-cvs-gcc/gnu-cvs-gcc/gcc/reload1.c:7310: Insn does not
satisfy its constraints:
(insn 4696 4695 4697 (set:SI (reg/u:SI 0 r0)
        (plus:SI (reg:SI 31 r31)
            (high:SI (const:SI (minus:SI (symbol_ref:SI ("&L_rld$non_lazy_ptr"))
                        (symbol_ref:SI ("*L56$pb"))))))) 37
{addsi3_high} (nil)
    (nil))
../../Sources/gnu-cvs-gcc/gcc/reload1.c:7310: Internal compiler error in
reload_cse_simplify_operands, at reload1.c:8343

You will come across this or similar ones either during "make bootstrap"
or, depending on the age of your sources, after you succeeded to make a
g77 executable, when you try to compile FORTRAN programs. Sometimes it
happens only with "-O0" and sometimes with "-O2", depending on the sources.

BTW, all these errors have been reported already on the
darwin-development list 3 weeks ago. And as long as there is no darwin
backport to the gcc-3.0 branch, we will probably be able to play this
game for another couple of months :-) Beats Bugdom hands down ;-)

--
Martin

"Henry B. Hotz" wrote:
> 
> With respect and thanks to the suggestions regarding optimization,
> the response from Stan Shebs seemed to be most relevant:
> 
> At 5:35 PM -0700 5/4/01, Stan Shebs wrote:
> >Anyway, this is a known failure point - needs more than the default
> >512K of stack space.  Do "limit stack 800" before building (in .cshrc
> >if you like).
> 
> Now I still have a problem:
> 
> stage1/xgcc -Bstage1/ -B/usr/local/powerpc-apple-darwin1.3.2/bin/ -c
> -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
> -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
> -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc/gcc
> -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include
> ../../gcc/gcc/hash.c -o hash.o
> ../../gcc/gcc/hash.c: In function `hash_lookup':
> ../../gcc/gcc/hash.c:93: warning: promoted argument `create' doesn't
> match prototype
> ../../gcc/gcc/hash.h:100: warning: prototype declaration
> stage1/xgcc -Bstage1/ -B/usr/local/powerpc-apple-darwin1.3.2/bin/ -c
> -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
> -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
> -DHAVE_CONFIG_H    -I. -I. -I../../gcc/gcc -I../../gcc/gcc/.
> -I../../gcc/gcc/config -I../../gcc/gcc/../include
> ../../gcc/gcc/ifcvt.c -o ifcvt.o
> stage1/xgcc -Bstage1/ -B/usr/local/powerpc-apple-darwin1.3.2/bin/ -c
> -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
> -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
> -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc/gcc
> -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include
> ../../gcc/gcc/genattrtab.c
> stage1/xgcc -Bstage1/ -B/usr/local/powerpc-apple-darwin1.3.2/bin/
> -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
> -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
> -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genattrtab \
>   genattrtab.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o
> safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo
> obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*)
> echo  ;; esac ` ` case "" in ?*) echo  ;; esac `
> ./genattrtab ../../gcc/gcc/config/rs6000/rs6000.md > tmp-attrtab.c
> make[1]: *** [s-attrtab] Segmentation fault
> make: *** [stage2_build] Error 2


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