shithub: scc

Download patch

ref: c5b90c26871eee25138cfbdb503a293ba47568f3
parent: 74ee2f1cfd945b0d3a53cdea44aaac9a08eef75d
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Dec 13 14:05:57 EST 2016

[cc1] Admits enum in emittype()

We have to do nothing with it, but it is easier to accept it
instead of aborting.

--- a/cc1/code.c
+++ b/cc1/code.c
@@ -272,6 +272,7 @@
 		break;
 	case PTR:
 	case FTN:
+	case ENUM:
 		return;
 	default:
 		abort();