https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80256

--- Comment #1 from nightstrike <nightstrike at gmail dot com> ---
Created attachment 41081
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41081&action=edit
Assembler output

Attaching the assembler output that dejagnu is trying to scan.  As mentioned in
the first post, someone skilled with regular expressions can probably find a
way to make dejagnu catch this instead of using the patch I provided.  dominiq
on irc suggested that perhaps it is failing because the actual text of myBindC
is found twice in the assembler output.  I changed the regex to be
"call\tmyBindC", which would only match once.

Reply via email to