[Bug target/44227] Invalid instruction generation in Thumb2 for tst instruction.

2010-05-26 Thread ramana at gcc dot gnu dot org
--- Comment #3 from ramana at gcc dot gnu dot org 2010-05-26 08:50 --- Yes - confirmed fixed with the reduced testcase. -- ramana at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/44227] Invalid instruction generation in Thumb2 for tst instruction.

2010-05-24 Thread carrot at google dot com
--- Comment #2 from carrot at google dot com 2010-05-25 02:28 --- Fixed by http://gcc.gnu.org/ml/gcc-cvs/2010-05/msg00860.html. Ramana, could you help to verify and close it? thanks Carrot -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44227

[Bug target/44227] Invalid instruction generation in Thumb2 for tst instruction.

2010-05-21 Thread ramana at gcc dot gnu dot org
--- Comment #1 from ramana at gcc dot gnu dot org 2010-05-21 10:38 --- Created an attachment (id=20718) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20718action=view) testcase Testcase - Compile and assemble with -mcpu=cortex-a8 -mthumb -O3. --