This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix side case in ipa-devirt


Hi Jan,

> 	* g++.dg/ipa/devirt-37.C: New testcase.

it seems something is very wrong with this testcase: initially, all
scans FAILed because the dump file didn't exist.  But even with -O2
added to dg-options, the failures remain because either the wording is
different

FAIL: g++.dg/ipa/devirt-37.C  -std=gnu++98  scan-tree-dump fre2 "Determined dynamic type."

vs.

Determining dynamic type for call: OBJ_TYPE_REF(_4;(struct A)a_2(D)->0) (a_2(D));
        ^^^

or the strings are completely missing.

Please fix.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]