--- Comment #4 from sje at cup dot hp dot com 2010-07-22 22:29 ---
Fixed, I can now bootstrap GCC *with partial inlining turned off*. Partial
inlining still doesn't work on IA64 HP-UX, that problem is PR 44716.
--
sje at cup dot hp dot com changed:
What|Removed
--- Comment #3 from sje at gcc dot gnu dot org 2010-07-22 18:15 ---
Subject: Bug 44878
Author: sje
Date: Thu Jul 22 18:14:27 2010
New Revision: 162423
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162423
Log:
2010-07-22 Steve Ellcey
PR middle-end/44878
* stm
--- Comment #2 from sje at cup dot hp dot com 2010-07-09 16:10 ---
Here is a smaller test case:
class e
{
public:
e(void* __e);
e(const e&);
};
void * v() { }
e foo() { return e(v()); }
It only fails on IA64 in 32 bit mode and the problem seems to be related
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Component|c++ |middle-end
Keywords||build, ice