On 11/08/2011 04:29 PM, Richard Henderson wrote:
On 11/08/2011 12:21 PM, Patrick Marlier wrote:The other way could be to change the regex but we don't want that.Why not?
My guess was that the purpose to have "long" in the testcase was to test the generation of another TM-builtin than _ITM_RU4.
3 possibilities to fix: - change g to "long long" - change g to "int" and match _ITM_RU4 for g - change the match for g to _ITM_RU[48] Patrick.