Fortran/OpenMP: Fix detecting not perfectly nested loops
[gcc.git] / fixincludes / ChangeLog
index 3d8876721fc119a5835431848f32a15c7547c68a..3f93053e121a5d268b338ca4ed677fe73ace41cc 100644 (file)
@@ -1,3 +1,113 @@
+2020-02-20  Alexandre Oliva <oliva@adacore.com>
+
+       * mkheaders.in: Don't require build-time shell on host.
+
+2020-02-13  Matheus Castanho  <msc@linux.ibm.com>
+
+       * fixinc.in: Skip machine_name fix on powerpc*-*-linux*.
+
+2020-02-13  Alexandre Oliva <oliva@adacore.com>
+
+       * mkheaders.in: Re-create subdirs, copy limits.h into subdir.
+       * mkfixinc.sh: Create dummy fixinc for *-*-vxworks7*.
+
+2020-01-25  John David Anglin  <danglin@gcc.gnu.org>
+
+       * inclhack.def (hpux_c99_inttypes4): New, add missing SCNuMAX defines.
+       * fixincl.x: Regenerate.
+       * tests/base/inttypes.h: Update for above fix.
+
+2019-12-30  John David Anglin  <danglin@gcc.gnu.org>
+
+       PR libgomp/93066
+       * inclhack.def (hpux_c99_inttypes3): Fix defines for INTPTR_MAX
+       and UINTPTR_MAX, and missing define for SIZE_MAX.
+       * fixincl.x: Regenerate.
+       * tests/base/inttypes.h: Update for above fix.
+
+2019-08-18  C.G. Dogan <gcc+cgdogan.00@gmail.com>
+           Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR target/83531
+       * inclhack.def (darwin_api_availability): New, strip leading
+       underscores from API_XXXX defines.
+       * fixincl.x: Regenerate.
+       * tests/base/os/availability.h: New file.
+
+2019-06-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * inclhack.def: Replace the complex test using __STRICT_ANSI__ and
+       __STDC_VERSION__ with a test using __DARWIN_NO_LONG_LONG.
+       Ensure that the top level math.h uses <> to wrap included headers
+       rather than "".
+       * fixincl.x: Regenerated.
+       * tests/base/architecture/ppc/math.h: Update test to include the
+       __DARWIN_NO_LONG_LONG case.
+
+2019-06-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * inclhack.def: Guard __has_attribute and __has_extension in
+       os/base.h.
+       Guard Apple blocks syntax in dispatch/object.h.
+       * fixincl.x: Regenerate.
+       * tests/base/dispatch/object.h: New file.
+       * tests/base/os/base.h: New file.
+
+2019-05-11  Iain Sandoe  <iain@sandoe.co.uk>
+       PR target/90379
+       PR bootstrap/89864
+       * inclhack.def (darwin_ucred__Atomic): Do not supply test_text
+       for wrap fixes.
+       * fixincl.x: Regenerated.
+
+2019-04-18  Erik Schnetter  <schnetter@gmail.com>
+         Jakub Jelinek  <jakub@redhat.com>
+         Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR bootstrap/89864
+       * inclhack.def (darwin_ucred__Atomic): New, work around _Atomic keyword
+       use in headers included by C++.
+       * fixincl.x: Regenerated.
+
+2018-10-31  Joseph Myers  <joseph@codesourcery.com>
+
+       PR bootstrap/82856
+       * configure.ac: Remove AC_PREREQ.
+       * aclocal.m4, configure: Regenerate.
+
+2018-10-16  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
+
+       * inclhack.def (AAB_vxworks_regs_vxtypes): Add unconditional
+       include of vxCpu.h, guard include of vxTypesOld.h by
+       !_ASMLANGUAGE.
+       * fixincl.x: Regenerate.
+
+2018-09-03  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
+
+       * inclhack.def (vxworks_ioctl_macro): Remove parentheses from
+       expansion of ioctl macro.
+       * fixincl.x: Regenerate.
+
+2018-07-23  David Edelsohn  <dje.gcc@gmail.com>
+
+       * inclhack.def (aix_unistd): New.
+       * fixincl.x: Regenerate.
+       * tests/base/unistd.h [AIX_UNISTD_CHECK]: New test.
+
+2018-06-27  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
+
+       * tests/base/ioLib.h [VXWORKS_IOLIB_INCLUDE_UNISTD_CHECK]: Add
+       missing hunk.
+
+2018-06-12    Rasmus Villemoes <rasmus.villemoes@prevas.dk>
+
+       * genfixes: exit 1 when autogen not found.
+       * genfixes: Remove some redundant code.
+       * genfixes: Update URL to autogen source code.
+
+       * inclhack.def: Fix fixup for assert.h on vxworks.
+       * fixincl.x: Regenerate.
+
 2018-05-25  Rasmus Villemoes  <rasmus.villemoes@prevas.dk>
 
        * inclhack.def (vxworks_iolib_include_unistd): New fix.
        * tests/base/math.h: Update.
 
 2007-01-05  Bruce Korb <bkorb@gnu.org>, 
-            Daniel Franke <franke.daniel@gmail.com>
+           Daniel Franke <franke.daniel@gmail.com>
 
        PR target/30008
        * fixincl.tpl (List): separate file name patterns with a NUL byte instead
        * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
 
 2005-05-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
-            Joseph S. Myers  <joseph@codesourcery.com>
+           Joseph S. Myers  <joseph@codesourcery.com>
 
        PR target/19933
        PR target/21315