[Bug c++/29209] ICE optimizing passing long double to abstract method while in other abstract's impl

2009-05-05 Thread sje at cup dot hp dot com
--- Comment #12 from sje at cup dot hp dot com 2009-05-05 17:54 --- I retested the test case in comment#1 on a hppa2.0w-hp-hpux11.11 box and it still gives an ICE with 4.4.0 and with ToT (r147128). I don't have a PA linux box so I did not test the example from comment #9 on a linux box.

[Bug c++/29209] ICE optimizing passing long double to abstract method while in other abstract's impl

2008-07-18 Thread bugzilla-gcc at thewrittenword dot com
-- bugzilla-gcc at thewrittenword dot com changed: What|Removed |Added CC||bugzilla-gcc at |

[Bug c++/29209] ICE optimizing passing long double to abstract method while in other abstract's impl

2007-11-06 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #11 from dave at hiauly1 dot hia dot nrc dot ca 2007-11-07 02:48 --- Subject: Re: ICE optimizing passing long double to abstract method while in other abstract's impl > --- Comment #10 from tbm at cyrius dot com 2007-10-19 21:12 --- > I forgot to mention that this

[Bug c++/29209] ICE optimizing passing long double to abstract method while in other abstract's impl

2007-10-19 Thread tbm at cyrius dot com
--- Comment #10 from tbm at cyrius dot com 2007-10-19 21:12 --- I forgot to mention that this is on Linux (Debian). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29209 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone

[Bug c++/29209] ICE optimizing passing long double to abstract method while in other abstract's impl

2007-10-19 Thread tbm at cyrius dot com
-- tbm at cyrius dot com changed: What|Removed |Added CC||tbm at cyrius dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29209

[Bug c++/29209] ICE optimizing passing long double to abstract method while in other abstract's impl

2007-10-19 Thread tbm at cyrius dot com
--- Comment #9 from tbm at cyrius dot com 2007-10-19 21:10 --- (In reply to comment #8) > Whether or not an ICE occurs depends to some extent > on checking being enabled. With checking enabled, I see this on 4.1 > and the trunk. > > The ICE is here: > > result = expand_expr

[Bug c++/29209] ICE optimizing passing long double to abstract method while in other abstract's impl

2007-02-03 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #8 from dave at hiauly1 dot hia dot nrc dot ca 2007-02-04 01:50 --- Subject: Re: ICE optimizing passing long double to abstract method while in other abstract's impl > > --- Comment #5 from tbm at cyrius dot com 2007-02-03 09:45 --- > > I don't see this with Linux

[Bug c++/29209] ICE optimizing passing long double to abstract method while in other abstract's impl

2007-02-03 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #7 from dave at hiauly1 dot hia dot nrc dot ca 2007-02-03 15:16 --- Subject: Re: ICE optimizing passing long double to abstract method while in other abstract's impl > --- Comment #5 from tbm at cyrius dot com 2007-02-03 09:45 --- > I don't see this with Linux on

[Bug c++/29209] ICE optimizing passing long double to abstract method while in other abstract's impl

2007-02-03 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #6 from dave at hiauly1 dot hia dot nrc dot ca 2007-02-03 14:47 --- Subject: Re: ICE optimizing passing long double to abstract method while in other abstract's impl > --- Comment #5 from tbm at cyrius dot com 2007-02-03 09:45 --- > I don't see this with Linux on

[Bug c++/29209] ICE optimizing passing long double to abstract method while in other abstract's impl

2007-02-03 Thread tbm at cyrius dot com
--- Comment #5 from tbm at cyrius dot com 2007-02-03 09:45 --- I don't see this with Linux on HPPA hardware. Steve Ellcey, can you try on HPUX please? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29209 --- You are receiving this mail because: --- You are on the CC list f

[Bug c++/29209] ICE optimizing passing long double to abstract method while in other abstract's impl

2006-10-10 Thread danglin at gcc dot gnu dot org
--- Comment #4 from danglin at gcc dot gnu dot org 2006-10-10 23:00 --- This bug is still present on trunk: -bash-2.05b$ /test/gnu/gcc/objdir/gcc/g++ -B/test/gnu/gcc/objdir/gcc/ -S -O2 p> pr29209.cc: In member function 'void DataOutputStream_impl::_ZTv0_n12_N21DataOutputStream_impl16wri

[Bug c++/29209] ICE optimizing passing long double to abstract method while in other abstract's impl

2006-09-26 Thread michael dot haubenwallner at salomon dot at
--- Comment #3 from michael dot haubenwallner at salomon dot at 2006-09-26 07:28 --- Err, the patch from Bug#26957#c16 is already applied and works. This is another ICE. Difference in testcase is that the second ICE occurs when the 'long double value' is passed to another virtual metho

[Bug c++/29209] ICE optimizing passing long double to abstract method while in other abstract's impl

2006-09-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-26 07:10 --- *** This bug has been marked as a duplicate of 26957 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --