public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/10057: symbol is non-aligned
@ 2003-05-20  7:56 Dara Hazeghi
  0 siblings, 0 replies; 7+ messages in thread
From: Dara Hazeghi @ 2003-05-20  7:56 UTC (permalink / raw)
  To: ebotcazou; +Cc: gcc-prs

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

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: Alexander Klimov <ask@wisdom.weizmann.ac.il>
Cc: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org
Subject: Re: bootstrap/10057: symbol is non-aligned
Date: Tue, 20 May 2003 00:49:13 -0700 (PDT)

 --- Alexander Klimov <ask@wisdom.weizmann.ac.il>
 wrote:
 > On Fri, 16 May 2003, Dara Hazeghi wrote:
 > > were you using GNU assembler for this build?
 > Thanks,
 > 
 > $ as --version
 > GNU assembler 2.13.2.1
 > [...]
 > This assembler was configured for a target of
 > `sparc-sun-solaris2.6'.
 
 The reason I ask is someone else has reported similar
 issues with the Sun assembler (10805). I guess this
 must be a gcc issue. Sorry not to be able to help
 more.
 
 Dara
 
 __________________________________
 Do you Yahoo!?
 The New Yahoo! Search - Faster. Easier. Bingo.
 http://search.yahoo.com


^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: bootstrap/10057: symbol is non-aligned
@ 2003-05-20 13:36 Eric Botcazou
  0 siblings, 0 replies; 7+ messages in thread
From: Eric Botcazou @ 2003-05-20 13:36 UTC (permalink / raw)
  To: ebotcazou; +Cc: gcc-prs

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

From: Eric Botcazou <ebotcazou@libertysurf.fr>
To: Alexander Klimov <ask@wisdom.weizmann.ac.il>
Cc: Dara Hazeghi <dhazeghi@yahoo.com>,
 <gcc-gnats@gcc.gnu.org>,
 <gcc-bugs@gcc.gnu.org>
Subject: Re: bootstrap/10057: symbol is non-aligned
Date: Tue, 20 May 2003 15:37:35 +0200

 > Any ideas what is wrong with my setup?
 
 Try maybe to not pass CFLAGS=-O2 when bootstrapping. The option is passed to 
 the bootstrap compiler (GCC 2.95.2 for you) and it may be risky to rely on 
 the optimizations of the bootstrap compiler.
 
 Use BOOT_CFLAGS instead.
 
 -- 
 Eric Botcazou


^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: bootstrap/10057: symbol is non-aligned
@ 2003-05-20 13:26 Alexander Klimov
  0 siblings, 0 replies; 7+ messages in thread
From: Alexander Klimov @ 2003-05-20 13:26 UTC (permalink / raw)
  To: ebotcazou; +Cc: gcc-prs

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

From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
To: Eric Botcazou <ebotcazou@libertysurf.fr>
Cc: Dara Hazeghi <dhazeghi@yahoo.com>, <gcc-gnats@gcc.gnu.org>,
        <gcc-bugs@gcc.gnu.org>
Subject: Re: bootstrap/10057: symbol is non-aligned
Date: Tue, 20 May 2003 16:18:53 +0300 (IDT)

 On Tue, 20 May 2003, Eric Botcazou wrote:
 > Yep, that's weird. For the record, I successfully bootstrapped on
 I still have the same error with 3.4 20030520
 
 > SunOS beeba 5.6 Generic_105181-31 sun4u sparc SUNW,Ultra-2
 SunOS iridium 5.6 Generic_105181-32 sun4u sparc SUNW,Ultra-5_10
 
 > cc: Sun WorkShop 6 update 2 C 5.3 Patch 111679-08 2002/05/09
 gcc 2.95.2
 
 > as: WorkShop Compilers 4.X dev 18 Sep 1996
 GNU assembler 2.13.2.1
 
 > ld: Software Generation Utilities - Solaris Link Editors: 5.6-1.274
 GNU ld version 2.13.2.1
 
 > with
 >
 > gmake 'LIBCXXFLAGS=-g -O2 -fno-implicit-templates' bootstrap
 ../gcc/configure --prefix=/usr/local/gcc34 --with-cpu=ultrasparc
 --enable-languages=c,c++ && make CFLAGS=-O2 'LIBCFLAGS=-g -O2'
 'LIBCXXFLAGS=-g -O2 -fno-implicit-templates' bootstrap
 
 > results
 >
 > beeba% gcc/xgcc -v
 > Using built-in specs.
 > Configured with: src/configure --prefix=/opt/TWWfsw/gcc34
 > --with-local-prefix=/opt/TWWfsw/gcc34 --with-cpu=ultrasparc
 > --enable-languages=c,c++ --enable-checking=misc,tree,rtlflag --disable-nls
 > Thread model: posix
 > gcc version 3.4 20030407 (experimental)
 
 Any ideas what is wrong with my setup?
 
 Regards,
 ASK
 


^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: bootstrap/10057: symbol is non-aligned
@ 2003-05-20 12:46 Eric Botcazou
  0 siblings, 0 replies; 7+ messages in thread
From: Eric Botcazou @ 2003-05-20 12:46 UTC (permalink / raw)
  To: ebotcazou; +Cc: gcc-prs

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

From: Eric Botcazou <ebotcazou@libertysurf.fr>
To: Dara Hazeghi <dhazeghi@yahoo.com>
Cc: Alexander Klimov <ask@wisdom.weizmann.ac.il>,
 gcc-gnats@gcc.gnu.org,
 gcc-bugs@gcc.gnu.org
Subject: Re: bootstrap/10057: symbol is non-aligned
Date: Tue, 20 May 2003 14:45:52 +0200

 > The reason I ask is someone else has reported similar
 > issues with the Sun assembler (10805). I guess this
 > must be a gcc issue. Sorry not to be able to help
 > more.
 
 Yep, that's weird. For the record, I successfully bootstrapped on
 
 SunOS beeba 5.6 Generic_105181-31 sun4u sparc SUNW,Ultra-2
 cc: Sun WorkShop 6 update 2 C 5.3 Patch 111679-08 2002/05/09
 as: WorkShop Compilers 4.X dev 18 Sep 1996
 ld: Software Generation Utilities - Solaris Link Editors: 5.6-1.274
 
 with
 
 gmake 'LIBCXXFLAGS=-g -O2 -fno-implicit-templates' bootstrap
 
 results
 
 beeba% gcc/xgcc -v
 Using built-in specs.
 Configured with: src/configure --prefix=/opt/TWWfsw/gcc34 
 --with-local-prefix=/opt/TWWfsw/gcc34 --with-cpu=ultrasparc 
 --enable-languages=c,c++ --enable-checking=misc,tree,rtlflag --disable-nls
 Thread model: posix
 gcc version 3.4 20030407 (experimental)
 
 -- 
 Eric Botcazou


^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: bootstrap/10057: symbol is non-aligned
@ 2003-05-19 12:56 Alexander Klimov
  0 siblings, 0 replies; 7+ messages in thread
From: Alexander Klimov @ 2003-05-19 12:56 UTC (permalink / raw)
  To: ebotcazou; +Cc: gcc-prs

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

From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
To: Dara Hazeghi <dhazeghi@yahoo.com>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: bootstrap/10057: symbol is non-aligned
Date: Mon, 19 May 2003 15:48:52 +0300 (IDT)

 On Fri, 16 May 2003, Dara Hazeghi wrote:
 > were you using GNU assembler for this build? Thanks,
 
 $ as --version
 GNU assembler 2.13.2.1
 [...]
 This assembler was configured for a target of `sparc-sun-solaris2.6'.
 
 Don't know what is the status of the bug, since I can't build the new cvs
 version of gcc due to some other bug (bootstrap/10859)
 
 Regards,
 ASK
 
 
 


