public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c/914
@ 2001-05-29 17:56 Craig Metz
  0 siblings, 0 replies; 4+ messages in thread
From: Craig Metz @ 2001-05-29 17:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c/914; it has been noted by GNATS.

From: Craig Metz <cmetz@inner.net>
To: jsm28@gcc.gnu.org
Cc: gcc-gnats@gcc.gnu.org, jsm28@cam.ac.uk
Subject: Re: c/914 
Date: Tue, 29 May 2001 16:53:14 -0400

 In message <20010528114046.24428.qmail@sourceware.cygnus.com>, you write:
 >Synopsis: libgcc2 compile causes internal error for mips-wrs-vxworks
 >
 >State-Changed-From-To: open->feedback
 >State-Changed-By: jsm28
 >State-Changed-When: Mon May 28 04:40:45 2001
 >State-Changed-Why:
 >    Does this problem still occur with current 3.0 branch CVS?
 >
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=914&database=gcc
 
   First, I get:
 
 /usr/src/cvs/gcc-3.0/gcc/gcc/xgcc -B/usr/src/cvs/gcc-3.0/gcc/gcc/ -B/usr/local/mips-wrs-vxworks/mips-wrs-vxworks/bin/ -B/usr/local/mips-wrs-vxworks/mips-wrs-vxworks/lib/ -isystem /usr/local/mips-wrs-vxworks/mips-wrs-vxworks/include -O2  -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -G 0 -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I. -I./. -I./config -I./../include  -DL_fixunsdfsi -c ./libgcc2.c -o  libgcc/./_fixunsdfsi.o
 In file included from /usr/local/mips-wrs-vxworks/mips-wrs-vxworks/include/types/vxArch.h:71,
                  from /usr/local/mips-wrs-vxworks/mips-wrs-vxworks/include/types/vxANSI.h:45,
                  from /usr/local/mips-wrs-vxworks/mips-wrs-vxworks/include/limits.h:24,
                  from /usr/src/cvs/gcc-3.0/gcc/gcc/include/limits.h:130,
                  from /usr/src/cvs/gcc-3.0/gcc/gcc/include/syslimits.h:7,
                  from /usr/src/cvs/gcc-3.0/gcc/gcc/include/limits.h:11,
                  from libgcc2.c:1166:
 /usr/src/cvs/gcc-3.0/gcc/gcc/include/arch/mips/archMips.h:42:19: r4000.h: No such file or directory
 make[2]: *** [libgcc/./_fixunsdfsi.o] Error 1
 make[2]: Leaving directory `/home/src/cvs/gcc-3.0/gcc/gcc'
 make[1]: *** [stmp-multilib] Error 2
 make[1]: Leaving directory `/home/src/cvs/gcc-3.0/gcc/gcc'
 make: *** [all-gcc] Error 2
 
   Dropping r400.h into the gcc build tree where fixincludes seems to have put
 archMips allows me to continue. Then, I get:
 
 /usr/src/cvs/gcc-3.0/gcc/gcc/xgcc -B/usr/src/cvs/gcc-3.0/gcc/gcc/ -B/usr/local/mips-wrs-vxworks/mips-wrs-vxwo
 rks/mips-wrs-vxworks/lib/ -isystem /usr/local/mips-wrs-vxworks/mips-wrs-vxworks/include -O2  -DCROSS_COMPILE 
 s -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -G 0 -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__
  -I. -I. -I. -I./. -I./config -I./../include -fexceptions -c ./unwind-dw2.c -o libgcc/./unwind-dw2.o
 In file included from unwind-dw2.c:25:
 unwind-pe.h: In function `size_of_encoded_value':
 unwind-pe.h:68: warning: implicit declaration of function `abort'
 In file included from gthr-default.h:1,
                  from gthr.h:98,
                  from unwind-dw2.c:27:
 gthr-vxworks.h: In function `__gthread_once':
 gthr-vxworks.h:217: warning: unused parameter `once'
 gthr-vxworks.h: In function `__ehdtor':
 gthr-vxworks.h:232: warning: implicit declaration of function `taskVarGet'
 gthr-vxworks.h:237: warning: implicit declaration of function `taskVarSet'
 gthr-vxworks.h: In function `__gthread_key_create':
 gthr-vxworks.h:251: warning: implicit declaration of function `taskVarInit'
 gthr-vxworks.h:256: warning: implicit declaration of function `taskDeleteHookAdd'
 gthr-vxworks.h:244: warning: unused parameter `dtor'
 unwind-dw2.c: In function `extract_cie_info':
 unwind-dw2.c:219: warning: implicit declaration of function `strlen'
 unwind-dw2.c: In function `execute_stack_op':
 unwind-dw2.c:300: warning: `result' might be used uninitialized in this function
 unwind-dw2.c: In function `execute_cfa_program':
 unwind-dw2.c:775: warning: implicit declaration of function `alloca'
 unwind-dw2.c: In function `uw_frame_state_for':
 unwind-dw2.c:886: warning: implicit declaration of function `memset'
 unwind-dw2.c: In function `uw_install_context_1':
 unwind-dw2.c:1103: warning: implicit declaration of function `memcpy'
 unwind-dw2.c: At top level:
 unwind-dw2.c:1123: Internal error: Segmentation fault
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.
 make[2]: *** [libgcc/./unwind-dw2.o] Error 1
 make[2]: Leaving directory `/home/src/cvs/gcc-3.0/gcc/gcc'
 make[1]: *** [stmp-multilib] Error 2
 make[1]: Leaving directory `/home/src/cvs/gcc-3.0/gcc/gcc'
 make: *** [all-gcc] Error 2
 
   So it looks like things are not good. This is a checkout of a few minutes ago
 along the 3.0 branch.
 
                                                                         -Craig


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: c/914
@ 2001-05-29 18:16 jsm28
  0 siblings, 0 replies; 4+ messages in thread
From: jsm28 @ 2001-05-29 18:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c/914; it has been noted by GNATS.

From: jsm28@gcc.gnu.org
To: cmetz@inner.net, gcc-gnats@gcc.gnu.org, jsm28@cam.ac.uk,
  nobody@gcc.gnu.org
Cc:  
Subject: Re: c/914
Date: 30 May 2001 01:12:35 -0000

 Synopsis: libgcc2 compile causes internal error for mips-wrs-vxworks
 
 State-Changed-From-To: feedback->analyzed
 State-Changed-By: jsm28
 State-Changed-When: Tue May 29 18:12:35 2001
 State-Changed-Why:
     Submitter reports problem still present.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=914&database=gcc


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: c/914
@ 2001-05-29 18:06 Craig Metz
  0 siblings, 0 replies; 4+ messages in thread
From: Craig Metz @ 2001-05-29 18:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c/914; it has been noted by GNATS.

From: Craig Metz <cmetz@inner.net>
To: jsm28@gcc.gnu.org
Cc: gcc-gnats@gcc.gnu.org, jsm28@cam.ac.uk
Subject: Re: c/914 
Date: Tue, 29 May 2001 17:03:26 -0400

 In message <20010528114046.24428.qmail@sourceware.cygnus.com>, you write:
 >Synopsis: libgcc2 compile causes internal error for mips-wrs-vxworks
 >
 >State-Changed-From-To: open->feedback
 >State-Changed-By: jsm28
 >State-Changed-When: Mon May 28 04:40:45 2001
 >State-Changed-Why:
 >    Does this problem still occur with current 3.0 branch CVS?
 >
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=914&database=gcc
 
   FYI, unwind-dw2-fde.o and unwind-sjlj.o give the same error, and all three
 also give the same error in the various {soft-float, single, el, mips3}
 variations.
 
                                                                         -Craig
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: c/914
@ 2001-05-28  4:46 jsm28
  0 siblings, 0 replies; 4+ messages in thread
From: jsm28 @ 2001-05-28  4:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c/914; it has been noted by GNATS.

From: jsm28@gcc.gnu.org
To: cmetz@inner.net, gcc-gnats@gcc.gnu.org, jsm28@cam.ac.uk,
  nobody@gcc.gnu.org
Cc:  
Subject: Re: c/914
Date: 28 May 2001 11:40:46 -0000

 Synopsis: libgcc2 compile causes internal error for mips-wrs-vxworks
 
 State-Changed-From-To: open->feedback
 State-Changed-By: jsm28
 State-Changed-When: Mon May 28 04:40:45 2001
 State-Changed-Why:
     Does this problem still occur with current 3.0 branch CVS?
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=914&database=gcc


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-05-29 18:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-29 17:56 c/914 Craig Metz
  -- strict thread matches above, loose matches on Subject: below --
2001-05-29 18:16 c/914 jsm28
2001-05-29 18:06 c/914 Craig Metz
2001-05-28  4:46 c/914 jsm28

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).