This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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++


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]