public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/51177] New: [4.7 Regression] bootstrap failure on Linux/ia32
@ 2011-11-16 17:15 hjl.tools at gmail dot com
  2011-11-16 20:50 ` [Bug bootstrap/51177] [4.7 Regression] bootstrap failure with inlined isXXX functions hjl.tools at gmail dot com
  2011-11-16 21:39 ` pinskia at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2011-11-16 17:15 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51177
           Summary: [4.7 Regression] bootstrap failure on Linux/ia32
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com
              Host: i686-pc-linux-gnu
            Target: i686-pc-linux-gnu
             Build: i686-pc-linux-gnu


On Linux/ia32, revision 181400 gave

libtool: link: /export/gnu/import/svn/gcc-test-ia32/bld/./gcc/gcj
-B/export/gnu/import/svn/gcc-test-ia32/bld/i686-linux/libjava/
-B/export/gnu/import/svn/gcc-test-ia32/bld/./gcc/ -B/usr/local/i686-linux/bin/
-B/usr/local/i686-linux/lib/ -isystem /usr/local/i686-linux/include -isystem
/usr/local/i686-linux/sys-include -ffloat-store -fomit-frame-pointer -Usun -g
-O2 -o .libs/gij -shared-libgcc 
-L/export/gnu/import/svn/gcc-test-ia32/bld/i686-linux/libjava/.libs
-L/export/gnu/import/svn/gcc-test-ia32/bld/i686-linux/libjava ./.libs/libgij.so
/export/gnu/import/svn/gcc-test-ia32/bld/i686-linux/libjava/.libs/libgcj.so
-lpthread -lrt -ldl -lz -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath
-Wl,/usr/local/lib/gcj-4.7.0-13
./.libs/libgcj.so: undefined reference to `__cxa_call_unexpected'
collect2: error: ld returned 1 exit status
make[6]: *** [jv-convert] Error 1
make[6]: *** Waiting for unfinished jobs....
./.libs/libgcj.so: undefined reference to `__cxa_call_unexpected'
collect2: error: ld returned 1 exit status
make[6]: *** [gcj-dbtool] Error 1
/export/gnu/import/svn/gcc-test-ia32/bld/i686-linux/libjava/.libs/libgcj.so:
undefined reference to `__cxa_call_unexpected'
collect2: error: ld returned 1 exit status
make[6]: *** [gij] Error 1


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

* [Bug bootstrap/51177] [4.7 Regression] bootstrap failure with inlined isXXX functions
  2011-11-16 17:15 [Bug bootstrap/51177] New: [4.7 Regression] bootstrap failure on Linux/ia32 hjl.tools at gmail dot com
@ 2011-11-16 20:50 ` hjl.tools at gmail dot com
  2011-11-16 21:39 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2011-11-16 20:50 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.7 Regression] bootstrap  |[4.7 Regression] bootstrap
                   |failure on Linux/ia32       |failure with inlined isXXX
                   |                            |functions

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-11-16 20:45:17 UTC ---
The newer glibc includes inlined isXXX functions when compiling C++ code:

extern __const unsigned short int **__ctype_b_loc (void)
     throw () __attribute__ ((__const));
extern int isspace (int) throw (); 
extern __inline __attribute__ ((__gnu_inline__)) int isspace (int __c) throw ()
{ return (*__ctype_b_loc ())[(int) (__c)] & (unsigned short int) _ISspace; }
}

libjava/prims.cc uses isspace which leads to __cxa_call_unexpected.


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

* [Bug bootstrap/51177] [4.7 Regression] bootstrap failure with inlined isXXX functions
  2011-11-16 17:15 [Bug bootstrap/51177] New: [4.7 Regression] bootstrap failure on Linux/ia32 hjl.tools at gmail dot com
  2011-11-16 20:50 ` [Bug bootstrap/51177] [4.7 Regression] bootstrap failure with inlined isXXX functions hjl.tools at gmail dot com
@ 2011-11-16 21:39 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-11-16 21:39 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-11-16 20:48:34 UTC ---
Dup of bug 50888.

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


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

end of thread, other threads:[~2011-11-16 20:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-16 17:15 [Bug bootstrap/51177] New: [4.7 Regression] bootstrap failure on Linux/ia32 hjl.tools at gmail dot com
2011-11-16 20:50 ` [Bug bootstrap/51177] [4.7 Regression] bootstrap failure with inlined isXXX functions hjl.tools at gmail dot com
2011-11-16 21:39 ` pinskia 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).