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



             Bug #: 55353

           Summary: [asan] the flag for asan should match the one used in

                    clang

    Classification: Unclassified

           Product: gcc

           Version: unknown

            Status: UNCONFIRMED

          Severity: normal

          Priority: P3

         Component: other

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

        ReportedBy: konstantin.s.serebry...@gmail.com

                CC: dseke...@redhat.com, dvyu...@google.com,

                    ja...@redhat.com





Currently, gcc trunk uses -faddress-sanitizer

Clang has recently changed the flag to -fsanitize=address

(there was a data race between clang change and gcc review-commit cycle :)



We need to match the flags. 



Same applies to tsan (seems like it is not committed to gcc yet)

Reply via email to