public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/46548] New: Build arm gcc failure after patch 165463
@ 2010-11-18 23:37 carrot at google dot com
  2010-11-18 23:53 ` [Bug target/46548] " froydnj at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: carrot at google dot com @ 2010-11-18 23:37 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: Build arm gcc failure after patch 165463
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: carrot@google.com
                CC: froydnj@codesourcery.com


When I build arm gcc from the trunk source, I got a compile error. It is caused
by patch r165463. I can build arm gcc successfully when sync to revision
165462.

My configuration:

../trunk2/configure '--build=x86_64-build_pc-linux-gnu'
'--host=x86_64-build_pc-linux-gnu' '--target=arm-unknown-linux-gnueabi'
'--with-sysroot=/home/carrot/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sys-root'
'--disable-multilib' '--with-float=soft' '--disable-sjlj-exceptions'
'--enable-__cxa_atexit' '--disable-nls' '--enable-threads=posix'
'--enable-symvers=gnu' '--enable-c99' '--enable-long-long'
'--enable-target-optspace' '--disable-bootstrap'
'build_alias=x86_64-build_pc-linux-gnu' 'host_alias=x86_64-build_pc-linux-gnu'
'target_alias=arm-unknown-linux-gnueabi' '--enable-languages=c,c++'


The error message is:

/usr/local/google/home/carrot/armobj3/./gcc/xgcc
-B/usr/local/google/home/carrot/armobj3/./gcc/
-B/usr/local/arm-unknown-linux-gnueabi/bin/
-B/usr/local/arm-unknown-linux-gnueabi/lib/ -isystem
/usr/local/arm-unknown-linux-gnueabi/include -isystem
/usr/local/arm-unknown-linux-gnueabi/sys-include    -g -Os -O2 -g -Os -DIN_GCC
-DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem
./include  -I. -I. -I../../trunk2/gcc -I../../trunk2/gcc/.
-I../../trunk2/gcc/../include -I../../trunk2/gcc/../libcpp/include
-I/usr/local/google/home/carrot/armobj3/./gmp
-I/usr/local/google/home/carrot/trunk2/gmp
-I/usr/local/google/home/carrot/armobj3/./mpfr
-I/usr/local/google/home/carrot/trunk2/mpfr
-I/usr/local/google/home/carrot/trunk2/mpc/src 
-I../../trunk2/gcc/../libdecnumber -I../../trunk2/gcc/../libdecnumber/dpd
-I../libdecnumber    -g0 -finhibit-size-directive -fno-inline -fno-exceptions
-fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize
-fno-stack-protector  -I. -I. -I../.././gcc -I../../../trunk2/libgcc
-I../../../trunk2/libgcc/. -I../../../trunk2/libgcc/../gcc
-I../../../trunk2/libgcc/../include  -o crtbegin.o -MT crtbegin.o -MD -MP -MF
crtbegin.dep  \
      -c ../../../trunk2/libgcc/../gcc/crtstuff.c -DCRT_BEGIN
../../../trunk2/libgcc/../gcc/crtstuff.c: In function '__do_global_dtors_aux':
../../../trunk2/libgcc/../gcc/crtstuff.c:308:26: error: '__DTOR_LIST__'
undeclared (first use in this function)
../../../trunk2/libgcc/../gcc/crtstuff.c:308:26: note: each undeclared
identifier is reported only once for each function it appears in
make[2]: *** [crtbegin.o] Error 1
make[2]: Leaving directory
`/usr/local/google/home/carrot/armobj3/arm-unknown-linux-gnueabi/libgcc'
make[1]: *** [all-target-libgcc] Error 2
make[1]: Leaving directory `/usr/local/google/home/carrot/armobj3'
make: *** [all] Error 2


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

* [Bug target/46548] Build arm gcc failure after patch 165463
  2010-11-18 23:37 [Bug target/46548] New: Build arm gcc failure after patch 165463 carrot at google dot com
@ 2010-11-18 23:53 ` froydnj at gcc dot gnu.org
  2010-11-21  7:33 ` irar at il dot ibm.com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: froydnj at gcc dot gnu.org @ 2010-11-18 23:53 UTC (permalink / raw)
  To: gcc-bugs

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

Nathan Froyd <froydnj at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |froydnj at gcc dot gnu.org,
                   |                            |pbrook at gcc dot gnu.org

--- Comment #1 from Nathan Froyd <froydnj at gcc dot gnu.org> 2010-11-18 23:49:26 UTC ---
Paul had mentioned that he saw similar failures and was working on a better
patch.  Paul, did you ever get things into a workable state?


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

* [Bug target/46548] Build arm gcc failure after patch 165463
  2010-11-18 23:37 [Bug target/46548] New: Build arm gcc failure after patch 165463 carrot at google dot com
  2010-11-18 23:53 ` [Bug target/46548] " froydnj at gcc dot gnu.org
