)]}'
{
  "commit": "7c19a52852b7bfef10430b90f8f51eedf217663d",
  "tree": "516545b99bebb382205757f883cda41fded82943",
  "parents": [
    "6c3bea12470afd607fe7a56da18c312a6784ec4c"
  ],
  "author": {
    "name": "Jeff Law",
    "email": "jeffrey.law@oss.qualcomm.com",
    "time": "Fri Jul 24 16:19:57 2026 -0600"
  },
  "committer": {
    "name": "Jeff Law",
    "email": "jeffrey.law@oss.qualcomm.com",
    "time": "Fri Jul 24 16:19:57 2026 -0600"
  },
  "message": "Fix m68k bootstrap due to -Wempty-body warning\n\nAh the jobs of conditional compilation...\n\nA recent change is breaking m68k bootstrap as it doesn\u0027t have any\nUNSPECV_VALUES and as a result we end up with\n\nif (cond)\n  ;\n[ With no else clauses. ]\n\nWhich triggers:\n\n\u003e /home/jlaw/test/gcc/gcc/print-rtl.cc: In function ‘void print_exp(pretty_printer*, const_rtx, int)’:\n\u003e /home/jlaw/test/gcc/gcc/print-rtl.cc:1622:11: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]\n\nRather than using \";\" we can use a \"{}\" pair with proper formatting as the\nwarning suggests.\n\nCommitting as obvious and hopefully restoring m68k bootstrap.\n\ngcc/\n\t* print-rtl.cc (print_exp): Avoid -Wempty-body warning.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "b969c6d82299eb91d7239fac741179f7066e4d5d",
      "old_mode": 33188,
      "old_path": "gcc/print-rtl.cc",
      "new_id": "315b027516dc4e53a65a7ae24e621cff6087f1db",
      "new_mode": 33188,
      "new_path": "gcc/print-rtl.cc"
    }
  ]
}
