[Bug target/69857] New: gcc/config/arm/arm.c:15949: return in strange place ?
dcb314 at hotmail dot com
gcc-bugzilla@gcc.gnu.org
Wed Feb 17 15:26:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69857
Bug ID: 69857
Summary: gcc/config/arm/arm.c:15949: return in strange place ?
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: dcb314 at hotmail dot com
Target Milestone: ---
[trunk/gcc/config/arm/arm.c:15949]: (style) Statements following return, break,
continue, goto or throw will never be executed.
Source code is
else if (TARGET_ARM)
{
return false;
int regno = REGNO (operands[0]);
if (!peep2_reg_dead_p (4, operands[0]))
{
svn blame says
197530 gretay else if (TARGET_ARM)
197530 gretay {
197530 gretay return false;
197530 gretay int regno = REGNO (operands[0]);
197530 gretay if (!peep2_reg_dead_p (4, operands[0]))
197530 gretay {
More information about the Gcc-bugs
mailing list