https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96989

--- Comment #6 from Martin Sebor <msebor at gcc dot gnu.org> ---
The tree pretty-printer would do better by obviating the internal differences:
e.g., it could convert the IL for h():

   a = __builtin_malloc (_1);
  _2 = a + 8;
  _3 = *_2;

directly to a[2].

Reply via email to