public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: middle-end/10669: gcc 3.2 ICE on shift right > 127
@ 2003-05-07 21:11 bangerth
  0 siblings, 0 replies; 2+ messages in thread
From: bangerth @ 2003-05-07 21:11 UTC (permalink / raw)
  To: emh, gcc-bugs, gcc-prs, nobody

Synopsis: gcc 3.2 ICE on shift right > 127

State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Wed May  7 21:11:55 2003
State-Changed-Why:
    Confirmed with 3.2, but fixed in 3.2.3, 3.3 and 3.4

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


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

* middle-end/10669: gcc 3.2 ICE on shift right > 127
@ 2003-05-07 19:26 emh
  0 siblings, 0 replies; 2+ messages in thread
From: emh @ 2003-05-07 19:26 UTC (permalink / raw)
  To: gcc-gnats


>Number:         10669
>Category:       middle-end
>Synopsis:       gcc 3.2 ICE on shift right > 127
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Wed May 07 19:26:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     emh@hvidevold.cjb.net
>Release:        gcc version 3.2
>Organization:
>Environment:
Linux 2.4, LFS 4.0, i686
>Description:
cc     test.c   -o test
test.c: In function `main':
test.c:3: warning: left shift count >= width of type
test.c:4: unrecognizable insn:
(insn 18 13 31 (set (reg:QI 61)
        (const_int 128 [0x80])) -1 (nil)
    (nil))
test.c:4: Internal compiler error in extract_insn, at recog.c:2148
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make: *** [test] Error 1
>How-To-Repeat:
# 1 "test.c"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "test.c"
int main () {
        unsigned long num;
        num <<= 128;
}
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2003-05-07 21:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-07 21:11 middle-end/10669: gcc 3.2 ICE on shift right > 127 bangerth
  -- strict thread matches above, loose matches on Subject: below --
2003-05-07 19:26 emh

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).