--- Comment #14 from echristo at apple dot com 2006-07-24 04:54 ---
The bug says c++, feel like opening another one or fixing the title on the bug
you opened?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26792
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-07-22 22:09
---
Actually libstdc++ is only part of the problem, the other part is libjava.
Eric if you are going to close something, you should test it.
--
pinskia at gcc dot gnu dot org changed:
What|Removed
--- Comment #12 from echristo at apple dot com 2006-07-22 21:00 ---
This looks fixed to me.
--
echristo at apple dot com changed:
What|Removed |Added
Status|N
--- Comment #11 from sje at gcc dot gnu dot org 2006-07-21 21:11 ---
Subject: Bug 26792
Author: sje
Date: Fri Jul 21 21:11:46 2006
New Revision: 115654
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115654
Log:
PR target/26792
* configure.ac: Use GCC_CHECK_UNWIND
--- Comment #10 from sje at gcc dot gnu dot org 2006-07-21 21:07 ---
Subject: Bug 26792
Author: sje
Date: Fri Jul 21 21:07:15 2006
New Revision: 115653
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115653
Log:
PR target/26792
* unwind_ipinfo.m4: New.
Added:
--- Comment #9 from mrs at apple dot com 2006-07-19 23:50 ---
We can't define __Unwind_GetIPInfo in libgcc_s.10.5.dylib at this time. If we
create a situation in which we can, rest assured, we will.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26792
--- Comment #8 from howarth at nitro dot med dot uc dot edu 2006-07-19
23:25 ---
I can confirm on MacOS X 10.4 that Steve's proposed patch works fine
with the current gcc trunk. I can successfully bootstrap while
MACOSX_DEPLOYMENT_TARGET is set to 10.4 and no regressions
occur when th
--- Comment #7 from sje at cup dot hp dot com 2006-07-17 16:25 ---
Proposed patch at http://gcc.gnu.org/ml/gcc-patches/2006-07/msg00734.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26792
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-06-30 03:10 ---
I think this can be confirmed now.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from sje at cup dot hp dot com 2006-06-21 21:18 ---
Created an attachment (id=11724)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11724&action=view)
libstdc++ macro to test for _Unwind_GetIPInfo
I have attached a macro that could be put in libstdc++-v3/acinclude.m4
--- Comment #4 from howarth at nitro dot med dot uc dot edu 2006-06-13
16:44 ---
Geoff,
Does any other os, that uses gcc, version libgcc_s in the manner that Apple
does?
Simply not setting MACOSX_DEPLOYMENT_TARGET during the build of gcc 4.2 doesn't
make the problem go away. The res
--- Comment #3 from howarth at nitro dot med dot uc dot edu 2006-06-13
02:10 ---
It appears that on Macintel, simply unsetting MACOSX_DEPLOYMENT_TARGET is
insufficient to
eliminate the undefined symbols for _Unwind_GETIPInfo when building gcj. This
doesn't happen
on ppc Darwin. Cur
--- Comment #2 from geoffk at gcc dot gnu dot org 2006-06-06 01:17 ---
Clearly, we cannot add any symbols to the 10.4 libgcc_s. 10.4 has already
shipped, and we do not have a time travel device.
By default, gcc compiles for the earliest OS version it knows about. For C++,
that means 1
--- Comment #1 from jakub at gcc dot gnu dot org 2006-06-05 09:35 ---
If darwin doesn't care about the PR other/26208 problem, it can certainly
just #define _Unwind_GetIPInfo(ctx, ip) (*(ip) = 0, _Unwind_GetIP (ctx)
in its own unwind.h or something similar.
But if it cares, it needs to a
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26792
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.2.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26792
16 matches
Mail list logo