public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug preprocessor/32670]  New: '$' is handled as a part of identifiers in asm
@ 2007-07-08  1:19 kkojima at gcc dot gnu dot org
  2007-07-08 19:20 ` [Bug preprocessor/32670] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kkojima at gcc dot gnu dot org @ 2007-07-08  1:19 UTC (permalink / raw)
  To: gcc-bugs

i686-pc-linux-gnu build fails with

libtool: link: /exp/ldroot/dodes/i686-gcc-orig/gcc/gcj
-B/exp/ldroot/dodes/i686-gcc-orig/i686-pc-linux-gnu/libjava/
-B/exp/ldroot/dodes/i686-gcc-orig/gcc/ -ffloat-store -fomit-frame-pointer -Usun
-g -O2 -o .libs/jv-convert --main=gnu.gcj.convert.Convert -shared-libgcc 
-L/exp/ldroot/dodes/i686-gcc-orig/i686-pc-linux-gnu/libjava/.libs
-L/exp/ldroot/dodes/i686-gcc-orig/i686-pc-linux-gnu/libjava ./.libs/libgcj.so
-lpthread -lrt -ldl -Wl,-rpath -Wl,/usr/local/lib
./.libs/libgcj.so: undefined reference to `FFI_TYPE_DOUBLE'
./.libs/libgcj.so: undefined reference to `FFI_TYPE_SINT64'
./.libs/libgcj.so: undefined reference to `FFI_TYPE_LONGDOUBLE'
./.libs/libgcj.so: undefined reference to `FFI_TYPE_INT'
./.libs/libgcj.so: undefined reference to `FFI_TYPE_FLOAT'

on revision 126435.  Pinski has pointed out it's
because of the patch

r126428 | sandra | 2007-07-07 07:10:59 +0900 (Sat, 07 Jul 2007) | 1 line


-- 
           Summary: '$' is handled as a part of identifiers in asm
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: preprocessor
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kkojima at gcc dot gnu dot org
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug preprocessor/32670] '$' is handled as a part of identifiers in asm
  2007-07-08  1:19 [Bug preprocessor/32670] New: '$' is handled as a part of identifiers in asm kkojima at gcc dot gnu dot org
@ 2007-07-08 19:20 ` pinskia at gcc dot gnu dot org
  2007-07-08 19:21 ` [Bug preprocessor/32670] [4.3 Regression] " pinskia at gcc dot gnu dot org
  2007-07-10 11:59 ` schwab at suse dot de
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-08 19:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-07-08 19:20 -------
*** Bug 32679 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Vladislav dot Mikhailikov at
                   |                            |paradox-neo dot uz


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


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

* [Bug preprocessor/32670] [4.3 Regression] '$' is handled as a part of identifiers in asm
  2007-07-08  1:19 [Bug preprocessor/32670] New: '$' is handled as a part of identifiers in asm kkojima at gcc dot gnu dot org
  2007-07-08 19:20 ` [Bug preprocessor/32670] " pinskia at gcc dot gnu dot org
@ 2007-07-08 19:21 ` pinskia at gcc dot gnu dot org
  2007-07-10 11:59 ` schwab at suse dot de
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-08 19:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-07-08 19:21 -------
Fixed by:
2007-07-08  Sandra Loosemore  <sandra@codesourcery.com>

        Revert this patch:
        2007-07-06  Sandra Loosemore  <sandra@codesourcery.com>

        * c-opts.c (c_common_handle_option): Make DOLLARS_IN_IDENTIFIERS
        apply to assembly language, too.
        * doc/tm.texi (DOLLARS_IN_IDENTIFIERS): Update.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
            Summary|'$' is handled as a part of |[4.3 Regression] '$' is
                   |identifiers in asm          |handled as a part of
                   |                            |identifiers in asm
   Target Milestone|---                         |4.3.0


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


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

* [Bug preprocessor/32670] [4.3 Regression] '$' is handled as a part of identifiers in asm
  2007-07-08  1:19 [Bug preprocessor/32670] New: '$' is handled as a part of identifiers in asm kkojima at gcc dot gnu dot org
  2007-07-08 19:20 ` [Bug preprocessor/32670] " pinskia at gcc dot gnu dot org
  2007-07-08 19:21 ` [Bug preprocessor/32670] [4.3 Regression] " pinskia at gcc dot gnu dot org
@ 2007-07-10 11:59 ` schwab at suse dot de
  2 siblings, 0 replies; 4+ messages in thread
From: schwab at suse dot de @ 2007-07-10 11:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from schwab at suse dot de  2007-07-10 11:58 -------
*** Bug 32717 has been marked as a duplicate of this bug. ***


-- 

schwab at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |drazen dot zeman at kr dot
                   |                            |htnet dot hr


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


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

end of thread, other threads:[~2007-07-10 11:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-08  1:19 [Bug preprocessor/32670] New: '$' is handled as a part of identifiers in asm kkojima at gcc dot gnu dot org
2007-07-08 19:20 ` [Bug preprocessor/32670] " pinskia at gcc dot gnu dot org
2007-07-08 19:21 ` [Bug preprocessor/32670] [4.3 Regression] " pinskia at gcc dot gnu dot org
2007-07-10 11:59 ` schwab at suse dot de

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