[Bug bootstrap/72844] New: Revision 293175 breaks gcc on FreeBSD

kargl at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Aug 8 18:30:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72844

            Bug ID: 72844
           Summary: Revision 293175 breaks gcc on FreeBSD
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: kargl at gcc dot gnu.org
  Target Milestone: ---

% cd gcc7
% svn update
% cd ../obj7
% ../gcc7/configure  --prefix=$HOME/work/7 --with-isl=/usr/local \
--enable-languages=c,fortran,c++ --disable-libmudflap --disable-nls
% gmake bootstrap

../../gcc7/gcc/input.c: In function 'void
selftest::test_lexer_string_locations_ebcdic(const
selftest::line_table_case&)':
../../gcc7/gcc/input.c:2137:8: error: 'HAVE_ICONV' was not declared in this
scope
   if (!HAVE_ICONV)
        ^~~~~~~~~~
../../gcc7/gcc/input.c:2137:8: note: suggested alternative: 'HAVE_ICONV_H'
   if (!HAVE_ICONV)
        ^~~~~~~~~~
        HAVE_ICONV_H


More information about the Gcc-bugs mailing list