Yeah, I am quite enjoying with hacking C++ specific transformations.
I've learned a lot of deals. It is hardly imagine how difficult it would
be to handle C++ without actually doing it...
Konstantin, many thanks for the testcase!
- Yang
On 7/2/12 3:07 AM, John Regehr wrote:
This is a great example, thanks! Lots of C++ work still to do. I
think that Yang is having fun learning how complicated this language is.
John
On 07/01/2012 12:25 PM, Konstantin Tokarev wrote:
Here are 2 versions of the same test case:
cregex_2.cpp.big - output of creduce (aeb8b294)
cregex_2.cpp - manually reduced
Unfortuantely its reproduction will require special build of
compiler; however I assume it could be useful on its own.
When doing manual reduction, I've removed all members of a[] except
of first, removed classes, A, B, and C, removed unused template
parameters of other classes including H, and then re-run creduce again.