Forgot to update these 2 sections sorry about that.

GCC easy issue to tackle of the week:
 * `(A > PZ) ? ABS(A) : PZ` -> `MAX(A, PZ)`
  * https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116700
  * Reach out to Andrea Pinski <[email protected]> for
mentoring on this issue.

GCC bugzilla stats
 * 85 new issues filed
 * 73 issues closed

Reply via email to