mips.c (mips_output_conditional_branch): Add `break' between `default' label and...
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Tue, 15 Jun 1999 09:03:35 +0000 (09:03 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Tue, 15 Jun 1999 09:03:35 +0000 (09:03 +0000)
* config/mips/mips.c (mips_output_conditional_branch): Add `break'
between `default' label and `close braces'.

From-SVN: r27533

gcc/ChangeLog
gcc/config/mips/mips.c

index 9bbd8fcdad6d4986820cd496cf872a6fb3716bb1..267ec44bf2e194daef80d22bd96936ab552a79de 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jun 15 12:51:23 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * config/mips/mips.c (mips_output_conditional_branch): Add `break' 
+       between `default' label and `close braces'.
+
 Tue Jun 15 01:55:20 1999  David O'Brien <obrien@FreeBSD.org>
 
        * i386/freebsd-elf.h (LINK_SPEC): clean up the linking library 
index 5c54dba4157a3c2df853ef7dde4ef24e516e12c7..3135aff968fd66258ec9db6c05a448039039c8cf 100644 (file)
@@ -8661,6 +8661,7 @@ mips_output_conditional_branch (insn,
 
        default:
          /* Not a special case.  */
+         break;
        }
     }