diff gcc/gcc.c @ 112:ab0bcb71f44d

merge gcc 7
author mir3636
date Fri, 10 Nov 2017 19:46:38 +0900
parents 04ced10e8804 ce75bd9117e4
children d34655255c78
line wrap: on
line diff
--- a/gcc/gcc.c	Fri Oct 27 22:46:09 2017 +0900
+++ b/gcc/gcc.c	Fri Nov 10 19:46:38 2017 +0900
@@ -1309,6 +1309,9 @@
   {".go", "#Go", 0, 1, 0},
   /* Next come the entries for C.  */
   {".c", "@c", 0, 0, 1},
+#ifndef noCbC
+  {".cbc", "@c", 0, 1, 1},
+#endif
   {"@c",
    /* cc1 has an integrated ISO C preprocessor.  We should invoke the
       external preprocessor if -save-temps is given.  */