Changeset e24f13a for src/driver/cfa.cc
- Timestamp:
- Jun 2, 2016, 6:32:06 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- a3e7d34
- Parents:
- 4df85197
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/driver/cfa.cc
r4df85197 re24f13a 10 10 // Created On : Tue Aug 20 13:44:49 2002 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Apr 20 18:31:28201613 // Update Count : 13 312 // Last Modified On : Thu Jun 2 17:24:25 2016 13 // Update Count : 137 14 14 // 15 15 … … 75 75 string langstd; // language standard 76 76 77 string compiler_path( GCC_PATH );// path/name of C compiler77 string compiler_path( CFA_BACKEND_CC ); // path/name of C compiler 78 78 string compiler_name; // name of C compiler 79 79 … … 317 317 nargs += 1; 318 318 } else { 319 cerr << argv[0] << " error, compiler " << compiler_name << " notsupported." << endl;319 cerr << argv[0] << " error, compiler \"" << compiler_name << "\" unsupported." << endl; 320 320 exit( EXIT_FAILURE ); 321 321 } // if
Note: See TracChangeset
for help on using the changeset viewer.