http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48504

           Summary: Add Variable Length Array (VLA) support for
                    -fstack-protector(-all)
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: c
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: joe.bas...@gmail.com


Currently, -fstack-protector(-all) is only available for normal arrays. Please
add support for VLAs as well.

Currently:
char str[13] = "Hello World!";

Wishlist:
char str[variablelength];

Reply via email to