http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54684



             Bug #: 54684

           Summary: bootstrap broken with --disable-checking

    Classification: Unclassified

           Product: gcc

           Version: 4.8.0

            Status: UNCONFIRMED

          Severity: normal

          Priority: P3

         Component: bootstrap

        AssignedTo: unassig...@gcc.gnu.org

        ReportedBy: andre...@gcc.gnu.org

              Host: *-unknown-freebsd10.0

            Target: *-unknown-freebsd10.0

             Build: *-unknown-freebsd10.0





Created attachment 28254

  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28254

Preprocessed file which fails.



Bootstrap is broken with the following config:



Target: x86_64-unknown-freebsd10.0

Configured with: /export/devel/net/src/gcc/head/gcc/configure

--prefix=/export/devel/build/gcc/head/testbin --disable-nls

--with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld --disable-checking

Thread model: posix

gcc version 4.8.0 20120923 (experimental) [trunk revision 191651] (GCC) 





This is the error:



/export/devel/net/src/gcc/head/gcc/gcc/ipa-prop.c: In function 'bool

visit_ref_for_mod_analysis(gimple, tree, void*)':

/export/devel/net/src/gcc/head/gcc/gcc/ipa-prop.c:1842:1: error: mismatching

comparison operand types

 visit_ref_for_mod_analysis (gimple stmt ATTRIBUTE_UNUSED,

 ^

unsigned int

bool

if (i.2_16 == 1)



/export/devel/net/src/gcc/head/gcc/gcc/ipa-prop.c:1842:1: internal compiler

error: verify_gimple failed



The same happens on powerpc64-unknown-freebsd10.0

Reply via email to