]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
*** empty log message ***
authorStan Shebs <shebs@gcc.gnu.org>
Fri, 6 May 1994 01:00:48 +0000 (01:00 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Fri, 6 May 1994 01:00:48 +0000 (01:00 +0000)
From-SVN: r7218

gcc/gcc.c

index a9adb8f5a41687562f9752c3b76a65d01f28b06d..92dc1457f6ded990d595d84d149b26da67269360 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -3000,7 +3000,10 @@ do_spec_1 (spec, inswitch, soft_matched_part)
          case 'u':
          case 'U':
            if (save_temps_flag)
-             obstack_grow (&obstack, input_basename, basename_length);
+             {
+               obstack_grow (&obstack, input_basename, basename_length);
+               delete_this_arg = 0;
+             }
            else
              {
 #ifdef MKTEMP_EACH_FILE