[Bug 93] New: Build fails on ARM with static assert 8u == 4u

gdc-bugzilla at gdcproject.org gdc-bugzilla at gdcproject.org
Tue Jan 21 06:11:31 PST 2014


http://bugzilla.gdcproject.org/show_bug.cgi?id=93

             Bug #: 93
           Summary: Build fails on ARM with static assert 8u == 4u
    Classification: Unclassified
           Product: GDC
           Version: 4.8.x
          Platform: ARM
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: libgphobos
        AssignedTo: ibuclaw at gdcproject.org
        ReportedBy: king_duckz at gmx.com


I'm at commit c4194221701084a31b8b28a54f20339a80fb50a7, configuring with:

../gcc-4.8.2/configure --with-bugurl="http://gdcproject.org/bugzilla"
--enable-languages=d --prefix=/opt/gdc --enable-shared --enable-linker-build-id
--with-system-zlib --without-included-gettext --enable-threads=posix
--enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin
--enable-objc-gc --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp
--with-float=hard --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf
--target=arm-linux-gnueabihf --enable-checking=release --enable-gold

the build fails on both Raspberry Pi and Utilite Pro with the following
assertion failure:

/home/duckz/dev/thirdparty/gdc_compiler/gcc-4.8.2/libphobos/libdruntime/gcc/deh.d:116:
error: static assert  (8u == 4u) is false

-- 
Configure bugmail: http://bugzilla.gdcproject.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the D.gnu mailing list