https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68366
--- Comment #1 from tbsaunde at gcc dot gnu.org --- Author: tbsaunde Date: Mon Nov 16 02:28:15 2015 New Revision: 230402 URL: https://gcc.gnu.org/viewcvs?rev=230402&root=gcc&view=rev Log: PR 68366 - include emit-rtl.h in sdbout.c Some of the pa target macros rely on macros in emit-rtl.h and sdbout.c uses some of those macros, which means that sdbout.c needs to include emit-rtl.h. gcc/ChangeLog: 2015-11-15 Trevor Saunders <tbsaunde+...@tbsaunde.org> PR middle-end/68366 * sdbout.c: Include emit-rtl.h and function.h. Modified: trunk/gcc/ChangeLog trunk/gcc/sdbout.c