[Bug c/16676] [3.4 Regression] ICE with nested functions and -g1, blocks glibc

2005-07-15 Thread zack at codesourcery dot com
-- What|Removed |Added CC|zack at codesourcery dot com| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16676 --- You are receiving this mail because: --- You

[Bug libstdc++/14493] No std::bad_alloc::what() const

2004-03-09 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-03-09 20:14 --- Subject: Re: No std::bad_alloc::what() const "pme at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: >> It appears to me that the original reporter wanted what() to return >> an

[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-28 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-28 18:13 --- Subject: Final patch for PR 13722 The only change from the previous patch is, ia64_split_tmode_move now correctly handles a reg-reg move where the destination overlaps the source by one register - e.g. (set

[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-27 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-27 18:13 --- Subject: Re: Hopefully final patch for PR 13722 Al Stone <[EMAIL PROTECTED]> writes: > I probably should have spoken up before but I was out of town > for a while. > > I've got an ia6

[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-26 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-26 18:03 --- Subject: Hopefully final patch for PR 13722 This incorporates all bugfixes to date and gets good test results on ia64-hpux (3.4 branch): XPASS: gcc.c-torture/execute/990208-1.c execution, -O3 -fomit-frame

[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-25 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-25 22:33 --- Subject: Re: PR 13722 candidate fix Jim Wilson <[EMAIL PROTECTED]> writes: > My latest bootstrap succeeded. I didn't run the testsuite, and I still > had some debug code in there just

[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-23 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-24 03:35 --- Subject: Re: PR 13722 candidate fix Jim Wilson <[EMAIL PROTECTED]> writes: > On Fri, 2004-01-23 at 17:50, Zack Weinberg wrote: >> This, I think, can be addressed with peephole2 patterns, wh

[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-23 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-24 02:20 --- Subject: Re: PR 13722 candidate fix Andreas Schwab <[EMAIL PROTECTED]> writes: > "Zack Weinberg" <[EMAIL PROTECTED]> writes: > >> So, if you wouldn't mind trying the

[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-23 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-24 01:51 --- Subject: Re: PR 13722 candidate fix Jim Wilson <[EMAIL PROTECTED]> writes: > You mention reload nightmares. There is a reload nightmare only if you > fight how reload works. If we alloca

[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-23 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-24 01:35 --- Subject: Re: PR 13722 candidate fix Jim Wilson <[EMAIL PROTECTED]> writes: > On Fri, 2004-01-23 at 00:47, Zack Weinberg wrote: >> Re-revised patch. > > On the REG/SUBREG issue, I was l

[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-23 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-24 01:28 --- Subject: Re: PR 13722 candidate fix Andreas Schwab <[EMAIL PROTECTED]> writes: > "Zack Weinberg" <[EMAIL PROTECTED]> writes: > >> So, if you wouldn't mind trying the

[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-23 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-23 23:24 --- Subject: Re: PR 13722 candidate fix Andreas Schwab <[EMAIL PROTECTED]> writes: > "Zack Weinberg" <[EMAIL PROTECTED]> writes: > >> I'm at a bit of a loss trying

[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-23 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-23 22:18 --- Subject: Re: PR 13722 candidate fix Andreas Schwab <[EMAIL PROTECTED]> writes: >> Could you repeat the failing command with the added option -gnatdl, >> and send me the output? > >

[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-23 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-23 21:51 --- Subject: Re: PR 13722 candidate fix Andreas Schwab <[EMAIL PROTECTED]> writes: > "Zack Weinberg" <[EMAIL PROTECTED]> writes: > >> Re-revised patch. > > Seems to misc

[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-23 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-23 08:48 --- Subject: Re: PR 13722 candidate fix Re-revised patch. zw --- Additional Comments From zack at codesourcery dot com 2004-01-23 08:48 --- Created an attachment (id=5560) --> (http://gcc.gnu.

[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-23 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-23 08:35 --- Subject: Re: PR 13722 candidate fix Richard Henderson <[EMAIL PROTECTED]> writes: > On Thu, Jan 22, 2004 at 11:43:40PM -0800, Zack Weinberg wrote: >> +out[0] = adjust_aut

[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-23 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-23 07:43 --- Subject: Re: PR 13722 candidate fix Andreas Schwab <[EMAIL PROTECTED]> writes: > Still doesn't fly. Revised patch follows. Under what circumstances should REG_INC notes be tagged onto the

[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-22 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-22 20:20 --- Subject: Re: PR 13722 candidate fix [Note corrected bug number. 13722, not 13772.] Richard Henderson <[EMAIL PROTECTED]> writes: > On Thu, Jan 22, 2004 at 02:07:12PM +0100, Andreas Schwab wrote

[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-22 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-22 08:22 --- Subject: Re: [3.4/3.5 regression] [ia64] ICE in push_secondary_reload "wilson at specifixinc dot com" <[EMAIL PROTECTED]> writes: > The simple fact is that you have broken the IA-64 c

[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-21 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-22 02:26 --- Subject: Re: [3.4/3.5 regression] [ia64] ICE in push_secondary_reload "wilson at specifixinc dot com" <[EMAIL PROTECTED]> writes: > I see Zack has left yet another IA-64 turd for me

[Bug translation/13662] toplev.c:4563-4567: gettext interprets the two conditional strings as one

2004-01-12 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-13 00:12 --- Subject: Re: toplev.c:4563-4567: gettext interprets the two conditional strings as one "jsm at polyomino dot org dot uk" <[EMAIL PROTECTED]> writes: > This text goes both in the a

[Bug translation/13662] toplev.c:4563-4567: gettext interprets the two conditional strings as one

2004-01-12 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-01-12 23:46 --- Subject: Re: toplev.c:4563-4567: gettext interprets the two conditional strings as one It does no harm to translate this text, and this code is such a tangle that I think it worthwhile to clean it up a