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
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
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