--
paolo dot carlini at oracle dot com changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last re
--- Comment #21 from jakub at gcc dot gnu dot org 2009-09-05 19:21 ---
What unwinder are you using? The freshly built libgcc_s, or some outdated
darwin system libgcc_s?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41260
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-09-05 19:32 ---
Subject: Bug 41181
Author: rguenth
Date: Sat Sep 5 19:32:25 2009
New Revision: 151455
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151455
Log:
2009-09-05 Richard Guenther
PR middle-end/41181
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-09-05 19:32 ---
Fixed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #22 from howarth at nitro dot med dot uc dot edu 2009-09-05
19:34 ---
I am using the from the gcc build. The test case binary is built as...
otool -L eh-vararg-2.exe
eh-vararg-2.exe:
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 124.1.1)
--- Comment #6 from d dot g dot gorbachev at gmail dot com 2009-09-05
20:26 ---
Hi,
Configure and build GCC with
../gcc-4.5/configure --enable-languages=c,c++ \
--disable-shared --disable-bootstrap
make CFLAGS_FOR_TARGET=-O3
The -O3 option, or -finline-functions -finline-small-fu
--- Comment #13 from phcoder at gmail dot com 2009-09-05 20:34 ---
(In reply to comment #2)
> Created an attachment (id=18480)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18480&action=view) [edit]
> gcc45-pr41246.patch
>
> I'm afraid there is nothing that can make that unmodifie
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-09-05 20:39 ---
Your patch is probably correct as
static void
uw_init_context_1 (struct _Unwind_Context *context,
void *outer_cfa, void *outer_ra)
{
void *ra = __builtin_extract_return_addr (__builtin_return_ad
Target: x86_64-unknown-linux-gnu
Configured with: /sources/gcc-trunk/configure --prefix=/usr/local
--libexecdir=/usr/local/lib --enable-shared --enable-threads=posix
--enable-__xa_atexit --enable-clocale=gnu --enable-languages=c
--disable-multilib --enable-bootstrap
Thread model: posix
/usr/local/
--- Comment #1 from ojab at ojab dot ru 2009-09-05 20:50 ---
Created an attachment (id=18513)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18513&action=view)
preprocessed file
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41282
--- Comment #2 from ojab at ojab dot ru 2009-09-05 20:56 ---
gcc version 4.5.0 20090905 (experimental) (GCC)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41282
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-09-05 21:04 ---
Created an attachment (id=18514)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18514&action=view)
testcase
Testcase, reduced with 8mb stack limit (default on x86-64) and a cc1plus built
with a host gcc 4.3 com
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Component|c++ |middle-end
E
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-09-05 21:10 ---
Created an attachment (id=18515)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18515&action=view)
testcase
Recursion depth of 1200 with the following simple testcase (well, more - it
segfaults with 1mb stack).
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-09-05 21:12 ---
The original testcase works fine with unlimited stack.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41254
--- Comment #23 from howarth at nitro dot med dot uc dot edu 2009-09-05
22:05 ---
These failures in the g++ and libjava testsuites do not occur for
x86_64-apple-darwin9 with current gcc. These would appear an issue specific to
or only triggered on x86_64-apple-darwin10. I'll try the m64
--- Comment #10 from rguenth at gcc dot gnu dot org 2009-09-05 22:29
---
I have a patch.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
AssignedT
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-09-05 22:40 ---
Confirmed with -O1.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Sta
--- Comment #8 from d dot g dot gorbachev at gmail dot com 2009-09-05
22:48 ---
http://gcc.gnu.org/ml/gcc-patches/2009-09/msg00415.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41214
--- Comment #11 from t7 at gmail dot com 2009-09-06 00:03 ---
I can test the patch.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41254
--- Comment #24 from howarth at nitro dot med dot uc dot edu 2009-09-06
00:29 ---
Okay, this issue also impacts the -m64 code generation of the
i686-apple-darwin10 target, I see the same set of failures as in Comment 12
with r151455. So this issue is darwin10 specific and isn't seen wit
--- Comment #4 from hjl dot tools at gmail dot com 2009-09-06 01:27 ---
It is caused by revision 151394:
http://gcc.gnu.org/ml/gcc-cvs/2009-09/msg00140.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
---
101 - 122 of 122 matches
Mail list logo