This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: r247646 (likely) causing bootstrap error


Sorry my apologies. I see that Nathan already fixed it. Must have slipped in during a conflict resolution during one of the many rebase between testing and commit approval.

Best regards,

Thomas

On 05/05/17 18:27, Martin Sebor wrote:
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]