On Thu, Jun 02, 2016 at 03:01:07PM +0200, Christophe Lyon wrote: > On 1 June 2016 at 18:59, Matthias Klose <d...@ubuntu.com> wrote: > > On 01.06.2016 18:29, Bernd Schmidt wrote: > >> On 05/13/2016 07:09 PM, Dhole wrote: > >>> + pfile->source_date_epoch = > >>> pfile->cb.get_source_date_epoch(pfile); > >> > >> Space before paren. Ok with that change. > >> > >>> * c-common.h (c_omp_region_type): Remove trailing coma. > >> > >> Also, comma. > > > > committed with these changes. > > > > Since this was committed, I'm seeing: > - ~random failures of pr61861: > /aci-gcc-fsf/sources/gcc-fsf/gccsrc/gcc/testsuite/gcc.dg/pr61861.c:22:3: > error: environment variable SOURCE_DATE_EPOCH must expand to a > non-negative integer less than or equal to 253402300799 > > I've noticed that HJ has reported it on gcc-regressions, too. > > It would help if the error message showed the value of SOURCE_DATE_EPOCH :)
I've fixed that already in r237035. Jakub