This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

kill warning on sparc



I finally got annoyed enough at this to install the
obvious fix :-)

1999-12-16  David S. Miller  <davem@redhat.com>

	* config/sparc/sparc.c (epilogue_renumber): Add default case
	to switch stmt.

--- config/sparc/sparc.c.~1~	Tue Dec 14 12:27:29 1999
+++ config/sparc/sparc.c	Thu Dec 16 08:33:23 1999
@@ -4974,6 +4974,9 @@
     case CONST_INT:
     case CONST_DOUBLE:
       return 0;
+
+    default:
+      break;
     }
 
   fmt = GET_RTX_FORMAT (code);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]