[Bug c++/90776] g++ -fms-extensions is inconsistent with Microsoft's compiler

2019-06-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90776 Jonathan Wakely changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/90776] g++ -fms-extensions is inconsistent with Microsoft's compiler

2019-06-07 Thread zhonghao at pku dot org.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90776 --- Comment #3 from zhonghao at pku dot org.cn --- Shall g++ be compatible with Microsoft's compiler, when -fms-extensions is set? (In reply to Jonathan Wakely from comment #2) > Why do you think either of these should be accepted?

[Bug c++/90776] g++ -fms-extensions is inconsistent with Microsoft's compiler

2019-06-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90776 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/90776] g++ -fms-extensions is inconsistent with Microsoft's compiler

2019-06-06 Thread zhonghao at pku dot org.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90776 --- Comment #1 from zhonghao at pku dot org.cn --- Another code sample: typedef union __declspec(align(64)) foo_t { double a[8]; } foo_t; foo_t bar;