[Bug target/49985] New: Cannot compile on s390x

jan.kratochvil at redhat dot com gcc-bugzilla@gcc.gnu.org
Fri Aug 5 08:03:00 GMT 2011


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

           Summary: Cannot compile on s390x
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jan.kratochvil@redhat.com
            Target: s390x-rhel62-linux-gnu


r177422

gcc/config/s390/s390.c: In function ‘s390_expand_cs_hqi’:
gcc/config/s390/s390.c:4736: warning: passing argument 5 of ‘store_bit_field’
makes integer from pointer without a cast
gcc/expr.h:667: note: expected ‘long unsigned int’ but argument is of type
‘rtx’
gcc/config/s390/s390.c:4736: error: too few arguments to function
‘store_bit_field’ 
gcc/config/s390/s390.c:4744: warning: passing argument 5 of ‘store_bit_field’
makes integer from pointer without a cast
gcc/expr.h:667: note: expected ‘long unsigned int’ but argument is of type
‘rtx’
gcc/config/s390/s390.c:4744: error: too few arguments to function
‘store_bit_field’ 
gcc/config/s390/s390.c: In function ‘s390_expand_atomic’:
gcc/config/s390/s390.c:4821: warning: passing argument 5 of ‘store_bit_field’
makes integer from pointer without a cast
gcc/expr.h:667: note: expected ‘long unsigned int’ but argument is of type
‘rtx’
gcc/config/s390/s390.c:4821: error: too few arguments to function
‘store_bit_field’ 

The last build on the same machine was OK:
gcc (GCC) 4.7.0 20110723 (experimental)

--enable-64-bit-bfd --enable-debug --disable-sim --enable-gold --enable-plugins
--disable-werror --with-separate-debug-dir=/usr/lib/debug --prefix=/root/xxx
--disable-werror --enable-languages=c,c++



More information about the Gcc-bugs mailing list