public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/47534] New: [regression] avr libgcc.S fails to build
@ 2011-01-29 19:53 joel at gcc dot gnu.org
  2011-02-07 20:06 ` [Bug bootstrap/47534] " denisc at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: joel at gcc dot gnu.org @ 2011-01-29 19:53 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [regression] avr libgcc.S fails to build
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: joel@gcc.gnu.org


4.6.0 20110129 (experimental) [trunk revision 169388]

/users/joel/test-gcc/b-gcc1-avr/./gcc/xgcc
-B/users/joel/test-gcc/b-gcc1-avr/./gcc/ -nostdinc
-B/users/joel/test-gcc/b-gcc1-avr/avr-rtems4.11/newlib/ -isystem
/users/joel/test-gcc/b-gcc1-avr/avr-rtems4.11/newlib/targ-include -isystem
/users/joel/test-gcc/gcc-svn/newlib/libc/include
-B/users/joel/test-gcc/install-svn/avr-rtems4.11/bin/
-B/users/joel/test-gcc/install-svn/avr-rtems4.11/lib/ -isystem
/users/joel/test-gcc/install-svn/avr-rtems4.11/include -isystem
/users/joel/test-gcc/install-svn/avr-rtems4.11/sys-include    -g -O2
-mmcu=avr25 -O2
-I/users/joel/test-gcc/gcc-svn/gcc/../newlib/libc/sys/rtems/include -g -O2
-DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem
./include  -DDF=SF -Dinhibit_libc -mcall-prologues -Os -g -DHAVE_GTHR_DEFAULT
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -Dinhibit_libc  -I.
-I. -I../../.././gcc -I/users/joel/test-gcc/gcc-svn/libgcc
-I/users/joel/test-gcc/gcc-svn/libgcc/.
-I/users/joel/test-gcc/gcc-svn/libgcc/../gcc
-I/users/joel/test-gcc/gcc-svn/libgcc/../include  -DHAVE_CC_TLS -DUSE_EMUTLS -o
_exit.o -MT _exit.o -MD -MP -MF _exit.dep -DL_exit -xassembler-with-cpp \
      -c /users/joel/test-gcc/gcc-svn/libgcc/../gcc/config/avr/libgcc.S
/users/joel/test-gcc/gcc-svn/libgcc/../gcc/config/avr/libgcc.S: Assembler
messages:
/users/joel/test-gcc/gcc-svn/libgcc/../gcc/config/avr/libgcc.S:655: Error:
operation combines symbols in different segments


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

* [Bug bootstrap/47534] [regression] avr libgcc.S fails to build
  2011-01-29 19:53 [Bug bootstrap/47534] New: [regression] avr libgcc.S fails to build joel at gcc dot gnu.org
@ 2011-02-07 20:06 ` denisc at gcc dot gnu.org
  2011-02-07 21:42 ` joel at gcc dot gnu.org
  2011-06-24 20:43 ` gjl at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: denisc at gcc dot gnu.org @ 2011-02-07 20:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from denisc at gcc dot gnu.org 2011-02-07 20:00:14 UTC ---
Author: denisc
Date: Mon Feb  7 20:00:08 2011
New Revision: 169896

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169896
Log:
     PR target/47534
    * config/avr/libgcc.S (exit): Move .endfunc


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/libgcc.S


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

* [Bug bootstrap/47534] [regression] avr libgcc.S fails to build
  2011-01-29 19:53 [Bug bootstrap/47534] New: [regression] avr libgcc.S fails to build joel at gcc dot gnu.org
  2011-02-07 20:06 ` [Bug bootstrap/47534] " denisc at gcc dot gnu.org
@ 2011-02-07 21:42 ` joel at gcc dot gnu.org
  2011-06-24 20:43 ` gjl at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: joel at gcc dot gnu.org @ 2011-02-07 21:42 UTC (permalink / raw)
  To: gcc-bugs

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

Joel Sherrill <joel at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Joel Sherrill <joel at gcc dot gnu.org> 2011-02-07 21:37:02 UTC ---
On 02/07/2011 02:27 PM, Denis Chertykov wrote:
> 2011/2/7 Joel Sherrill <joel.sherrill@oarcorp.com>:
>>
>> There are two targets which cannot build C -- avr and lm32:
>>
>> + avr - http://gcc.gnu.org/PR47534
>
> I have committed the fix r169896

Confirmed.  avr-rtems now compiles. 

Thanks.


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

* [Bug bootstrap/47534] [regression] avr libgcc.S fails to build
  2011-01-29 19:53 [Bug bootstrap/47534] New: [regression] avr libgcc.S fails to build joel at gcc dot gnu.org
  2011-02-07 20:06 ` [Bug bootstrap/47534] " denisc at gcc dot gnu.org
  2011-02-07 21:42 ` joel at gcc dot gnu.org
@ 2011-06-24 20:43 ` gjl at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: gjl at gcc dot gnu.org @ 2011-06-24 20:43 UTC (permalink / raw)
  To: gcc-bugs

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

Georg-Johann Lay <gjl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |j at uriah dot heep.sax.de

--- Comment #3 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2011-06-24 20:42:13 UTC ---
*** Bug 46426 has been marked as a duplicate of this bug. ***


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

end of thread, other threads:[~2011-06-24 20:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-29 19:53 [Bug bootstrap/47534] New: [regression] avr libgcc.S fails to build joel at gcc dot gnu.org
2011-02-07 20:06 ` [Bug bootstrap/47534] " denisc at gcc dot gnu.org
2011-02-07 21:42 ` joel at gcc dot gnu.org
2011-06-24 20:43 ` gjl 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).