This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: diagnostics-branch merged into mainline
On Mon, Jun 15, 2009 at 2:18 PM, NightStrike<nightstrike@gmail.com> wrote:
> On Mon, Jun 15, 2009 at 2:05 PM, Aldy Hernandez<aldyh@redhat.com> wrote:
>>> ../../gcc/gcc/config/i386/winnt.c: In function ?i386_pe_encode_section_info?:
>>> ../../gcc/gcc/config/i386/winnt.c:288: error: too few arguments to
>>> function ?make_decl_one_only?
>>
>> make_decl_one_only expects one argument, and that's what's being fed.
>> Could you please debug this and find out what's going on?
>>
>
> I don't really know how to. ?Hopefully, Kai can help (I have him on the CC list)
>
With the decl fix, everything builds again. Thanks, all!