public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: RTL error for member access
       [not found] <1394963853428-1018700.post@n5.nabble.com>
@ 2014-03-19 15:31 ` blackoil
  0 siblings, 0 replies; only message in thread
From: blackoil @ 2014-03-19 15:31 UTC (permalink / raw)
  To: gcc-help

/home/abcde/gccsrc/libgcc/unwind-dw2-fde.c: In function ‘frame_heapsort’:
/home/abcde/gccsrc/libgcc/unwind-dw2-fde.c:537:1: error: insn does not
satisfy its constraints:
(insn 48 47 163 2 (set (reg:SI 4 X4)
        (mem:SI (plus:SI (mem/f/c:SI (plus:SI (reg/f:SI 22 FP)
                        (const_int 16 [0x10])) [6 erratic+0 S4 A32])
                (const_int 4 [0x4])) [4 erratic_3(D)->count+0 S4 A32]))
/home/abcde/gccsrc/libgcc/unwind-dw2-fde.c:519 3 {load_store_si}
     (nil))
/home/abcde/gccsrc/libgcc/unwind-dw2-fde.c:537:1: internal compiler error:
in reload_cse_simplify_operands, at postreload.c:403


I tried own test code, it works fine.

struct new
{
int a;
int b;
};

int main(struct new * p)
{
p->b = 123;
}



--
View this message in context: http://gcc.1065356.n5.nabble.com/RTL-error-for-member-access-tp1018700p1019568.html
Sent from the gcc - Help mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-19  7:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1394963853428-1018700.post@n5.nabble.com>
2014-03-19 15:31 ` RTL error for member access blackoil

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