mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-10 08:09:36 +08:00
gcc.c (do_spec_1): Cope with %g/%u/%U options which do not have a suffix.
8 * gcc.c (do_spec_1): Cope with %g/%u/%U options which do not have a suffix. From-SVN: r21229
This commit is contained in:
parent
4249dc2be3
commit
1ccb8f57d5
@ -3653,7 +3653,7 @@ do_spec_1 (spec, inswitch, soft_matched_part)
|
||||
t->length = p - suffix;
|
||||
t->suffix = save_string (suffix, p - suffix);
|
||||
t->unique = (c != 'g');
|
||||
temp_filename = make_temp_file (suffix);
|
||||
temp_filename = make_temp_file (t->suffix);
|
||||
}
|
||||
temp_filename_length = strlen (temp_filename);
|
||||
t->filename = temp_filename;
|
||||
|
Loading…
Reference in New Issue
Block a user