]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/g++spec.c
Update copyright years.
[thirdparty/gcc.git] / gcc / cp / g++spec.c
index 93f94602c9208e319535b4b7359eb2401af7af62..0ab63bcd2119b4ffdda235c6b49cb53a4eca98ef 100644 (file)
@@ -1,5 +1,5 @@
 /* Specific flags and argument handling of the C++ front end.
-   Copyright (C) 1996-2013 Free Software Foundation, Inc.
+   Copyright (C) 1996-2020 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -21,7 +21,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "tm.h"
-#include "gcc.h"
 #include "opts.h"
 
 /* This bit is set if we saw a `-xfoo' language specification.  */
@@ -185,6 +184,7 @@ lang_specific_driver (struct cl_decoded_option **in_decoded_options,
          break;
 
        case OPT_c:
+       case OPT_r:
        case OPT_S:
        case OPT_E:
        case OPT_M: