This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Bug in ARM 15.12.3.LTS and 16.6.0.STS

Following code compiles fine with 5.2.x and throws a warning on 15.12.3 and 16.x

.sect ".text_krn" .thumb .thumbfunc hello hello: movs r0,#-0xffffffff .end

Why this?