Re: tighten funcspec regexps

2021-03-23 Thread Uros Bizjak via Gcc-patches
On Wed, Mar 24, 2021 at 7:51 AM Alexandre Oliva wrote: > > > In -mcmodel=large, callee symbols are pulled ahead of the call insns. > > The patterns in funcspec-[12].c tests in gcc.target/i386 match even > line breaks between 'call' and a function symbol expected to be > called, however, so it ends

tighten funcspec regexps

2021-03-23 Thread Alexandre Oliva
In -mcmodel=large, callee symbols are pulled ahead of the call insns. The patterns in funcspec-[12].c tests in gcc.target/i386 match even line breaks between 'call' and a function symbol expected to be called, however, so it ends up unexpectedly matching a previous, unrelated indirect call, up t