https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109776

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |testsuite-fail

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
>I suspect the testsuite needs further twiddling to work on 16bit int targets.

Actually it looks like a gimple front-end issue really.
iftmp2_8 and j and c0_1 are all declared as int types rather than long int. So
the testcase seems correct.

Do other gcc.dg/gimplefe-* testcase fail on this target too?

Reply via email to