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]

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


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


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