public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/43294]  New: Error: junk at end of line, first unrecognized character is `@'
@ 2010-03-08 19:03 schwab at linux-m68k dot org
  2010-03-08 19:15 ` [Bug target/43294] " jakub at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: schwab at linux-m68k dot org @ 2010-03-08 19:03 UTC (permalink / raw)
  To: gcc-bugs

if [ x"-fpic" != x ]; then \
          /home/andreas/src/gcc/m68k/./gcc/xgcc
-B/home/andreas/src/gcc/m68k/./gcc/ -B/usr/local/m68k-linux/m68k-linux/bin/
-B/usr/local/m68k-linux/m68k-linux/lib/ -isystem
/usr/local/m68k-linux/m68k-linux/include -isystem
/usr/local/m68k-linux/m68k-linux/sys-include    -c -DHAVE_CONFIG_H -O2 -g  -I.
-I../../../gcc/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat
-Wstrict-prototypes -pedantic  -fpic ../../../gcc/libiberty/make-temp-file.c -o
pic/make-temp-file.o; \
        else true; fi
/tmp/ccuqFiGf.s: Assembler messages:
/tmp/ccuqFiGf.s:542: Error: junk at end of line, first unrecognized character
is `@'
make[1]: *** [make-temp-file.o] Error 1
make[1]: Leaving directory `/home/andreas/src/gcc/m68k/m68k-linux/libiberty'
make: *** [all-target-libiberty] Error 2


        .section        .debug_loc,"",@progbits
.Ldebug_loc0:
[...]
        .long   .LC1@GOT.w


-- 
           Summary: Error: junk at end of line, first unrecognized character
                    is `@'
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: build, assemble-failure
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schwab at linux-m68k dot org
GCC target triplet: m68k-*-*


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


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

* [Bug target/43294] Error: junk at end of line, first unrecognized character is `@'
  2010-03-08 19:03 [Bug target/43294] New: Error: junk at end of line, first unrecognized character is `@' schwab at linux-m68k dot org
@ 2010-03-08 19:15 ` jakub at gcc dot gnu dot org
  2010-03-09 12:40 ` [Bug target/43294] [4.5 Regression] " rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-03-08 19:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jakub at gcc dot gnu dot org  2010-03-08 19:15 -------
m68k probably needs a delegitimize_address target hook that will transform some
UNSPEC (or expression involving UNSPEC) back to what debuginfo can contain.
See i386, rs6000, s390 etc. hooks.


-- 


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


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

* [Bug target/43294] [4.5 Regression] Error: junk at end of line, first unrecognized character is `@'
  2010-03-08 19:03 [Bug target/43294] New: Error: junk at end of line, first unrecognized character is `@' schwab at linux-m68k dot org
  2010-03-08 19:15 ` [Bug target/43294] " jakub at gcc dot gnu dot org
@ 2010-03-09 12:40 ` rguenth at gcc dot gnu dot org
  2010-03-09 21:58 ` schwab at gcc dot gnu dot org
  2010-03-09 21:59 ` schwab at linux-m68k dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-03-09 12:40 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Error: junk at end of line, |[4.5 Regression] Error: junk
                   |first unrecognized character|at end of line, first
                   |is `@'                      |unrecognized character is
                   |                            |`@'
   Target Milestone|---                         |4.5.0


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


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

* [Bug target/43294] [4.5 Regression] Error: junk at end of line, first unrecognized character is `@'
  2010-03-08 19:03 [Bug target/43294] New: Error: junk at end of line, first unrecognized character is `@' schwab at linux-m68k dot org
  2010-03-08 19:15 ` [Bug target/43294] " jakub at gcc dot gnu dot org
  2010-03-09 12:40 ` [Bug target/43294] [4.5 Regression] " rguenth at gcc dot gnu dot org
@ 2010-03-09 21:58 ` schwab at gcc dot gnu dot org
  2010-03-09 21:59 ` schwab at linux-m68k dot org
  3 siblings, 0 replies; 5+ messages in thread
From: schwab at gcc dot gnu dot org @ 2010-03-09 21:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from schwab at gcc dot gnu dot org  2010-03-09 21:57 -------
Subject: Bug 43294

Author: schwab
Date: Tue Mar  9 21:57:36 2010
New Revision: 157328

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157328
Log:
PR target/43294
* config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
(m68k_delegitimize_address): New function.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/m68k/m68k.c


-- 


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


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

* [Bug target/43294] [4.5 Regression] Error: junk at end of line, first unrecognized character is `@'
  2010-03-08 19:03 [Bug target/43294] New: Error: junk at end of line, first unrecognized character is `@' schwab at linux-m68k dot org
                   ` (2 preceding siblings ...)
  2010-03-09 21:58 ` schwab at gcc dot gnu dot org
@ 2010-03-09 21:59 ` schwab at linux-m68k dot org
  3 siblings, 0 replies; 5+ messages in thread
From: schwab at linux-m68k dot org @ 2010-03-09 21:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from schwab at linux-m68k dot org  2010-03-09 21:59 -------
Fixed.


-- 

schwab at linux-m68k dot org changed:

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


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


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

end of thread, other threads:[~2010-03-09 21:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-08 19:03 [Bug target/43294] New: Error: junk at end of line, first unrecognized character is `@' schwab at linux-m68k dot org
2010-03-08 19:15 ` [Bug target/43294] " jakub at gcc dot gnu dot org
2010-03-09 12:40 ` [Bug target/43294] [4.5 Regression] " rguenth at gcc dot gnu dot org
2010-03-09 21:58 ` schwab at gcc dot gnu dot org
2010-03-09 21:59 ` schwab at linux-m68k dot 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).