https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69758

            Bug ID: 69758
           Summary: [6 Regression] Plugins can't include params.h (missing
                    params.list)
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: plugins
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dmalcolm at gcc dot gnu.org
  Target Milestone: ---

Whilst porting gcc-python-plugin to gcc 6 I ran into this:

In file included from gcc-cfg.c:40:0:
/home/david/coding/gcc-python/gcc-svn-trunk/install-dogfood/lib/gcc/x86_64-pc-linux-gnu/6.0.0/plugin/include/params.h:87:23:
fatal error: params.list: No such file or directory
 #include "params.list"

params.list seems to have been introduced by r227566.  It looks like it needs
to be added to the list of installed files.

Reply via email to