This is the mail archive of the gcc-bugs@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]

[Bug c/14134] New: structure member not defined


when making gcc gives this error

config/ia64/unwind-ia64.c: In function `push':
config/ia64/unwind-ia64.c:366: warning: implicit declaration of function `memcpy'
config/ia64/unwind-ia64.c: In function `uw_frame_state_for':
config/ia64/unwind-ia64.c:1686: warning: implicit declaration of function `memset'
config/ia64/unwind-ia64.c:1699: error: structure has no member named `sc_gr'
config/ia64/unwind-ia64.c:1699: error: structure has no member named `sc_gr'
config/ia64/unwind-ia64.c:1699: error: structure has no member named `sc_gr'
config/ia64/unwind-ia64.c:1699: error: structure has no member named `sc_ar_pfs'
config/ia64/unwind-ia64.c:1699: error: structure has no member named `sc_ar_lc'
config/ia64/unwind-ia64.c:1699: error: structure has no member named `sc_ar_unat'
config/ia64/unwind-ia64.c:1699: error: structure has no member named `sc_br'
config/ia64/unwind-ia64.c:1699: error: structure has no member named `sc_ar_bsp'
config/ia64/unwind-ia64.c:1699: error: structure has no member named `sc_pr'
config/ia64/unwind-ia64.c:1699: error: structure has no member named `sc_gr'
config/ia64/unwind-ia64.c:1699: error: structure has no member named `sc_gr'
config/ia64/unwind-ia64.c:1699: error: structure has no member named `sc_cfm'
config/ia64/unwind-ia64.c:1699: error: structure has no member named `sc_ar_bsp'
config/ia64/unwind-ia64.c:1699: error: structure has no member named `sc_ip'
unwind.h: In function `_Unwind_GetTextRelBase':
unwind.h:208: warning: unused parameter `_C'
make[2]: *** [libgcc/./unwind-ia64.o] Error 1
make[1]: *** [libgcc.a] Error 2
make: *** [all-gcc] Error 2



the command that triggered this was:

if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/home/ricardo/foo/build-gcc/gcc-3.3.2/gcc/xgcc
-B/home/ricardo/foo/build-gcc/gcc-3.3.2/gcc/
-B/usr/local/gccia64/ia64-linux-gnu/bin/
-B/usr/local/gccia64/ia64-linux-gnu/lib/ -isystem
/usr/local/gccia64/ia64-linux-gnu/include -O2  -DIN_GCC -DCROSS_COMPILE   -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
-Dinhibit_libc -I. -I. -I. -I./. -I./config -I./../include -fexceptions -c
./config/ia64/unwind-ia64.c -o libgcc/./unwind-ia64.o

-- 
           Summary: structure member not defined
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rgarcia at basipesa dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ./configure --target="ia64-linux" --
                    prefix=/usr/local/gcc64  --w
  GCC host triplet: /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/specs
                    Configured
GCC target triplet: ia64 linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14134


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