public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/39779]  New: ICE shifting byte to the right with constant > 7FFFFFFF
@ 2009-04-15 22:36 bjoern at hoehrmann dot de
  2009-04-16  8:29 ` [Bug target/39779] " ubizjak at gmail dot com
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: bjoern at hoehrmann dot de @ 2009-04-15 22:36 UTC (permalink / raw)
  To: gcc-bugs

% gcc --version
gcc (Debian 4.3.3-7) 4.3.3
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

% cat gcc4-bug.c
#include <stdint.h>
int main(void) { 
  uint8_t v1 = 0;
  v1>>=0xdebecced;
}

% gcc gcc4-bug.c
gcc4-bug.c: In function 'main':
gcc4-bug.c:5: warning: right shift count >= width of type
gcc4-bug.c:6: error: unrecognizable insn:
(insn 7 6 8 3 gcc4-bug.c:5 (set (reg:QI 60)
        (const_int -557921043 [0xffffffffdebecced])) -1 (nil))
gcc4-bug.c:6: internal compiler error: in extract_insn, at recog.c:2001
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.


-- 
           Summary: ICE shifting byte to the right with constant > 7FFFFFFF
           Product: gcc
           Version: 4.3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bjoern at hoehrmann dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39779


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

end of thread, other threads:[~2009-09-23 10:25 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-15 22:36 [Bug c/39779] New: ICE shifting byte to the right with constant > 7FFFFFFF bjoern at hoehrmann dot de
2009-04-16  8:29 ` [Bug target/39779] " ubizjak at gmail dot com
2009-04-16 11:37 ` [Bug rtl-optimization/39779] " ubizjak at gmail dot com
2009-04-16 12:26 ` ubizjak at gmail dot com
2009-09-08 15:05 ` ubizjak at gmail dot com
2009-09-09 19:26 ` uros at gcc dot gnu dot org
2009-09-10 15:15 ` uros at gcc dot gnu dot org
2009-09-10 15:16 ` ubizjak at gmail dot com
2009-09-11  9:54 ` howarth at nitro dot med dot uc dot edu
2009-09-11  9:55 ` howarth at nitro dot med dot uc dot edu
2009-09-11 10:45 ` jakub at gcc dot gnu dot org
2009-09-11 11:22 ` ubizjak at gmail dot com
2009-09-21 13:03 ` ubizjak at gmail dot com
2009-09-23  6:44 ` uros at gcc dot gnu dot org
2009-09-23  9:37 ` uros at gcc dot gnu dot org
2009-09-23 10:19 ` uros at gcc dot gnu dot org
2009-09-23 10:25 ` [Bug c/39779] " ubizjak at gmail dot com

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