http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556
--- Comment #16 from Steve Ellcey ---
It looks like this is a bug in convert_move when POINTERS_EXTEND_UNSIGNED
is false. If unsignedp is false we call emit_store_flag to get 'fill_value'.
Arguments 3 and 4 (op0 and op1 in emit_store_flag) are:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556
--- Comment #15 from H.J. Lu ---
This is related to PR 54037.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556
--- Comment #14 from reed kotler ---
(In reply to Andrew Pinski from comment #13)
> (In reply to reed kotler from comment #12)
> >
> > Do you know where the original line was that made it fail in the .ii?
>
> Yes:
> # 227 "/home/rkotler/llvm_tru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556
--- Comment #13 from Andrew Pinski ---
(In reply to reed kotler from comment #12)
>
> Do you know where the original line was that made it fail in the .ii?
Yes:
# 227 "/home/rkotler/llvm_trunk/lib/ExecutionEngine/RTDyldMemoryManager.cpp"
if (N
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556
--- Comment #12 from reed kotler ---
(In reply to Andrew Pinski from comment #11)
> (In reply to Andrew Pinski from comment #10)
> > I should note the code is undefined and has (uint64_t)&stat and that itself
> > is causing the issue. If I change
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556
Andrew Pinski changed:
What|Removed |Added
Keywords||ice-on-valid-code
Status|UNCO
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556
--- Comment #10 from Andrew Pinski ---
I should note the code is undefined and has (uint64_t)&stat and that itself is
causing the issue. If I change it to be
(uint64_t)(unsigned long)&stat, GCC does not crash.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556
--- Comment #9 from reed kotler ---
(In reply to Andrew Pinski from comment #8)
> I can reproduce the bug and now I am reducing it.
Awesome! Thanks.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |UNCONFIRMED
Ever confirmed|1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556
--- Comment #7 from reed kotler ---
Created attachment 32378
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32378&action=edit
.ii gziped
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556
--- Comment #6 from reed kotler ---
(In reply to Andrew Pinski from comment #3)
> Also how did you configure your compiler?
$ /home/rkotler/slave/slavebuildgccbe/build/src/gcc/configure
--prefix=/home/r
kotler/slave/slavebuildgccbe/build/instal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556
--- Comment #5 from Andrew Pinski ---
(In reply to reed kotler from comment #4)
> it's too big.
>
> what do you suggest?
Try to use gzip or bzip to compress it.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556
--- Comment #4 from reed kotler ---
it's too big.
what do you suggest?
Where should i put it?
1200k bytes
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556
--- Comment #2 from Andrew Pinski ---
I don't see the .ii file.
15 matches
Mail list logo