^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: bootstrap/10057: symbol is non-aligned
@ 2003-05-17  1:16 Dara Hazeghi
  0 siblings, 0 replies; 7+ messages in thread
From: Dara Hazeghi @ 2003-05-17  1:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: ask@wisdom.weizmann.ac.il, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: bootstrap/10057: symbol is non-aligned
Date: Fri, 16 May 2003 18:07:45 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=10057
 
 Hello,
 
 were you using GNU assembler for this build? Thanks,
 
 Dara
 


^ permalink raw reply	[flat|nested] 7+ messages in thread
* bootstrap/10057: symbol is non-aligned
@ 2003-03-13  9:26 ask
  0 siblings, 0 replies; 7+ messages in thread
From: ask @ 2003-03-13  9:26 UTC (permalink / raw)
  To: gcc-gnats


>Number:         10057
>Category:       bootstrap
>Synopsis:       symbol is non-aligned
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Mar 13 09:26:01 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Klimov
>Release:        3.4 20030309
>Organization:
>Environment:
SunOS 5.6 Generic_105181-32 sun4u sparc SUNW,Ultra-5_1
GNU ld version 2.13.2.1
>Description:
../gcc/configure --prefix=/usr/local/gcc34 --with-cpu=ultrasparc --enable-languages=c,c++ && make CFLAGS=-O2 'LIBCFLAGS=-g -O2' 'LIBCXXFLAGS=-g -O2 -fno-implicit-templates' bootstrap && make install
[...]
/export/home2/ask/build/gcc-build/gcc/xgcc -shared-libgcc -B/export/home2/ask/build/gcc-build/gcc/ -nostdinc++  -L/export/home2/ask/build/gcc-build/sparc-sun-solaris2.6/libstdc++-v3/sr
c -L/export/home2/ask/build/gcc-build/sparc-sun-solaris2.6/libstdc++-v3/src/.libs -B/usr/local/gcc34/sparc-sun-solaris2.6/bin/ -B/usr/local/gcc34/sparc-sun-solaris2.6/lib/ -isystem /us
r/local/gcc34/sparc-sun-solaris2.6/include -isystem /usr/local/gcc34/sparc-sun-solaris2.6/sys-include -shared -nostdlib  /export/home2/ask/build/gcc-build/gcc/crti.o /usr/ccs/lib/value
s-Xa.o /export/home2/ask/build/gcc-build/gcc/crtbegin.o  .libs/codecvt.o .libs/complex_io.o .libs/concept-inst.o .libs/ctype.o .libs/demangle.o .libs/ext-inst.o .libs/fstream.o .libs/f
stream-inst.o .libs/functexcept.o .libs/globals.o .libs/io-inst.o .libs/ios.o .libs/istream-inst.o .libs/limits.o .libs/locale.o .libs/locale-inst.o .libs/localename.o .libs/misc-inst.
o .libs/ostream-inst.o .libs/sstream-inst.o .libs/stdexcept.o .libs/stl-inst.o .libs/streambuf-inst.o .libs/string-inst.o .libs/strstream.o .libs/valarray-inst.o .libs/wstring-inst.o .
libs/codecvt_members.o .libs/collate_members.o .libs/ctype_members.o .libs/messages_members.o .libs/monetary_members.o .libs/numeric_members.o .libs/time_members.o .libs/basic_file.o .
libs/c++locale.o .libs/libstdc++.lax/libmath.a/stubs.o .libs/libstdc++.lax/libmath.a/nan.o .libs/libstdc++.lax/libmath.a/copysignf.o .libs/libstdc++.lax/libmath.a/signbit.o .libs/libst
dc++.lax/libmath.a/signbitf.o  .libs/libstdc++.lax/libsupc++convenience.a/del_op.o .libs/libstdc++.lax/libsupc++convenience.a/del_opnt.o .libs/libstdc++.lax/libsupc++convenience.a/del_
opv.o .libs/libstdc++.lax/libsupc++convenience.a/del_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/eh_alloc.o .libs/libstdc++.lax/libsupc++convenience.a/eh_aux_runtime.o .libs/lib
stdc++.lax/libsupc++convenience.a/eh_catch.o .libs/libstdc++.lax/libsupc++convenience.a/eh_exception.o .libs/libstdc++.lax/libsupc++convenience.a/eh_globals.o .libs/libstdc++.lax/libsu
pc++convenience.a/eh_personality.o .libs/libstdc++.lax/libsupc++convenience.a/eh_term_handler.o .libs/libstdc++.lax/libsupc++convenience.a/eh_terminate.o .libs/libstdc++.lax/libsupc++c
onvenience.a/eh_throw.o .libs/libstdc++.lax/libsupc++convenience.a/eh_type.o .libs/libstdc++.lax/libsupc++convenience.a/eh_unex_handler.o .libs/libstdc++.lax/libsupc++convenience.a/gua
rd.o .libs/libstdc++.lax/libsupc++convenience.a/new_handler.o .libs/libstdc++.lax/libsupc++convenience.a/new_op.o .libs/libstdc++.lax/libsupc++convenience.a/new_opnt.o .libs/libstdc++.
lax/libsupc++convenience.a/new_opv.o .libs/libstdc++.lax/libsupc++convenience.a/new_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/pure.o .libs/libstdc++.lax/libsupc++convenience.a
/tinfo.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo2.o .libs/libstdc++.lax/libsupc++convenience.a/vec.o .libs/libstdc++.lax/libsupc++convenience.a/vterminate.o   -L/export/home2/
ask/build/gcc-build/sparc-sun-solaris2.6/libstdc++-v3/src -L/export/home2/ask/build/gcc-build/sparc-sun-solaris2.6/libstdc++-v3/src/.libs -lm ../libmath/.libs/libmath.a -lm ../libsupc+
+/.libs/libsupc++convenience.a -lm -L/export/home2/ask/build/gcc-build/gcc -L/usr/ccs/bin -L/usr/ccs/lib -lgcc_s -lgcc_s -lm -lgcc_s -lgcc_s   -lc /export/home2/ask/build/gcc-build/gcc
/crtend.o /export/home2/ask/build/gcc-build/gcc/crtn.o  -Wl,-h -Wl,libstdc++.so.6 -o .libs/libstdc++.so.6.0.0
ld: fatal: relocation error: R_SPARC_DISP32: file .libs/codecvt.o: symbol <unknown>: offset 0xed86e739 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file .libs/codecvt.o: symbol <unknown>: offset 0xed86e759 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file .libs/codecvt.o: symbol <unknown>: offset 0xed86e779 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file .libs/codecvt.o: symbol <unknown>: offset 0xed86e799 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file .libs/codecvt.o: symbol <unknown>: offset 0xed86e7b9 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file .libs/complex_io.o: symbol <unknown>: offset 0xed86e815 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file .libs/complex_io.o: symbol <unknown>: offset 0xed86e855 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file .libs/complex_io.o: symbol <unknown>: offset 0xed86e895 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file .libs/ctype.o: symbol <unknown>: offset 0xed86e8d1 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file .libs/ctype.o: symbol <unknown>: offset 0xed86e8f1 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file .libs/ctype.o: symbol <unknown>: offset 0xed86e911 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file .libs/demangle.o: symbol <unknown>: offset 0xed86e94d is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file .libs/demangle.o: symbol <unknown>: offset 0xed86e96d is non-aligned
[...]
ld: fatal: relocation error: R_SPARC_DISP32: file .libs/libstdc++.lax/libsupc++convenience.a/vterminate.o: symbol <unknown>: offset 0xed874ff5 is non-aligned
collect2: ld returned 1 exit status
make[4]: *** [libstdc++.la] Error 1
make[4]: Leaving directory `/export/home2/ask/build/gcc-build/sparc-sun-solaris2.6/libstdc++-v3/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/export/home2/ask/build/gcc-build/sparc-sun-solaris2.6/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory `/export/home2/ask/build/gcc-build/sparc-sun-solaris2.6/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/export/home2/ask/build/gcc-build'
make: *** [bootstrap] Error 2
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2003-05-20 13:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-20  7:56 bootstrap/10057: symbol is non-aligned Dara Hazeghi
  -- strict thread matches above, loose matches on Subject: below --
2003-05-20 13:36 Eric Botcazou
2003-05-20 13:26 Alexander Klimov
2003-05-20 12:46 Eric Botcazou
2003-05-19 12:56 Alexander Klimov
2003-05-17  1:16 Dara Hazeghi
2003-03-13  9:26 ask

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