Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 361783 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- a/gcc/opts-common.c
0
++ b/gcc/opts-common.c
Lines 276-282 generate_canonical_option (size_t opt_index, const char *arg, int value, Link Here
276
  if (arg)
276
  if (arg)
277
    {
277
    {
278
      if ((option->flags & CL_SEPARATE)
278
      if ((option->flags & CL_SEPARATE)
279
	  && !(option->flags & CL_SEPARATE_ALIAS))
279
	  && !(option->flags & CL_SEPARATE_ALIAS)
280
	  && !(opt_text[1] == 'D' || opt_text[1] == 'U'))
280
	{
281
	{
281
	  decoded->canonical_option[0] = opt_text;
282
	  decoded->canonical_option[0] = opt_text;
282
	  decoded->canonical_option[1] = arg;
283
	  decoded->canonical_option[1] = arg;

Return to bug 361783