Re: gcc build problem (i386.c) -- missing declaration

2016-10-03 Thread Gerald Pfeifer
On Thu, 29 Sep 2016, Louis Krupp wrote: > My target was gfortran. > > In any case, someone else fixed this problem. Good. Note that by target we are referring to the platform (processor plus operating system). You can see this by looking for a line started with "Target:" in the output of `gcc -

Re: gcc build problem (i386.c) -- missing declaration

2016-09-29 Thread Louis Krupp
My target was gfortran. In any case, someone else fixed this problem. Louis On Thu, 29 Sep 2016 11:10:15 -0700 Jeff Law wrote > On 09/22/2016 04:52 PM, Louis Krupp wrote: > > As of revision 240383 , i386.c isn't compiling. The errors are: > > > > In file included from ../..

Re: gcc build problem (i386.c) -- missing declaration

2016-09-29 Thread Jeff Law
On 09/22/2016 04:52 PM, Louis Krupp wrote: As of revision 240383 , i386.c isn't compiling. The errors are: In file included from ../../gcc_trunk/gcc/target-def.h:106:0, from ../../gcc_trunk/gcc/config/i386/i386.c:81: ./target-hooks-def.h:92:38: error: ‘hook_uint_uintp_false’ wa

Re: gcc build problem (i386.c) -- missing declaration

2016-09-22 Thread Anton Blanchard
Hi, > extern unsigned hook_uint_void_0 (void); > extern unsigned int hook_uint_mode_0 (machine_mode); > +extern bool hook_uint_uintp_false (unsigned int, unsigned int *); I'm seeing the same build issue on ppc64le, and your patch fixes it. Thanks. Anton