[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2007-04-25 Thread schwab at suse dot de
--- Comment #40 from schwab at suse dot de 2007-04-25 15:46 --- Closing for now. -- schwab at suse dot de changed: What|Removed |Added Status|REOPENED

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2007-04-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #39 from howarth at nitro dot med dot uc dot edu 2007-04-25 02:06 --- Mike, Why don't you close this report as RESOLVED and create another one just for the non-working --with-system-libunwind issue as a P4. That might help prevent folks from constantly reopening this PR

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2007-04-24 Thread mrs at apple dot com
--- Comment #38 from mrs at apple dot com 2007-04-25 01:56 --- I think a non-working --with-system-libunwind corner case on darwin is a P4 at best? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26792

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2007-04-24 Thread mrs at apple dot com
--- Comment #37 from mrs at apple dot com 2007-04-25 01:42 --- libgcc_s.10.5.dylib now includes __Unwind_GetIPInfo on mainline and in 4.2... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26792

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2007-04-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #36 from howarth at nitro dot med dot uc dot edu 2007-04-25 01:19 --- (In reply to comment #31) > When configuring with --with-system-libunwind, GCC should not include > unwind-compat.o (or any unwind code) in the build of libgcc_s. Then the > configure check will work corr

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2007-04-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #35 from howarth at nitro dot med dot uc dot edu 2007-04-25 01:04 --- (In reply to comment #33) > Geoff, do you intend to backport these Darwin patches to 4.2.0? > Mark, Are you under the impression that the libstdc++-v3 and libjava patches were only applied to trunk?

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2007-04-24 Thread geoffk at gcc dot gnu dot org
--- Comment #34 from geoffk at gcc dot gnu dot org 2007-04-25 00:14 --- I don't know what patches you're referring to, so no. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26792

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2007-04-24 Thread mmitchel at gcc dot gnu dot org
--- Comment #33 from mmitchel at gcc dot gnu dot org 2007-04-24 22:51 --- Geoff, do you intend to backport these Darwin patches to 4.2.0? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26792

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2007-04-02 Thread schwab at suse dot de
--- Comment #32 from schwab at suse dot de 2007-04-02 20:42 --- unwind-compat is _required_ for the system libunwind. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26792

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2007-04-02 Thread sje at cup dot hp dot com
--- Comment #31 from sje at cup dot hp dot com 2007-04-02 16:36 --- When configuring with --with-system-libunwind, GCC should not include unwind-compat.o (or any unwind code) in the build of libgcc_s. Then the configure check will work correctly. -- http://gcc.gnu.org/bugzilla/show

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2007-03-31 Thread schwab at suse dot de
--- Comment #30 from schwab at suse dot de 2007-03-31 10:57 --- The configure check is finding the definition of _Unwind_GetIPInfo in libgcc_s (from unwind-compat.o) when configuring with --with-system-libunwind. -- schwab at suse dot de changed: What|Removed

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2007-01-19 Thread aph at gcc dot gnu dot org
--- Comment #29 from aph at gcc dot gnu dot org 2007-01-19 15:25 --- Subject: Bug 26792 Author: aph Date: Fri Jan 19 15:25:34 2007 New Revision: 120968 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120968 Log: 2006-07-21 Steve Ellcey <[EMAIL PROTECTED]> PR target/267

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2006-10-11 Thread tromey at gcc dot gnu dot org
--- Comment #28 from tromey at gcc dot gnu dot org 2006-10-11 21:06 --- I doubt those configure warnings are very important. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26792

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2006-09-27 Thread howarth at nitro dot med dot uc dot edu
--- Comment #27 from howarth at nitro dot med dot uc dot edu 2006-09-28 04:41 --- One last minor nit with regards to the autoconf changes for both libstdc++-v3 and libjava. I notice that in config.log in libstdc++-v3 for example, I get... configure:31103: checking for _Unwind_GetIPInfo

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2006-09-27 Thread tromey at gcc dot gnu dot org
--- Comment #26 from tromey at gcc dot gnu dot org 2006-09-27 21:43 --- Fix checked in. -- tromey at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2006-09-27 Thread tromey at gcc dot gnu dot org
--- Comment #25 from tromey at gcc dot gnu dot org 2006-09-27 21:24 --- Subject: Bug 26792 Author: tromey Date: Wed Sep 27 21:24:23 2006 New Revision: 117259 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117259 Log: 2006-09-26 Jack Howarth <[EMAIL PROTECTED]> PR targ

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2006-09-26 Thread howarth at nitro dot med dot uc dot edu
--- Comment #24 from howarth at nitro dot med dot uc dot edu 2006-09-26 23:27 --- Created an attachment (id=12333) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12333&action=view) revised libjava patch preventing double deincrementation -- http://gcc.gnu.org/bugzilla/show_bug

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2006-09-21 Thread howarth at nitro dot med dot uc dot edu
--- Comment #23 from howarth at nitro dot med dot uc dot edu 2006-09-21 13:03 --- Proposed patches are posted at... http://gcc.gnu.org/ml/gcc-patches/2006-09/msg00906.html http://gcc.gnu.org/ml/gcc-patches/2006-09/msg00908.html ...which together should allow this PR to be finally clos

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2006-09-20 Thread howarth at nitro dot med dot uc dot edu
--- Comment #22 from howarth at nitro dot med dot uc dot edu 2006-09-21 04:16 --- Okay, the autoconf changes for libstdc++ and libgcj actually work okay. The test program uses the static libgcc.a to link (which lacks the __Unwind_GetIP symbol) so that HAVE_GETIPINFO remains unde

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2006-09-19 Thread howarth at nitro dot med dot uc dot edu
--- Comment #21 from howarth at nitro dot med dot uc dot edu 2006-09-19 16:11 --- Steve has checked in the changes to config/unwind_ipinfo.m4, so I believe all we need now is... Index: libjava/configure.ac === --- libjava/

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2006-09-17 Thread howarth at nitro dot med dot uc dot edu
--- Comment #20 from howarth at nitro dot med dot uc dot edu 2006-09-18 04:58 --- Created an attachment (id=12289) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12289&action=view) clean up whitespace in Changelog for patch to revert to _Unwind_GetIP when HAVE_GETIPINFO undefined

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2006-09-17 Thread howarth at nitro dot med dot uc dot edu
--- Comment #19 from howarth at nitro dot med dot uc dot edu 2006-09-18 04:40 --- Tested the patch on Darwin 8 with no regressions. Verified that the _Unwind_GetIPInfo symbols are absent for libgcj with HAVE_GETIPINFO undefined. While the patch is over 10 lines, I would argue that I onl

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2006-09-17 Thread howarth at nitro dot med dot uc dot edu
--- Comment #18 from howarth at nitro dot med dot uc dot edu 2006-09-18 04:34 --- Created an attachment (id=12288) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12288&action=view) Patch to revert to _Unwind_GetIP when HAVE_GETIPINFO undefined -- http://gcc.gnu.org/bugzilla/sh

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2006-09-17 Thread bryce at mckinlay dot net dot nz
--- Comment #17 from bryce at mckinlay dot net dot nz 2006-09-18 03:49 --- (In reply to comment #15) Yes, I think the #ifdef is a reasonable solution. Stack traces will be inaccurate when GetIPInfo is unavailable, but I don't see any easy way around that. -- http://gcc.gnu.org/bu

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2006-09-16 Thread howarth at nitro dot med dot uc dot edu
--- Comment #16 from howarth at nitro dot med dot uc dot edu 2006-09-16 20:39 --- Is this what we are waiting for? I came up with that by just placing wrappers around the changes submitted on... http://gcc.gnu.org/viewcvs/trunk/libjava/stacktrace.cc?r1=115069&r2=115235&pathrev=115235

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2006-09-11 Thread sje at cup dot hp dot com
--- Comment #15 from sje at cup dot hp dot com 2006-09-11 22:31 --- Bryce, have you looked at ifdef'ing the use of _Unwind_GetIPInfo in the Java library? Would you be willing to do so? I have created an autoconf test (GCC_CHECK_UNWIND_GETIPINFO) in trunk/config/unwind_ipinfo.m4 and the