This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/72844] New: Revision 293175 breaks gcc on FreeBSD
- From: "kargl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 08 Aug 2016 18:30:17 +0000
- Subject: [Bug bootstrap/72844] New: Revision 293175 breaks gcc on FreeBSD
- Auto-submitted: auto-generated
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