This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
r247646 (likely) causing bootstrap error
- From: Martin Sebor <msebor at gmail dot com>
- To: GCC Mailing List <gcc at gcc dot gnu dot org>
- Cc: thomas dot preudhomme at arm dot com
- Date: Fri, 5 May 2017 11:27:07 -0600
- Subject: r247646 (likely) causing bootstrap error
- Authentication-results: sourceware.org; auth=none
I see the following error during bootstrap on x86_64 configured
with:
--enable-languages=ada,all,c,c++,fortran,go,lto,objc,obj-c++
In file included from ./plugin-version.h:1:0,
from /src/gcc-trunk/gcc/plugin.c:34:
./configargs.h:7:33: error: expected primary-expression before ‘;’ token
} configure_default_options[] = ;
^
The error disappears after reverting to a commit prior to r247646.
Thanks
Martin