mbox series

[v5,0/4] Allow flexible array members in unions and alone in structures [PR53548]

Message ID 20240501165226.2924144-1-qing.zhao@oracle.com
Headers show
Series Allow flexible array members in unions and alone in structures [PR53548] | expand

Message

Qing Zhao May 1, 2024, 4:52 p.m. UTC
Hi,

This is the 5th version for 
Allow flexible array members in unions and alone in structures [PR53548]

(for your reference, the 1st version is at:
https://gcc.gnu.org/pipermail/gcc-patches/2024-April/649737.html
The 2nd version is at:
https://gcc.gnu.org/pipermail/gcc-patches/2024-April/650019.html
The 3rd version is at:
https://gcc.gnu.org/pipermail/gcc-patches/2024-April/650255.html
The 4th version is at:
https://gcc.gnu.org/pipermail/gcc-patches/2024-May/650341.html)

compared to the 4th version, the only change is (in patch 4):

Add one blank line between the comment and the definition of
 the function "add_flexible_array_elts_to_size".

Per Jason's comment.

The patch series is approved with this change.  

I will commit this patch series to GCC15 when it's open.

thanks.

Qing