Re: [PATCH] check-function-bodies: Support "^[0-9]+:"

2025-07-07 Thread H.J. Lu
On Fri, Jul 4, 2025 at 5:20 PM H.J. Lu wrote: > > On Thu, Jul 3, 2025 at 2:02 PM H.J. Lu wrote: > > > > On Wed, Jul 2, 2025 at 9:12 AM H.J. Lu wrote: > > > > > > While working on > > > > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120881 > > > > > > I tried to use check-function-bodies to v

Re: [PATCH] check-function-bodies: Support "^[0-9]+:"

2025-07-04 Thread H.J. Lu
On Thu, Jul 3, 2025 at 2:02 PM H.J. Lu wrote: > > On Wed, Jul 2, 2025 at 9:12 AM H.J. Lu wrote: > > > > While working on > > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120881 > > > > I tried to use check-function-bodies to verify that > > > > 1: call mcount > > > > generated by "-pg" is pla

Re: [PATCH] check-function-bodies: Support "^[0-9]+:"

2025-07-02 Thread H.J. Lu
On Wed, Jul 2, 2025 at 9:12 AM H.J. Lu wrote: > > While working on > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120881 > > I tried to use check-function-bodies to verify that > > 1: call mcount > > generated by "-pg" is placed at the function entry. Add "^[0-9]+:" to > check-function-bodies t