https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80474
--- Comment #7 from Jan Smets ---
My apologies, somehow I dropped the -mno-abicalls along the road.
$ git status
HEAD detached at gcc-6_3_0-release
configure --target=mips64-linux-gnuabi64 --enable-languages=c (with
binutils/gmp/etc all alread
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80474
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|2017-04-21 00
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80474
--- Comment #5 from Jan Smets ---
We get 'good' code on 7.1/trunk since
2016-04-29 Patrick Palka
tree-ssa-threadedge.c (simplify_control_stmt_condition): Split out into ...
simplify_control_stmt_condition_1): ... here. Rec
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80474
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
Status|WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80474
--- Comment #4 from Jan Smets ---
For the reduced testcase :
$ mips64-linux-gnuabi64-gcc --version
mips64-linux-gnuabi64-gcc (Ubuntu 6.3.0-12ubuntu2) 6.3.0 20170406
mips64-linux-gnuabi64-gcc -O2 -fno-reorder-blocks -march=mips2
-fno-inline-sm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80474
--- Comment #3 from Richard Biener ---
How to configure a cross? --target=mips-o32 isn't valid.
For the reduced testcase what are we looking for?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80474
--- Comment #2 from Jan Smets ---
Created attachment 41245
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41245&action=edit
testcase pr80474
-O2 -fno-reorder-blocks -march=mips2 -fno-inline-small-functions
MIPS O32
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80474
Richard Biener changed:
What|Removed |Added
Target||mips-o32
Status|UNCONFIRMED