]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
authorNeil Booth <neil@daikokuya.co.uk>
Mon, 24 Mar 2003 20:44:54 +0000 (20:44 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Mon, 24 Mar 2003 20:44:54 +0000 (20:44 +0000)
From-SVN: r64820

gcc/ChangeLog
gcc/toplev.c

index 189a3d2212c737a45930a135db978b2e3276446a..cb19818353f4f46ec7510c0d2ade158b9ac55805 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-24  Neil Booth  <neil@daikokuya.co.uk>
+
+       * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
+
 2003-03-24  Janis Johnson  <janis187@us.ibm.com>
 
        * doc/install.texi (Testing): Mention test result links from build
index eadcb36958f910b0fcfe079d374603877f2b1ffb..abcd0adcca551fb994e6a18416547897ef7dea8a 100644 (file)
@@ -4465,9 +4465,6 @@ independent_decode_option (argc, argv)
       return 2;
     }
 
-  if (*arg == 'Y')
-    arg++;
-
   switch (*arg)
     {
     default: