shithub: scc

Download patch

ref: e703cf33b768fa08ab5b26ca5f85eba756212088
parent: 9b5f080eb2ecc01e6aebe3d900c893519b0cc402
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Aug 4 05:57:21 EDT 2015

Remove unneeded internal check

This check had a consecutive call to error(), so it will
always notified, even without the internal check.

--- a/cc1/types.c
+++ b/cc1/types.c
@@ -257,8 +257,6 @@
 		}
 		break;
 	}
-	fputs("internal type error, aborting\n", stderr);
-	abort();
 
 invalid_type:
 	error("invalid type specification");