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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2024-11-28
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |jsm28 at gcc dot gnu.org,
                   |                            |uecker at gcc dot gnu.org
   Target Milestone|---                         |15.0
           Priority|P3                          |P1
            Summary|-g and error:               |[15 Regression] -g and
                   |‘TYPE_CANONICAL’ is not     |error: ‘TYPE_CANONICAL’ is
                   |compatible                  |not compatible
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Fixed up testcase:

struct {
  struct {
    int Reserved : 32;
  } u;
} v;
struct {
  struct {
    int Reserved;
  } u;
} w;

Started with r15-5470-g8b02cc9a4f2b8db48da

Reply via email to