> the patch at https://gcc.gnu.org/ml/fortran/2016-11/msg00246.html > (the one going to gcc-patches was rejected due to size of > regernerated files) contains one libgcc change, which exposes > the __cpu_model interface fox i386 to libgfortran. > > The Fortran bits are OKd, but I need an approval from a libgcc > maintainer (or some hint how to do this better :-). > > 2016-11-27 Thomas Koenig <tkoe...@gcc.gnu.org> > > PR fortran/78379 > * config/i386/cpuinfo.c: Move denums for processor vendors, > processor type, processor subtypes and declaration of > struct __processor_model into > * config/i386/cpuinfo.h: New header file.
The above x86 specific part is OK. Uros.