tuxdna wrote:
> Hi,
> 
> I am using Fedora 8
> Linux 2.6.23.1-42.fc8 #1 SMP Tue Oct 30 13:55:12 EDT 2007 i686 i686
> i386 GNU/Linux
> gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)

It seems that was introduced in r29284 while trying to fix another issue.

Maybe someone more familiar with the guts should revert that commit (if
it was the offending one indeed

> 
> 
> $ make
> 
> Compiling with:
> xx.c
> gcc -I./include -D_REENTRANT -D_GNU_SOURCE -pipe
> -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -DHASATTRIBUTE_CONST
> -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL
> -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED
> -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16
> -fvisibility=hidden -maccumulate-outgoing-args -W -Wall
> -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts
> -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat
> -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k
> -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch
> -Wmissing-braces -Wmissing-field-initializers
> -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked
> -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point
> -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2
> -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas
> -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast
> -Wc++-compat -Wdeclaration-after-statement
> -Wimplicit-function-declaration -Wimplicit-int -Wmain
> -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull
> -DHAS_GETTEXT -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO -fPIC -I. -o
> xx.o -c xx.c
> src/exec_cpu.c
> src/jit/i386/core.jit: In function 'Parrot_eq_n_n_ic_exec':
> src/jit/i386/core.jit:1031: error: 'DO' undeclared (first use in this 
> function)
> src/jit/i386/core.jit:1031: error: (Each undeclared identifier is
> reported only once
> src/jit/i386/core.jit:1031: error: for each function it appears in.)
> src/jit/i386/core.jit:1031: error: expected ';' before '{' token
> src/jit/i386/core.jit:1031: error: expected ';' before '{' token
> src/jit/i386/core.jit: In function 'Parrot_eq_nc_n_ic_exec':
> src/jit/i386/core.jit:989: error: 'DO' undeclared (first use in this function)
> src/jit/i386/core.jit:989: error: expected ';' before '{' token
> src/jit/i386/core.jit:989: error: expected ';' before '{' token
> src/jit/i386/core.jit: In function 'Parrot_ne_n_n_ic_exec':
> src/jit/i386/core.jit:1031: error: 'DO' undeclared (first use in this 
> function)
> src/jit/i386/core.jit:1031: error: expected ';' before '{' token
> src/jit/i386/core.jit:1031: error: expected ';' before '{' token
> src/jit/i386/core.jit: In function 'Parrot_ne_nc_n_ic_exec':
> src/jit/i386/core.jit:989: error: 'DO' undeclared (first use in this function)
> src/jit/i386/core.jit:989: error: expected ';' before '{' token
> src/jit/i386/core.jit:989: error: expected ';' before '{' token
> src/jit/i386/core.jit: In function 'Parrot_lt_n_n_ic_exec':
> src/jit/i386/core.jit:1031: error: 'DO' undeclared (first use in this 
> function)
> src/jit/i386/core.jit:1031: error: expected ';' before '{' token
> src/jit/i386/core.jit:1031: error: expected ';' before '{' token
> src/jit/i386/core.jit: In function 'Parrot_lt_nc_n_ic_exec':
> src/jit/i386/core.jit:989: error: 'DO' undeclared (first use in this function)
> src/jit/i386/core.jit:989: error: expected ';' before '{' token
> src/jit/i386/core.jit:989: error: expected ';' before '{' token
> src/jit/i386/core.jit: In function 'Parrot_le_n_n_ic_exec':
> src/jit/i386/core.jit:1031: error: 'DO' undeclared (first use in this 
> function)
> src/jit/i386/core.jit:1031: error: expected ';' before '{' token
> src/jit/i386/core.jit:1031: error: expected ';' before '{' token
> src/jit/i386/core.jit: In function 'Parrot_le_nc_n_ic_exec':
> src/jit/i386/core.jit:989: error: 'DO' undeclared (first use in this function)
> src/jit/i386/core.jit:989: error: expected ';' before '{' token
> src/jit/i386/core.jit:989: error: expected ';' before '{' token
> src/jit/i386/core.jit: In function 'Parrot_isle_i_n_n_exec':
> src/jit/i386/core.jit:1519: error: 'DO' undeclared (first use in this 
> function)
> src/jit/i386/core.jit:1519: error: expected ';' before '{' token
> src/jit/i386/core.jit:1519: error: expected ';' before '{' token
> src/jit/i386/core.jit: In function 'Parrot_isle_i_nc_n_exec':
> src/jit/i386/core.jit:1626: error: 'DO' undeclared (first use in this 
> function)
> src/jit/i386/core.jit:1626: error: expected ';' before '{' token
> src/jit/i386/core.jit:1626: error: expected ';' before '{' token
> src/jit/i386/core.jit: In function 'Parrot_islt_i_n_n_exec':
> src/jit/i386/core.jit:1519: error: 'DO' undeclared (first use in this 
> function)
> src/jit/i386/core.jit:1519: error: expected ';' before '{' token
> src/jit/i386/core.jit:1519: error: expected ';' before '{' token
> src/jit/i386/core.jit: In function 'Parrot_islt_i_nc_n_exec':
> src/jit/i386/core.jit:1626: error: 'DO' undeclared (first use in this 
> function)
> src/jit/i386/core.jit:1626: error: expected ';' before '{' token
> src/jit/i386/core.jit:1626: error: expected ';' before '{' token
> src/jit/i386/core.jit: In function 'Parrot_iseq_i_n_n_exec':
> src/jit/i386/core.jit:1519: error: 'DO' undeclared (first use in this 
> function)
> src/jit/i386/core.jit:1519: error: expected ';' before '{' token
> src/jit/i386/core.jit:1519: error: expected ';' before '{' token
> src/jit/i386/core.jit: In function 'Parrot_iseq_i_nc_n_exec':
> src/jit/i386/core.jit:1626: error: 'DO' undeclared (first use in this 
> function)
> src/jit/i386/core.jit:1626: error: expected ';' before '{' token
> src/jit/i386/core.jit:1626: error: expected ';' before '{' token
> src/jit/i386/core.jit: In function 'Parrot_isne_i_n_n_exec':
> src/jit/i386/core.jit:1519: error: 'DO' undeclared (first use in this 
> function)
> src/jit/i386/core.jit:1519: error: expected ';' before '{' token
> src/jit/i386/core.jit:1519: error: expected ';' before '{' token
> src/jit/i386/core.jit: In function 'Parrot_isne_i_nc_n_exec':
> src/jit/i386/core.jit:1626: error: 'DO' undeclared (first use in this 
> function)
> src/jit/i386/core.jit:1626: error: expected ';' before '{' token
> src/jit/i386/core.jit:1626: error: expected ';' before '{' token
> make: *** [src/exec_cpu.o] Error 1


-- 
Moritz Lenz
http://moritz.faui2k3.org/ |  http://perl-6.de/

Reply via email to