Index: gcc/opts.c |
=================================================================== |
--- gcc/opts.c (revision 175346) |
+++ gcc/opts.c (working copy) |
@@ -1729,8 +1729,9 @@ |
dc->max_errors = value; |
break; |
+ case OPT_fuse_ld_: |
case OPT_fuse_linker_plugin: |
- /* No-op. Used by the driver and passed to us because it starts with f.*/ |
+ /* No-op. Used by the driver and passed to us because it starts with f. */ |
break; |
case OPT_Wuninitialized: |