Changeset c5c0148
- Timestamp:
- Oct 20, 2019, 9:47:09 AM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 24ff3b0
- Parents:
- 16a18f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/cc1.cc
r16a18f3 rc5c0148 10 10 // Created On : Fri Aug 26 14:23:51 2005 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Sep 9 17:50:53 201913 // Update Count : 38 412 // Last Modified On : Sun Oct 20 08:14:33 2019 13 // Update Count : 385 14 14 // 15 15 … … 503 503 execvp( args[0], (char * const *)args ); // should not return 504 504 perror( "CC1 Translator error: stage 2 cc1, execvp" ); 505 cerr << " invoked " << cargs[0] << endl;505 cerr << " invoked " << args[0] << endl; 506 506 exit( EXIT_FAILURE ); // tell gcc not to go any further 507 507 } // if
Note: See TracChangeset
for help on using the changeset viewer.