Index: driver/cc1.cc
===================================================================
--- driver/cc1.cc	(revision 158b026fb8f759ed1b6cebe96e8a07ccb25235cb)
+++ driver/cc1.cc	(revision 24ff3b0fcb8e6c6d9030492d7f4e123c8fc71ecc)
@@ -10,6 +10,6 @@
 // Created On       : Fri Aug 26 14:23:51 2005
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Sep  9 17:50:53 2019
-// Update Count     : 384
+// Last Modified On : Sun Oct 20 08:14:33 2019
+// Update Count     : 385
 //
 
@@ -503,5 +503,5 @@
 		execvp( args[0], (char * const *)args );		// should not return
 		perror( "CC1 Translator error: stage 2 cc1, execvp" );
-		cerr << " invoked " << cargs[0] << endl;
+		cerr << " invoked " << args[0] << endl;
 		exit( EXIT_FAILURE );							// tell gcc not to go any further
 	} // if
