Hi, On Wed, Feb 22, 2017 at 08:58:06AM +0100, Thomas Schwinge wrote: > > > > Rename the "openmp" group of optimizations to "omp" > > > > gcc/ > > * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP. Adjust > > all users. > > * dumpfile.c (optgroup_options): Instead of "openmp", associate > > OPTGROUP_OMP with "omp".
I am of course fine with OPTGROUP_OMP. > > On top of that, OK to commit the following (not yet tested) -- these all > look like oversights to me, but please verify? The missing documentation is an oversight. Thanks for spotting it. Martin > > commit 9865976a121c1bd0fc59ea75e819924733f7ea98 > Author: Thomas Schwinge <tho...@codesourcery.com> > Date: Wed Feb 22 08:32:54 2017 +0100 > > Miscellaneous optimization group fixes > > gcc/doc/ > * invoke.texi (-fopt-info): Document "omp". > * optinfo.texi (Optimization groups): Fix option used for > OPTGROUP_ALL. > gcc/ > * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC. > * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP. > * ipa-hsa.c (pass_data_ipa_hsa): Likewise. > * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.