> /vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/tree-prof/devirt.C:99:26: 
> optimized: folding virtual function call to virtual unsigned int 
> mozPersonalDictionary::_ZThn8_N21mozPersonalDictionary6AddRefEv()
> 
> > Is there a way to dump files for different patterns for 32bit or 64bit
> 
> Why would we: many similar scans just use _ZThn\[0-9\]+ instead.

Becuase the testcase was formely dispatching into ZThn8 (or some other
constant I forgot) instead of ZThn16 causing wrong code.

Well, there is runtime test that right thunk is used, so perhaps we can
just drop the part maching the actual value since most probably testcase
will ICE if wrong variant is picked again.

Honza
> 
> > tarets? Or shall we simply disable this test for 32bit?
> 
> That's counterproductive, I believe.
> 
>       Rainer
> 
> -- 
> -----------------------------------------------------------------------------
> Rainer Orth, Center for Biotechnology, Bielefeld University

Reply via email to