Am Donnerstag, dem 18.07.2024 um 18:32 + schrieb Qing Zhao:
> Hi, Martin,
>
> I briefly reviewed these 4 patches this week.
>
> Overall, I think that this is a nice new security feature to be added into
> gcc.
Thank you! (not only for security! it currently helps me with
my numerics)
>
Hi, Martin,
I briefly reviewed these 4 patches this week.
Overall, I think that this is a nice new security feature to be added into gcc.
At the same time, I have the following questions about the patches:
1. Does the name of the option mismatch the description of the option?
-fvla-bounds
Em
When checking compatibility of types during assignment, collect
all pairs of types where the outermost bound needs to match at
run-time. This list is then processed to add runtime checks for
each bound.
gcc/c-family:
* c-opt (fvla-bounds): New flag.
gcc/c:
* c-typeck.cc (struct instrument_dat