Changes between Initial Version and Version 1 of Ticket #65128, comment 10


Ignore:
Timestamp:
May 7, 2022, 2:58:05 PM (2 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65128, comment 10

    initial v1  
    11gcc11 already defaults to a quite new C standard.
    22
    3 This whole issue of variable- length arrays (VLAs), how they are set up and initialized, and how different compilers and different versions of compilers handle it is somewhat interesting reading…there’sca lot out there about this topic.
     3This whole issue of variable- length arrays (VLAs), how they are set up and initialized, and how different compilers and different versions of compilers handle it is somewhat interesting reading…there’s a lot out there about this topic.
    44
    55this code should probably be rewritten to initialize manually rather than automatically, I think, to be more compatible.