@ 2010-11-21  7:33 ` irar at il dot ibm.com
  2010-11-25 12:56 ` pbrook at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: irar at il dot ibm.com @ 2010-11-21  7:33 UTC (permalink / raw)
  To: gcc-bugs

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

Ira Rosen <irar at il dot ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |irar at il dot ibm.com

--- Comment #2 from Ira Rosen <irar at il dot ibm.com> 2010-11-21 06:56:23 UTC ---
Looks similar to PR 46040.


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

* [Bug target/46548] Build arm gcc failure after patch 165463
  2010-11-18 23:37 [Bug target/46548] New: Build arm gcc failure after patch 165463 carrot at google dot com
  2010-11-18 23:53 ` [Bug target/46548] " froydnj at gcc dot gnu.org
  2010-11-21  7:33 ` irar at il dot ibm.com
@ 2010-11-25 12:56 ` pbrook at gcc dot gnu.org
  2011-04-05 16:31 ` ramana at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pbrook at gcc dot gnu.org @ 2010-11-25 12:56 UTC (permalink / raw)
  To: gcc-bugs

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

Paul Brook <pbrook at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2010.11.25 12:22:36
     Ever Confirmed|0                           |1

--- Comment #3 from Paul Brook <pbrook at gcc dot gnu.org> 2010-11-25 12:22:36 UTC ---
Yes, I have a fix for this.  Hope to be submitting it soon (currently resolving
issues with copyright assignments).


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

* [Bug target/46548] Build arm gcc failure after patch 165463
  2010-11-18 23:37 [Bug target/46548] New: Build arm gcc failure after patch 165463 carrot at google dot com
                   ` (2 preceding siblings ...)
  2010-11-25 12:56 ` pbrook at gcc dot gnu.org
@ 2011-04-05 16:31 ` ramana at gcc dot gnu.org
  2011-04-05 16:33 ` froydnj at gcc dot gnu.org
  2011-04-05 16:37 ` ramana at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: ramana at gcc dot gnu.org @ 2011-04-05 16:31 UTC (permalink / raw)
  To: gcc-bugs

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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ramana at gcc dot gnu.org

--- Comment #4 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2011-04-05 16:30:33 UTC ---
Is this now fixed ?


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

* [Bug target/46548] Build arm gcc failure after patch 165463
  2010-11-18 23:37 [Bug target/46548] New: Build arm gcc failure after patch 165463 carrot at google dot com
                   ` (3 preceding siblings ...)
  2011-04-05 16:31 ` ramana at gcc dot gnu.org
@ 2011-04-05 16:33 ` froydnj at gcc dot gnu.org
  2011-04-05 16:37 ` ramana at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: froydnj at gcc dot gnu.org @ 2011-04-05 16:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Nathan Froyd <froydnj at gcc dot gnu.org> 2011-04-05 16:33:00 UTC ---
I believe this was fixed by the fix for PR 46040.


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

* [Bug target/46548] Build arm gcc failure after patch 165463
  2010-11-18 23:37 [Bug target/46548] New: Build arm gcc failure after patch 165463 carrot at google dot com
                   ` (4 preceding siblings ...)
  2011-04-05 16:33 ` froydnj at gcc dot gnu.org
@ 2011-04-05 16:37 ` ramana at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: ramana at gcc dot gnu.org @ 2011-04-05 16:37 UTC (permalink / raw)
  To: gcc-bugs

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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #6 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2011-04-05 16:36:31 UTC ---
It probably is a dup of PR46040 I think . Ah I remember now. 

Ramana

*** This bug has been marked as a duplicate of bug 46040 ***


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

end of thread, other threads:[~2011-04-05 16:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-18 23:37 [Bug target/46548] New: Build arm gcc failure after patch 165463 carrot at google dot com
2010-11-18 23:53 ` [Bug target/46548] " froydnj at gcc dot gnu.org
2010-11-21  7:33 ` irar at il dot ibm.com
2010-11-25 12:56 ` pbrook at gcc dot gnu.org
2011-04-05 16:31 ` ramana at gcc dot gnu.org
2011-04-05 16:33 ` froydnj at gcc dot gnu.org
2011-04-05 16:37 ` ramana at gcc dot gnu.org

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