This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
target/8232: s390x: ICE when using bcmp with 'int' length argument
- From: uweigand at de dot ibm dot com
- To: gcc-gnats at gcc dot gnu dot org
- Date: 15 Oct 2002 17:13:12 -0000
- Subject: target/8232: s390x: ICE when using bcmp with 'int' length argument
- Reply-to: uweigand at de dot ibm dot com
>Number: 8232
>Category: target
>Synopsis: s390x: ICE when using bcmp with 'int' length argument
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Oct 15 10:16:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Ulrich Weigand
>Release: gcc 3.2
>Organization:
>Environment:
>Description:
ICE when building the TeX package on s390x-ibm-linux
in dviconcat.c:
Internal compiler error in emit_move_insn, at expr.c:2769
>How-To-Repeat:
This code snippet reproduces the ICE:
int f (char *p, char *q, int i)
{
return bcmp (p, q, i);
}
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: