bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/3145] taking address of bitfield


From: rep dot nop at aon dot at
Subject: [Bug binutils/3145] taking address of bitfield
Date: 29 Aug 2006 10:20:19 -0000

------- Additional Comments From rep dot nop at aon dot at  2006-08-29 10:20 
-------
Trying to compile the attached regex.i gives:

#
PATH=/root/src/buildroot/build_x86_64/staging_dir/bin:/root/src/buildroot/toolchain_build_x86_64/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/sbin:/usr/local/bn:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
x86_64-linux-uclibc-gcc -DHAVE_CONFIG_H -O2 -fPIC -ftree-loop-optimize
-ftree-vectorize -ftree-vect-loop-version -funroll-loops -freorder-blocks
-freorder-blocks-and-partition -mtune=nocona -march=nocona -msse -msse2 -msse3
-mfpmath=sse -fprefetch-loop-arrays -funswitch-loops
-fbranch-target-load-optimize -ftree-loop-linear -ftree-loop-im
-ftree-loop-ivcanon -fgcse-after-reload -fvariable-expansion-in-unroller
-fivopts  -I.
-I/root/src/buildroot/toolchain_build_x86_64/binutils-2.17.50.0.3/libiberty/../include
 -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat regex.i -v
-c -o regex.o
Using built-in specs.
Target: x86_64-linux-uclibc
Configured with: /root/src/buildroot/toolchain_build_x86_64/gcc-4.2.0/configure
--prefix=/root/src/buildroot/build_x86_64/staging_dir
--build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu
--target=x86_64-linux-uclibc --enable-languages=c,c++ --enable-shared
--disable-__cxa_atexit --enable-target-optspace --with-gnu-ld --disable-nls
--enable-threads --disable-multilib
Thread model: posix
gcc version 4.2.0 20060828 (experimental)
 
/root/src/buildroot/build_x86_64/staging_dir/libexec/gcc/x86_64-linux-uclibc/4.2.0/cc1
-fpreprocessed regex.i -quiet -dumpbase regex.i -mtune=nocona -march=nocona
-msse -msse2 -msse3 -mfpmath=sse -auxbase-strip regex.o -O2 -W -Wall -pedantic
-Wwrite-strings -Wstrict-prototypes -Wc++-compat -version -fPIC
-ftree-loop-optimize -ftree-vectorize -ftree-vect-loop-version -funroll-loops
-freorder-blocks -freorder-blocks-and-partition -fprefetch-loop-arrays
-funswitch-loops -fbranch-target-load-optimize -ftree-loop-linear -ftree-loop-im
-ftree-loop-ivcanon -fgcse-after-reload -fvariable-expansion-in-unroller
-fivopts -o /tmp/cc9V7CSe.s
GNU C version 4.2.0 20060828 (experimental) (x86_64-linux-uclibc)
        compiled by GNU C version 4.1.2 20060613 (prerelease) (Debian 4.1.1-5).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 7dbca204c110dec99203ab2b693d4e2f
/root/src/buildroot/toolchain_build_x86_64/binutils-2.17.50.0.3/libiberty/regex.c:
In function 'byte_re_match_2_internal':
/root/src/buildroot/toolchain_build_x86_64/binutils-2.17.50.0.3/libiberty/regex.c:5549:
error: cannot take address of bit-field 'match_null_string_p'
/root/src/buildroot/toolchain_build_x86_64/binutils-2.17.50.0.3/libiberty/regex.c:5549:
error: cannot take address of bit-field 'match_null_string_p'
/root/src/buildroot/toolchain_build_x86_64/binutils-2.17.50.0.3/libiberty/regex.c:5549:
error: cannot take address of bit-field 'match_null_string_p'



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3145

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]