Tree-SSA failure on FreeBSD 4.8-STABLE

Linus Sjöberg lsjoberg@aland.net
Mon Jun 30 20:07:00 GMT 2003


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.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: socket-mf-hooks.i
Type: application/octet-stream
Size: 28186 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20030630/76806cdf/attachment.obj>
-------------- next part --------------

> Similarly for the stat64-hook failure.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: stat64-mf-hooks.i
Type: application/octet-stream
Size: 39428 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20030630/76806cdf/attachment-0001.obj>
-------------- next part --------------


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)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: fseeko64-mf-hooks.i
Type: application/octet-stream
Size: 36630 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20030630/76806cdf/attachment-0002.obj>
-------------- next part --------------


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'

-------------- next part --------------
A non-text attachment was scrubbed...
Name: ftello64-mf-hooks.i
Type: application/octet-stream
Size: 36590 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20030630/76806cdf/attachment-0003.obj>
-------------- next part --------------


/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'

-------------- next part --------------
A non-text attachment was scrubbed...
Name: semctl-mf-hooks.i
Type: application/octet-stream
Size: 39977 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20030630/76806cdf/attachment-0004.obj>
-------------- next part --------------




Best regards,
Linus


More information about the Gcc mailing list