This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/56454] New: need to rename attribute no_address_safety_analysis to no_sanitize_address


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: unassigned@gcc.gnu.org
        ReportedBy: kcc@gcc.gnu.org
                CC: dodji@gcc.gnu.org, dvyukov@gcc.gnu.org,
                    jakub@gcc.gnu.org, kcc@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]