public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/45650]  New: [4.3/4.4/4.5/4.6 regression] FreeBSD/ia64 builds fails:
@ 2010-09-12  0:20 gerald at pfeifer dot com
  2010-09-12  0:40 ` [Bug target/45650] [4.3/4.4/4.5/4.6 regression] FreeBSD/ia64 builds fails: hidden symbol `_Unwind_FindTableEntry' isn't defined gerald at pfeifer dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: gerald at pfeifer dot com @ 2010-09-12  0:20 UTC (permalink / raw)
  To: gcc-bugs

It turns out that bug #40959 actually is only one of two regressions
that breaks bootstrap on FreeBSD/ia64.  This is the other case.

Since 

        2004-11-09  H.J. Lu  <hongjiu.lu@intel.com>

        PR target/18380
        * config/ia64/unwind-ia64.h (_Unwind_FindTableEntry): Mark it
        hidden.

        * unwind-dw2.c (_Unwind_FindTableEntry): Removed.

_Unwind_FindTableEntry has been marked hidden which is okay for those
cases where GCC defines the function but breaks FreeBSD which has this
in libc.


-- 
           Summary: [4.3/4.4/4.5/4.6 regression] FreeBSD/ia64 builds fails:
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gerald at pfeifer dot com
  GCC host triplet: ia64-unknown-freebsd9.0
 BugsThisDependsOn: 40959


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


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

* [Bug target/45650] [4.3/4.4/4.5/4.6 regression] FreeBSD/ia64 builds fails: hidden symbol `_Unwind_FindTableEntry' isn't defined
  2010-09-12  0:20 [Bug target/45650] New: [4.3/4.4/4.5/4.6 regression] FreeBSD/ia64 builds fails: gerald at pfeifer dot com
@ 2010-09-12  0:40 ` gerald at pfeifer dot com
  2010-09-12 17:58 ` rguenth at gcc dot gnu dot org
  2010-09-13 15:56 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: gerald at pfeifer dot com @ 2010-09-12  0:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from gerald at pfeifer dot com  2010-09-12 00:40 -------
Forgot to provide the actual failure mode:

unwind-ia64_s.o(.text+0x30b2): In function `uw_frame_state_for':
../.././../gcc-4.5-20091112/libgcc/../gcc/config/ia64/unwind-ia64.c:1788:
undefined reference to `_Unwind_FindTableEntry'
unwind-ia64_s.o(.text+0x7632): In function `_Unwind_FindEnclosingFunction':
../.././../gcc-4.5-20091112/libgcc/../gcc/config/ia64/unwind-ia64.c:1745:
undefined reference to `_Unwind_FindTableEntry'
/usr/bin/ld: ./libgcc_s.so.1.tmp: hidden symbol `_Unwind_FindTableEntry' isn't
defined
collect2: ld returned 1 exit status
gmake[3]: *** [libgcc_s.so] Error 1
gmake[3]: Leaving directory
`/usr/ports/lang/gcc45/work/build/ia64-portbld-freebsd9.0/libgcc'
gmake[2]: *** [all-stage1-target-libgcc] Error 2
gmake[2]: Leaving directory `/usr/ports/lang/gcc45/work/build'
gmake[1]: *** [stage1-bubble] Error 2
gmake[1]: Leaving directory `/usr/ports/lang/gcc45/work/build'
gmake: *** [bootstrap-lean] Error 2
*** Error code 1


-- 

gerald at pfeifer dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.3.5 4.4.4 4.5.1 4.6.0
            Summary|[4.3/4.4/4.5/4.6 regression]|[4.3/4.4/4.5/4.6 regression]
                   |FreeBSD/ia64 builds fails:  |FreeBSD/ia64 builds fails:
                   |                            |hidden symbol
                   |                            |`_Unwind_FindTableEntry'
                   |                            |isn't defined


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


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

* [Bug target/45650] [4.3/4.4/4.5/4.6 regression] FreeBSD/ia64 builds fails: hidden symbol `_Unwind_FindTableEntry' isn't defined
  2010-09-12  0:20 [Bug target/45650] New: [4.3/4.4/4.5/4.6 regression] FreeBSD/ia64 builds fails: gerald at pfeifer dot com
  2010-09-12  0:40 ` [Bug target/45650] [4.3/4.4/4.5/4.6 regression] FreeBSD/ia64 builds fails: hidden symbol `_Unwind_FindTableEntry' isn't defined gerald at pfeifer dot com
@ 2010-09-12 17:58 ` rguenth at gcc dot gnu dot org
  2010-09-13 15:56 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-12 17:58 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|                            |ia64-unknown-freebsd9.0
   Target Milestone|---                         |4.3.6


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


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

* [Bug target/45650] [4.3/4.4/4.5/4.6 regression] FreeBSD/ia64 builds fails: hidden symbol `_Unwind_FindTableEntry' isn't defined
  2010-09-12  0:20 [Bug target/45650] New: [4.3/4.4/4.5/4.6 regression] FreeBSD/ia64 builds fails: gerald at pfeifer dot com
  2010-09-12  0:40 ` [Bug target/45650] [4.3/4.4/4.5/4.6 regression] FreeBSD/ia64 builds fails: hidden symbol `_Unwind_FindTableEntry' isn't defined gerald at pfeifer dot com
  2010-09-12 17:58 ` rguenth at gcc dot gnu dot org
@ 2010-09-13 15:56 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-13 15:56 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4


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


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

end of thread, other threads:[~2010-09-13 15:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-12  0:20 [Bug target/45650] New: [4.3/4.4/4.5/4.6 regression] FreeBSD/ia64 builds fails: gerald at pfeifer dot com
2010-09-12  0:40 ` [Bug target/45650] [4.3/4.4/4.5/4.6 regression] FreeBSD/ia64 builds fails: hidden symbol `_Unwind_FindTableEntry' isn't defined gerald at pfeifer dot com
2010-09-12 17:58 ` rguenth at gcc dot gnu dot org
2010-09-13 15:56 ` rguenth at gcc dot gnu 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).