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

            Bug ID: 98402
           Summary: [11 Regression] libgo build broken on
                    arm-linux-gnueabi
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
          Assignee: ian at airs dot com
          Reporter: doko at debian dot org
                CC: cmang at google dot com
  Target Milestone: ---

seen with trunk 20201219 on arm-linux-gnueabihf:

runtime_sysinfo.go:800:29: error: floating-point exponent too large to
represent
  800 | const ___FLT32_NORM_MAX__ = 3.4028234663852886e+3832
      |                             ^
runtime_sysinfo.go:4593:24: error: floating-point exponent too large to
represent
 4593 | const ___FLT32_MAX__ = 3.4028234663852886e+3832
      |                        ^
make[6]: *** [Makefile:2967: runtime.lo] Error 1
make[6]: *** Waiting for unfinished jobs....

configured with:

         --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2
         --prefix=/usr
         --with-gcc-major-version-only
         --program-suffix=-11
         --program-prefix=arm-linux-gnueabihf-
         --enable-shared
         --enable-linker-build-id
         --libexecdir=/usr/lib
         --without-included-gettext
         --enable-threads=posix
         --libdir=/usr/lib
         --enable-nls
         --enable-bootstrap
         --enable-clocale=gnu
         --enable-libstdcxx-debug
         --enable-libstdcxx-time=yes
         --with-default-libstdcxx-abi=new
         --enable-gnu-unique-object
         --disable-libitm
         --disable-libquadmath
         --disable-libquadmath-support
         --enable-plugin
         --enable-default-pie
         --with-system-zlib
         --enable-libphobos-checking=release
         --with-target-system-zlib=auto
         --enable-objc-gc=auto
         --enable-multiarch
         --enable-multilib
         --disable-sjlj-exceptions
         --with-arch=armv7-a
         --with-fpu=vfpv3-d16
         --with-float=hard
         --with-mode=thumb
         --disable-werror
         --enable-multilib
         --enable-checking=yes
         --build=arm-linux-gnueabihf
         --host=arm-linux-gnueabihf
         --target=arm-linux-gnueabihf

make target is profiledbootstrap-lean

Reply via email to