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

            Bug ID: 115831
           Summary: if the function for check-function-bodies is not
                    found, it does not say it was not found
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Keywords: internal-improvement
          Severity: enhancement
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---

Created attachment 58610
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58610&action=edit
testcase

While writing a testcase that uses check-function-bodies, I was trying to
figure out why a check-function-bodies was failing . It was not obvious because
the function names were so close that I didn't realize I had a misspelling of
the function name in the check.

Attached is a testcase which shows the issue I am talking about.

NOTE the testcase should FAIL but currently it just shows the FAIL without
saying the function was not found which 100% would be useful when debugging a
testcase.

Reply via email to