public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* What to include in a bugreport related to boostrapping?
@ 2002-05-31 21:20 Alexander Klein
  2002-05-31 22:00 ` CM
       [not found] ` <200205312325.QAA26435@atrus.synopsys.com>
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Klein @ 2002-05-31 21:20 UTC (permalink / raw)
  To: gcc

Hi,

When trying to build GCC with versions >=3, they will always explode sooner
or later, depending on the exact version. 3.1, for example, goes through
the boostrapping process, but then dies generating illegal Assembler
instructions while compiling the libraries. Unfortunately, I'm a bit unsure
what I should include to make a useful bugreport.

Should I just report it in the usual way with the .i-file included?

Best regards,

	Alex


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

* RE: What to include in a bugreport related to boostrapping?
  2002-05-31 21:20 What to include in a bugreport related to boostrapping? Alexander Klein
@ 2002-05-31 22:00 ` CM
       [not found] ` <200205312325.QAA26435@atrus.synopsys.com>
  1 sibling, 0 replies; 3+ messages in thread
From: CM @ 2002-05-31 22:00 UTC (permalink / raw)
  To: 'Alexander Klein', gcc

Upgrade your binutils

-----Original Message-----
From: gcc-owner@gcc.gnu.org [mailto:gcc-owner@gcc.gnu.org] On Behalf Of
Alexander Klein
Sent: 31 May 2002 23:33
To: gcc@gcc.gnu.org
Subject: What to include in a bugreport related to boostrapping?

Hi,

When trying to build GCC with versions >=3, they will always explode
sooner
or later, depending on the exact version. 3.1, for example, goes through
the boostrapping process, but then dies generating illegal Assembler
instructions while compiling the libraries. Unfortunately, I'm a bit
unsure
what I should include to make a useful bugreport.

Should I just report it in the usual way with the .i-file included?

Best regards,

	Alex




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

* Problems bootstrapping on m68k-unknown-netbsd1.5.1 (Re: What toinclude in a bugreport related to boostrapping?)
       [not found] ` <200205312325.QAA26435@atrus.synopsys.com>
@ 2002-06-07 12:07   ` Alexander Klein
  0 siblings, 0 replies; 3+ messages in thread
From: Alexander Klein @ 2002-06-07 12:07 UTC (permalink / raw)
  To: gcc

Hi,

thank you for the answer.

At 1:25 Uhr +0200 01.06.2002, Joe Buck wrote:

>Before filing a bug report, tell us what platform you are using (OS and
>version), any special configure options you're using, and what error
>messages you're seeing.

I have three scenarios to offer, this mail deals only with problems on
m68k, the next one only with problems on ppc.

1. m68k-unknown-netbsd1.5.1 (with a.out kernel, if that's of any
importance) and binutils 2.12 (same problem with binutils 1.92.3):

configured with --program-suffix=-3.1 --with-cpu=m68040

