From: Jason Merrill Date: Tue, 18 Oct 1994 00:33:02 +0000 (+0000) Subject: (default_compilers): Treat files with an extension of .c++ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bccef0116a25e141fe7e8e145b000de73895368b;p=gcc.git (default_compilers): Treat files with an extension of .c++ as C++ code. From-SVN: r8297 --- diff --git a/gcc/gcc.c b/gcc/gcc.c index db9c49af7ef..4fb47d71610 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -637,6 +637,7 @@ static struct compiler default_compilers[] = {".cc", "@c++"}, {".cxx", "@c++"}, {".cpp", "@c++"}, + {".c++", "@c++"}, {".C", "@c++"}, {"@c++", "cpp -lang-c++ %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %I\