This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/25456] New: error: 'struct equiv_info' has no member named 'x_start'
- From: "berndtrog at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Dec 2005 18:33:00 -0000
- Subject: [Bug target/25456] New: error: 'struct equiv_info' has no member named 'x_start'
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Hello,
building an avr cross compiler from trunk fails with:
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wn
o-variadic-macros -Wold-style-definition -Wmissing-format-attribute -fno-common
-DHAVE_CONFIG_H -I. -I. -I/tmp/trunk/gcc
-I/tmp/trunk/gcc/. -I/tmp/trunk/gcc/../include
-I/tmp/trunk/gcc/../libcpp/include -I/tmp/trunk/gcc/../libdecnumber
/tmp/trunk/gcc/struct-equiv.c -o struct-equiv.o
/tmp/trunk/gcc/struct-equiv.c: In function 'struct_equiv_improve_checkpoint':
/tmp/trunk/gcc/struct-equiv.c:252: error: 'struct equiv_info' has no member
named 'x_start'
/tmp/trunk/gcc/struct-equiv.c:252: error: 'struct equiv_info' has no member
named 'x_start'
make[2]: *** [struct-equiv.o] Error 1
I'm not sure if this is avr related.
--
Summary: error: 'struct equiv_info' has no member named 'x_start'
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: berndtrog at yahoo dot com
GCC host triplet: i686-gnu-linux
GCC target triplet: avr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25456