(no title)
nikic | 10 months ago
So now you have this matrix of behaviors: * Old GCC: Initializes whole union. * New GCC: Initializes first member only. * Old Clang: Initializes first member only. * New Clang: Initializes whole union.
nikic | 10 months ago
So now you have this matrix of behaviors: * Old GCC: Initializes whole union. * New GCC: Initializes first member only. * Old Clang: Initializes first member only. * New Clang: Initializes whole union.
augusto-moura|10 months ago
And it shows a deeper problem, even though they are willing to align behavior between each other, they failed to communicate and discuss what would be the best approach. That's a bit tragic, IMO
Neywiny|10 months ago
homebrewer|10 months ago
uecker|10 months ago
iamthejuan|10 months ago
zeroq|10 months ago