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



             Bug #: 56454

           Summary: need to rename attribute no_address_safety_analysis to

                    no_sanitize_address

    Classification: Unclassified

           Product: gcc

           Version: unknown

            Status: UNCONFIRMED

          Severity: normal

          Priority: P3

         Component: sanitizer

        AssignedTo: unassig...@gcc.gnu.org

        ReportedBy: k...@gcc.gnu.org

                CC: do...@gcc.gnu.org, dvyu...@gcc.gnu.org,

                    ja...@gcc.gnu.org, k...@gcc.gnu.org





Clang r176076 has renamed the disable-address-sanitizer attribute from 

no_address_safety_analysis to no_sanitize_address 

(the old syntax is still working, but is declared deprecated). 

http://clang.llvm.org/docs/AddressSanitizer.html#attribute-no-sanitize-address



gcc needs to match the clang syntax for better interoperability. 

Hopefully, we can make this change before 4.8

Reply via email to