On 10/16/2014 10:16 AM, Jakub Jelinek wrote:
On Thu, Oct 16, 2014 at 10:11:33AM -0400, Andrew MacLeod wrote:
Just updated to trunk and I have a compilation error:
/gcc/2014-10-14/gcc/gcc/cp/constexpr.c:3391:29: fatal error:
gt-cp-constexpr.h: No such file or directory
#include "gt-cp-constexpr.h"
^
I presume its due to :
2014-10-15 Paolo Carlini <paolo.carl...@oracle.com>
* constexpr.c: ... here, new file.
with no gengtype update to create the file...?
or am I missing something else?
Have you done ./config.status --recheck; ./config.status
in gcc subdir?
Jakub
no.. guess I will now :-)
Andrew