target/8232: s390x: ICE when using bcmp with 'int' length argument

uweigand@de.ibm.com uweigand@de.ibm.com
Tue Oct 15 10:16:00 GMT 2002


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



More information about the Gcc-bugs mailing list