Hi. This fixes:
In file included from /space/rguenther/src/svn/trunk/gcc/brig/brigspec.c:26: /space/rguenther/src/svn/trunk/gcc/gcc.h:60:3: error: ‘option_proposer’ does not name a type option_proposer m_option_proposer; Installed as obvious. Martin gcc/brig/ChangeLog: 2018-06-28 Martin Liska <mli...@suse.cz> * brigspec.c: Add missing header file inclusion. --- gcc/brig/brigspec.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/gcc/brig/brigspec.c b/gcc/brig/brigspec.c index 35e2460b1e5..2c8a3faf8ff 100644 --- a/gcc/brig/brigspec.c +++ b/gcc/brig/brigspec.c @@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" +#include "opt-suggestions.h" #include "gcc.h" #include "opts.h"