--- gcc/config/pa/xm-pahiux.h 2018/04/24 18:17:29 1.1.1.1 +++ gcc/config/pa/xm-pahiux.h 2018/04/24 18:23:42 1.1.1.2 @@ -60,3 +60,8 @@ the Free Software Foundation, 675 Mass A /* HP's compiler has problems with enum bitfields. */ #define ONLY_INT_FIELDS + +/* If not compiled with GNU C, use C alloca. */ +#ifndef __GNUC__ +#define USE_C_ALLOCA +#endif