This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [GSoC 2019] [extending Csmith for fuzzing OpenMp extensions]
- From: Andi Kleen <ak at linux dot intel dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: sameeran joshi <gsocsameeran at gmail dot com>, gcc at gcc dot gnu dot org
- Date: Tue, 26 Mar 2019 06:32:14 -0700
- Subject: Re: [GSoC 2019] [extending Csmith for fuzzing OpenMp extensions]
- References: <CAKz4L0ER_F1N=gxq75pS0=vN5zayDivOCNYz5WZkOX78aDO0KA@mail.gmail.com> <ri64l91t0rz.fsf@suse.cz> <CAKz4L0H6md9OZyfqnw_OXJk6UVtus8cN9zf3hNytXnTPXxrq3g@mail.gmail.com> <20190324025508.GF18020@tassilo.jf.intel.com> <CAKz4L0FPB+HRYiDSMa7rDYRXKKn0V1dqqR7jXDprp4=_+FyPYQ@mail.gmail.com> <87o95yxya1.fsf@linux.intel.com> <20190326072935.GY7611@tucnak> <CAKz4L0E0yyx_pW8OBstv4CvUxkVmsUys7YVu=MbybJUGXgT5PA@mail.gmail.com> <20190326080550.GA7611@tucnak>
> That is a correct diagnostics.
>
> See Canonical loop form.
>
> test-expr One of the following:
> var relational-op b
> b relational-op var
>
> ( var relational-op b )
> is neither of those.
Still seems strange to fail for some meaningless brackets.
But ok.
-Andi