alberto_magni added a comment.

Hi all,
this change is causing busybox to fail to compile.
The faulty enum is here:
https://git.busybox.net/busybox/tree/include/libbb.h#n639
The nested union is inside a sizeof statement.
Something like this:

  enum {
    A = sizeof(union {
      int x;
      int y;
    })
  };

I this behavior expected ? Do you suggest to patch busybox ?

Many Thanks


Repository:
  rL LLVM

https://reviews.llvm.org/D37089



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to