Changeset 6dc19544
- Timestamp:
- Jun 24, 2019, 10:35:35 AM (6 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:
- 4d978d5
- Parents:
- 84917e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/cc1.cc
r84917e2 r6dc19544 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // cc1.cc -- 7 // cc1.cc -- 8 8 // 9 9 // Author : Peter A. Buhr … … 107 107 if ( tmpfilefd != -1 ) { // RACE, file created ? 108 108 rmtmpfile(); // remove 109 exit( EXIT_FAILURE ); // terminate 109 exit( EXIT_FAILURE ); // terminate 110 110 } // if 111 111 } // sigTermHandler … … 360 360 361 361 #ifdef __DEBUG_H__ 362 cerr << "cfa-cpp ncargs: " << o_name<< " " << CFA_flag << " " << ncargs << endl;362 cerr << "cfa-cpp ncargs: " << (o_name ? o_name : "No -o") << " " << CFA_flag << " " << ncargs << endl; 363 363 for ( int i = 0; cargs[i] != NULL; i += 1 ) { 364 364 cerr << cargs[i] << " ";
Note: See TracChangeset
for help on using the changeset viewer.