On Fri, Mar 31, 2017 at 05:05:29PM +0200, Thomas Schwinge wrote: > It would appear that ever since the first version of gcc/omp-low.c got > committed to GCC trunk (more than ten years ago), it extraced OpenMP > default clause data that it doesn't actually use for anything. OK to
The last use of that field went away with https://gcc.gnu.org/ml/gcc-patches/2005-10/msg01828.html > commit the following cleanup to trunk in next stage 1? > > commit cd157ff348694009f4043b84f47de8c62774931f > Author: Thomas Schwinge <tho...@codesourcery.com> > Date: Fri Mar 31 15:26:55 2017 +0200 > > Remove unused "default_kind" member from gcc/omp-low.c's "struct > omp_context" > > gcc/ > * omp-low.c (struct omp_context): Remove "default_kind" member. > Adjust all users. Ok for trunk. Jakub