On Thu, Jun 18, 2020 at 12:26:06AM +0200, Thomas Schwinge wrote:
> Hi!
> 
> On 2020-04-30T12:14:39+0200, Jakub Jelinek via Gcc-patches 
> <gcc-patches@gcc.gnu.org> wrote:
> > On Thu, Apr 30, 2020 at 12:07:32PM +0200, Thomas Schwinge wrote:
> >> Is the attached OK for master branch, in next stage 1?  [...]
> >
> > Ok for stage1, thanks.
> 
> Thanks.  I've now pushed "[OpenMP, gimplifier] 'inform' after 'error'
> diagnostic" to master branch in commit
> 4f2ab6b89e170f1343f935761481c3745fe603b1, see attached.

Forgot about something, when there is more than one diagnostics tied
together, such as in these cases, one should use
  {
    auto_diagnostic_group d;
    error (...);
    inform (...);
  }
to tie them together.  Could you please change that?  Or I can do that
during the day.

        Jakub

Reply via email to