public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* target/7021: __builtin_alpha_zapnot gives ICE
@ 2002-06-13 11:16 falk.hueffner
  0 siblings, 0 replies; 2+ messages in thread
From: falk.hueffner @ 2002-06-13 11:16 UTC (permalink / raw)
  To: gcc-gnats


>Number:         7021
>Category:       target
>Synopsis:       __builtin_alpha_zapnot gives ICE
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Thu Jun 13 11:16:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     falk.hueffner@student.uni-tuebingen.de
>Release:        CVS 2002-06-13
>Organization:
>Environment:
Alpha PCA56, Debian GNU/Linux
>Description:
__builtin_alpha_zapnot with a non-constant second argument gives an ICE.

It seems the problem is that in the machine description, the second parameter is declared to be in QI mode, while copy_to_mode_reg (called from alpha_expand_builtin) expects DI.
>How-To-Repeat:
% cat zapnot.c
unsigned long f(unsigned long x, unsigned long y) {
    return __builtin_alpha_zapnot(x, y);
}
% gcc -c zapnot.c
zapnot.c: In function `f':
zapnot.c:2: Internal compiler error: Internal compiler error in copy_to_mode_reg, at explow.c:711
>Fix:
Using DI mode everywhere in builtin_zapnot* helps, but the QI was supposedly there to tell the compiler that only the low byte matters, which would get lost then.
>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: target/7021: __builtin_alpha_zapnot gives ICE
@ 2002-06-14 16:36 rth
  0 siblings, 0 replies; 2+ messages in thread
From: rth @ 2002-06-14 16:36 UTC (permalink / raw)
  To: falk.hueffner, gcc-bugs, gcc-prs, nobody

Synopsis: __builtin_alpha_zapnot gives ICE

State-Changed-From-To: open->closed
State-Changed-By: rth
State-Changed-When: Fri Jun 14 16:35:48 2002
State-Changed-Why:
    Fixed.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7021


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-06-14 23:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-13 11:16 target/7021: __builtin_alpha_zapnot gives ICE falk.hueffner
2002-06-14 16:36 rth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).