[Bug target/60556] tip of tree crash with mips compiler

2014-03-19 Thread sje at gcc dot gnu.org
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:

[Bug target/60556] tip of tree crash with mips compiler

2014-03-19 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556 --- Comment #15 from H.J. Lu --- This is related to PR 54037.

[Bug target/60556] tip of tree crash with mips compiler

2014-03-19 Thread reed.kotler at imgtec dot com
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

[Bug target/60556] tip of tree crash with mips compiler

2014-03-17 Thread pinskia at gcc dot gnu.org
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

[Bug target/60556] tip of tree crash with mips compiler

2014-03-17 Thread reed.kotler at imgtec dot com
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

[Bug target/60556] tip of tree crash with mips compiler

2014-03-17 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code Status|UNCO

[Bug target/60556] tip of tree crash with mips compiler

2014-03-17 Thread pinskia at gcc dot gnu.org
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.

[Bug target/60556] tip of tree crash with mips compiler

2014-03-17 Thread reed.kotler at imgtec dot com
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.

[Bug target/60556] tip of tree crash with mips compiler

2014-03-17 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556 Andrew Pinski changed: What|Removed |Added Status|WAITING |UNCONFIRMED Ever confirmed|1

[Bug target/60556] tip of tree crash with mips compiler

2014-03-17 Thread reed.kotler at imgtec dot com
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

[Bug target/60556] tip of tree crash with mips compiler

2014-03-17 Thread reed.kotler at imgtec dot com
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

[Bug target/60556] tip of tree crash with mips compiler

2014-03-17 Thread pinskia at gcc dot gnu.org
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.

[Bug target/60556] tip of tree crash with mips compiler

2014-03-17 Thread reed.kotler at imgtec dot com
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

[Bug target/60556] tip of tree crash with mips compiler

2014-03-17 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/60556] tip of tree crash with mips compiler

2014-03-17 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556 --- Comment #2 from Andrew Pinski --- I don't see the .ii file.