This is the mail archive of the gcc-patches@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: GCC build failed with your patch.



On Sat, 27 May 2000, Richard Henderson wrote:
> On Sat, May 27, 2000 at 07:26:14PM -0700, GCC regression checker wrote:
> > insn-emit.c: In function `gen_untyped_call':
> > insn-emit.c:10517: too many arguments to function `gen_call'
> > make[1]: *** [insn-emit.o] Error 1
> 
> 
>         * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.

I also cannot currently bootstrap on ARM.  Looking at the changes you
made here, would a similar change for arm.md be necessary?

/home/build-rpm/BUILD/gcc/gcc/config/arm/linux-elf.h:162: warning: function
declaration isn't a prototype
insn-emit.c: In function `gen_untyped_call':
insn-emit.c:5437: too many arguments to function `gen_call'
make[2]: *** [insn-emit.o] Error 1
make[2]: Leaving directory `/home/build-rpm/BUILD/obj-gcc-20000529/gcc'


We (at Rebel.com) are now doing nightly builds of gcc for targets
armv4l-unknown-linux-gnu, and armv3l-unknown-linux-gnu similar in style to
what CodeSourcery is running for ix86 Linux targets.  This is how I
noticed this problem.
	http://www.netwinder.org/build/gcc.html

Thanks,
-Rms


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