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: Cannot build libmudflap


Hi -


> I did a bootstrap (tree-ssa-branch, CVS this morning) and all stages
> build fine. But libmudflap doesn't... [...]
> 
> /home/steven/devel/gcc/objdir/gcc/xgcc
> -B/home/steven/devel/gcc/objdir/gcc/
> -B/opt/experimental/i586-pc-linux-gnu/bin/
> -B/opt/experimental/i586-pc-linux-gnu/lib/ -isystem
> /opt/experimental/i586-pc-linux-gnu/include -DHAVE_CONFIG_H -I.
> -I../../../gcc/libmudflap -I. -O2 -g -O2 -DWRAP_memset -c
> ../../../gcc/libmudflap/mf-hooks.c  -fPIC -DPIC -o .libs/memset-hook.o
> ../../../gcc/libmudflap/mf-hooks.c:316: error: parse error before "__extension__"
> ../../../gcc/libmudflap/mf-hooks.c:316: error: parse error before "__uint8_t"
> ../../../gcc/libmudflap/mf-hooks.c:316: warning: data definition has no type or storage class
> [...]

This appears to come from the inline/macro expansion of memset, on some
gcc/glibc combinations.  I'll commit some code to disable this within
libmudflap.


- FChE

Attachment: msg00078/pgp00000.pgp
Description: PGP signature


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