Making all in libsupc++
rm -f cxa_demangle.c
ln -s /Dicke_Berta/export/gcc-3.1/libstdc++-v3/../libiberty/cp-demangle.c
cxa_demangle.c
/bin/sh ../libtool --tag CC --tag disable-shared  --mode=compile
/Dicke_Berta/import/usr/local/src/GCCBUILD/gcc/xgcc
-B/Dicke_Berta/import/usr/local/src/GCCBUILD/gcc/
-B/usr/local/m68k-unknown-netbsd1.5.1/bin/
-B/usr/local/m68k-unknown-netbsd1.5.1/lib/ -isystem
/usr/local/m68k-unknown-netbsd1.5.1/include
-I/Dicke_Berta/export/gcc-3.1/libstdc++-v3/../gcc
-I/Dicke_Berta/export/gcc-3.1/libstdc++-v3/../include
-I/Dicke_Berta/import/usr/local/src/GCCBUILD/m68k-unknown-netbsd1.5.1/libstdc++-
v3/include/m68k-unknown-netbsd1.5.1
-I/Dicke_Berta/import/usr/local/src/GCCBUILD/m68k-unknown-netbsd1.5.1/libstdc++-
v3/include -I/Dicke_Berta/export/gcc-3.1/libstdc++-v3/libsupc++    -g -O2
-fno-implicit-templates  -prefer-pic  -Wall -Wno-format -W -Wwrite-strings
-Winline  -fdiagnostics-show-location=once    -g -DIN_GLIBCPP_V3 -Wno-error
-c cxa_demangle.c
/Dicke_Berta/import/usr/local/src/GCCBUILD/gcc/xgcc
-B/Dicke_Berta/import/usr/local/src/GCCBUILD/gcc/
-B/usr/local/m68k-unknown-netbsd1.5.1/bin/
-B/usr/local/m68k-unknown-netbsd1.5.1/lib/ -isystem
/usr/local/m68k-unknown-netbsd1.5.1/include
-I/Dicke_Berta/export/gcc-3.1/libstdc++-v3/../gcc
-I/Dicke_Berta/export/gcc-3.1/libstdc++-v3/../include
-I/Dicke_Berta/import/usr/local/src/GCCBUILD/m68k-unknown-netbsd1.5.1/libstdc++-
v3/include/m68k-unknown-netbsd1.5.1
-I/Dicke_Berta/import/usr/local/src/GCCBUILD/m68k-unknown-netbsd1.5.1/libstdc++-
v3/include -I/Dicke_Berta/export/gcc-3.1/libstdc++-v3/libsupc++ -g -O2
-fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline
-fdiagnostics-show-location=once -g -DIN_GLIBCPP_V3 -Wno-error -c
cxa_demangle.c  -fPIC -DPIC -o cxa_demangle.o
cc1: warning: ignoring command line option '-fno-implicit-templates'
cc1: warning: (it is valid for C++ but not the selected language)
cxa_demangle.c: In function `string_list_new':
cxa_demangle.c:418: warning: implicit declaration of function `malloc'
cxa_demangle.c: In function `substitution_add':
cxa_demangle.c:589: warning: implicit declaration of function `realloc'
cxa_demangle.c: In function `template_arg_list_delete':
cxa_demangle.c:688: warning: implicit declaration of function `free'
cxa_demangle.c: In function `demangle_char':
cxa_demangle.c:975: warning: implicit declaration of function `strdup'
cxa_demangle.c:975: warning: assignment makes pointer from integer without
a cast
cxa_demangle.c: In function `demangle_number':
cxa_demangle.c:1397: warning: implicit declaration of function `strtol'
cxa_demangle.c: In function `demangle_identifier':
cxa_demangle.c:1481: warning: implicit declaration of function `strlen'
cxa_demangle.c:1484: warning: implicit declaration of function `strncmp'
cxa_demangle.c: In function `demangle_v3_with_details':
cxa_demangle.c:3877: warning: implicit declaration of function `abort'
/usr/include/stdio.h: At top level:
cxa_demangle.c:3866: warning: `demangle_v3_with_details' defined but not used
/var/tmp//ccgAKK2Q.s: Assembler messages:
/var/tmp//ccgAKK2Q.s:5059: Error: operands mismatch -- statement `jbsr
_demangle_type_ptr,a1' ignored
/var/tmp//ccgAKK2Q.s:5301: Error: operands mismatch -- statement `jbsr
_demangle_type_ptr,a1' ignored
/var/tmp//ccgAKK2Q.s:5335: Error: operands mismatch -- statement `jbsr
_demangle_type_ptr,a1' ignored
/var/tmp//ccgAKK2Q.s:5651: Error: operands mismatch -- statement `jbsr
_demangle_type,a1' ignored
/var/tmp//ccgAKK2Q.s:5711: Error: operands mismatch -- statement `jbsr
_demangle_type,a1' ignored
/var/tmp//ccgAKK2Q.s:5748: Error: operands mismatch -- statement `jbsr
_demangle_type,a1' ignored
/var/tmp//ccgAKK2Q.s:5899: Error: operands mismatch -- statement `jbsr
_demangle_type,a1' ignored
/var/tmp//ccgAKK2Q.s:7954: Error: operands mismatch -- statement `jbsr
_demangle_expression,a1' ignored
/var/tmp//ccgAKK2Q.s:8012: Error: operands mismatch -- statement `jbsr
_demangle_expression,a1' ignored
/var/tmp//ccgAKK2Q.s:8093: Error: operands mismatch -- statement `jbsr
_demangle_expression,a1' ignored
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.


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

end of thread, other threads:[~2002-06-07 18:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-31 21:20 What to include in a bugreport related to boostrapping? Alexander Klein
2002-05-31 22:00 ` CM
     [not found] ` <200205312325.QAA26435@atrus.synopsys.com>
2002-06-07 12:07   ` Problems bootstrapping on m68k-unknown-netbsd1.5.1 (Re: What toinclude in a bugreport related to boostrapping?) Alexander Klein

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).