[lxc-devel] [lxc/lxc] a3bb6b: autools: use -fno-strict-aliasing

GitHub noreply at github.com
Fri Oct 12 23:26:45 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: a3bb6b8ed95013f9e7b21db833cd5d0da6671019
      https://github.com/lxc/lxc/commit/a3bb6b8ed95013f9e7b21db833cd5d0da6671019
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2018-10-12 (Fri, 12 Oct 2018)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  autools: use -fno-strict-aliasing

The gcc implementation and the C standard are not to be considered sane
in this respect. We don't want to risk reordering of writes when the
compiler incorrectly *thinks* two types do not alias each other.

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>


  Commit: 0bf2d4f7230a306e79fec94b9fcc62fba3165a3f
      https://github.com/lxc/lxc/commit/0bf2d4f7230a306e79fec94b9fcc62fba3165a3f
  Author: Stéphane Graber <stgraber at stgraber.org>
  Date:   2018-10-12 (Fri, 12 Oct 2018)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Merge pull request #2692 from brauner/2018-10-12/no_strict_aliasing

autools: use -fno-strict-aliasing


Compare: https://github.com/lxc/lxc/compare/a22d1745d71d...0bf2d4f7230a
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the lxc-devel mailing list