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]
Other format: [Raw text]

Re: Tree-SSA failure on FreeBSD 4.8-STABLE


law@redhat.com writes:

> Can you recompile this file, adding the option "-save-temps" and send the
> resulting .i file?  That will make it a lot easier for us to fix this problem.

Attachment: socket-mf-hooks.i
Description: Binary data

> Similarly for the stat64-hook failure.

Attachment: stat64-mf-hooks.i
Description: Binary data


I also tried undeffing WRAP_stat64 and got a similar failures for:

/stuff/gcc.obj/gcc/xgcc -B/stuff/gcc.obj/gcc/ -B/stuff/gcc.install/i386-unknown-freebsd4.8/bin/ -B/stuff/gcc.install/i386-unknown-freebsd4.8/lib/ -isystem /stuff/gcc.install/i386-unknown-freebsd4.8/include -isystem /stuff/gcc.install/i386-unknown-freebsd4.8/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc/libmudflap -I. -O2 -g -O2 -Wall -O2 -g -O2 -DWRAP_fseeko64 -c ../../../gcc/libmudflap/mf-hooks.c  -fPIC -DPIC -save-temps -o .libs/fseeko64-hook.o
../../../gcc/libmudflap/mf-hooks.c:1634: error: parse error before "off64_t"
../../../gcc/libmudflap/mf-hooks.c: In function `__mfwrap_fseeko64':
../../../gcc/libmudflap/mf-hooks.c:1637: error: `stream' undeclared (first use in this function)
../../../gcc/libmudflap/mf-hooks.c:1637: error: (Each undeclared identifier is reported only once
../../../gcc/libmudflap/mf-hooks.c:1637: error: for each function it appears in.)
../../../gcc/libmudflap/mf-hooks.c:1639: warning: implicit declaration of function `fseeko64'
../../../gcc/libmudflap/mf-hooks.c:1639: error: `offset' undeclared (first use in this function)
../../../gcc/libmudflap/mf-hooks.c:1639: error: `whence' undeclared (first use in this function)

Attachment: fseeko64-mf-hooks.i
Description: Binary data


By doing som further undeffing i caught the following ones as well:

/stuff/gcc.obj/gcc/xgcc -B/stuff/gcc.obj/gcc/ -B/stuff/gcc.install/i386-unknown-freebsd4.8/bin/ -B/stuff/gcc.install/i386-unknown-freebsd4.8/lib/ -isystem /stuff/gcc.install/i386-unknown-freebsd4.8/include -isystem /stuff/gcc.install/i386-unknown-freebsd4.8/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc/libmudflap -I. -O2 -g -O2 -Wall -O2 -g -O2 -DWRAP_ftello64 -c ../../../gcc/libmudflap/mf-hooks.c  -fPIC -save-temps -DPIC -o .libs/ftello64-hook.o
../../../gcc/libmudflap/mf-hooks.c:1655: error: parse error before "__mfwrap_ftello64"
../../../gcc/libmudflap/mf-hooks.c:1656: warning: return type defaults to `int'
../../../gcc/libmudflap/mf-hooks.c: In function `__mfwrap_ftello64':
../../../gcc/libmudflap/mf-hooks.c:1660: warning: implicit declaration of function `ftello64'

Attachment: ftello64-mf-hooks.i
Description: Binary data


/stuff/gcc.obj/gcc/xgcc -B/stuff/gcc.obj/gcc/ -B/stuff/gcc.install/i386-unknown-freebsd4.8/bin/ -B/stuff/gcc.install/i386-unknown-freebsd4.8/lib/ -isystem /stuff/gcc.install/i386-unknown-freebsd4.8/include -isystem /stuff/gcc.install/i386-unknown-freebsd4.8/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc/libmudflap -I. -O2 -g -O2 -Wall -O2 -g -O2 -DWRAP_semctl -c ../../../gcc/libmudflap/mf-hooks.c  -fPIC -DPIC -o .libs/semctl-hook.o
../../../gcc/libmudflap/mf-hooks.c:2297: error: redefinition of `union semun'

Attachment: semctl-mf-hooks.i
Description: Binary data




Best regards,
Linus

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