------- Comment #3 from rguenth at gcc dot gnu dot org  2005-10-11 15:42 -------
The patch causes diffs like the following in the ipa-inline-dump:

-Considering int GuardLayers<Dim>::lower(int) const [with int Dim = 2] with 0
in
sns to be inlined into int UniformGridPartition<Dim>::partition(const D&,
std::v
ector<Node<Interval<Dim>, Interval<Dim> >*, std::allocator<Node<Interval<Dim>,
I
nterval<Dim> >*> >&, const ContextMapper<Dim>&) const [with D = Interval<2>,
int
 Dim = 2]
+Considering int GuardLayers<Dim>::lower(int) const [with int Dim = 2] with 0
in
sns to be inlined into [EMAIL PROTECTED]@ormGridPartition<Dim>::partition(const
D&
, std::vector<Node<Interval<Dim>, Interval<Dim> >*,
std::allocator<Node<Interval
<Dim>, Interval<Dim> >*> >&, const ContextMapper<Dim>&) const [with D =
Interval
<2>, int Dim = 2]

there are 20 occourances of corruption.

Oh, btw. compile with -O2 -fdump-ipa-inline.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24310

Reply via email to