public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/26562]  New: unrecognizable insn with huge symbol offset
@ 2006-03-04 19:07 debian-gcc at lists dot debian dot org
  2006-03-04 19:23 ` [Bug target/26562] [4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2006-03-04 19:07 UTC (permalink / raw)
  To: gcc-bugs

[forwarded from http://bugs.debian.org/349268]

gcc version 4.0.2 (Debian 4.0.2-2)

falk@pergolesi:~% cat test.c
extern int x[];
static int **STACK;

static void get_block() {
    while (1)
        STACK[0] = x + (1L << 48);
}

falk@pergolesi:~% gcc -c test.c
falk@pergolesi:~% gcc -c test.c -O
falk@pergolesi:~% gcc -c test.c -O -fPIC
test.c: In function 'get_block':
test.c:7: error: unrecognizable insn:
(insn 34 33 30 0 (set (reg/f:DI 59)
        (plus:DI (reg:DI 61)
            (const_int 1125899906842624 [0x4000000000000]))) -1
(insn_list:REG_DEP_TRUE 33 (nil))
    (expr_list:REG_DEAD (reg:DI 61)
        (expr_list:REG_EQUAL (const:DI (plus:DI (symbol_ref:DI ("x") [flags
0x40] <var_decl 0x2a959a7ea0 x>)
                    (const_int 1125899906842624 [0x4000000000000])))
            (nil))))
test.c:7: internal compiler error: in extract_insn, at recog.c:2020
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: unrecognizable insn with huge symbol offset
           Product: gcc
           Version: 4.0.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
 GCC build triplet: x86_64-linux-gnu
  GCC host triplet: x86_64-linux-gnu
GCC target triplet: x86_64-linux-gnu


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


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

end of thread, other threads:[~2007-02-03 16:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-04 19:07 [Bug target/26562] New: unrecognizable insn with huge symbol offset debian-gcc at lists dot debian dot org
2006-03-04 19:23 ` [Bug target/26562] [4.0 Regression] " pinskia at gcc dot gnu dot org
2006-03-04 19:31 ` [Bug target/26562] [4.0 Regression] unrecognizable insn with huge symbol offset with -fPIC pinskia at gcc dot gnu dot org
2006-03-04 19:36 ` pinskia at gcc dot gnu dot org
2006-03-04 19:37 ` pinskia at gcc dot gnu dot org
2006-03-04 19:44 ` pinskia at gcc dot gnu dot org
2006-03-11  3:19 ` [Bug target/26562] [3.4/4.0 " mmitchel at gcc dot gnu dot org
2007-02-03 16:20 ` [Bug target/26562] [4.0 " gdr at gcc dot gnu dot org

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