[DynInst_API:] [dyninst/dyninst] e97f51: fix gcc 6's broken __has_x_attribute


Date: Fri, 06 Oct 2023 21:34:32 -0700
From: kupsch <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] e97f51: fix gcc 6's broken __has_x_attribute
  Branch: refs/heads/kupsch/fix_broken_has_x_attribute
  Home:   https://github.com/dyninst/dyninst
  Commit: e97f51b6f0ef59b0b6a1252fa72d327df4e73daa
      https://github.com/dyninst/dyninst/commit/e97f51b6f0ef59b0b6a1252fa72d327df4e73daa
  Author: James A. Kupsch <kupsch@xxxxxxxxxxx>
  Date:   2023-10-06 (Fri, 06 Oct 2023)

  Changed paths:
    M common/h/compiler_annotations.h

  Log Message:
  -----------
  fix gcc 6's broken __has_x_attribute

- gcc 6's __has_c_attribute and __has_cpp_attribute return true if
  an attribute is supported as a non-standard extension, but if used
  produces a warning if the language standard is earlier than the
  attribute's standardization; treat gcc 6 like clang and only allow
  if the language standard is after the introduction.

- refactor the preprocessor tests into common macros


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] e97f51: fix gcc 6's broken __has_x_attribute, kupsch <=