https://bugs.freedesktop.org/show_bug.cgi?id=98526

Vinson Lee <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #4 from Vinson Lee <[email protected]> ---
commit ed6694d5114e81cf1c413aec8265ddc8a5c52599
Author: Vinson Lee <[email protected]>
Date:   Sun Nov 13 22:53:54 2016 -0800

    util: Fix Clang trivial destructor check.

    Check for Clang before GCC.

    Clang defines __GNUC__ == 4 and __GNUC_MINOR__ == 2 and matches the GCC
    check but not the GCC version for trivial destructor.

    Fixes: 98ab905af0e0 ("mesa: Define introspection macro to determine
    whether a type is trivially destructible.")
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98526
    Signed-off-by: Vinson Lee <[email protected]>
    Reviewed-by: Marek Olšák <[email protected]>
    Reviewed-by: Edward O'Callaghan <[email protected]>
    Reviewed-by: Francisco Jerez <[email protected]>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to