This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: diagnostics-branch merged into mainline
- From: Andrew Pinski <pinskia at gmail dot com>
- To: Aldy Hernandez <aldyh at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 12 Jun 2009 19:12:23 -0400
- Subject: Re: diagnostics-branch merged into mainline
- References: <20090612221326.GA15504@redhat.com>
On Fri, Jun 12, 2009 at 6:13 PM, Aldy Hernandez<aldyh@redhat.com> wrote:
> Hi folks.
>
> At the last minute Ian got a patch in that touched a bunch of places
> that I was also changing. ÂI resolved the conflicts, and bootstrapped
> and tested for C and C++. ÂUnfortunately, people kept committing stuff
> that caused conflicts, so I broke down and committed after a minor C/C++
> bootstrap.
And now you broke PowerPC and most other targets that call build_decl:
/Users/regress/tbox/svn-gcc/gcc/config/rs6000/rs6000-c.c:3120:56:
error: macro "build_decl" requires 4 arguments, but only 3 given
-- Pinski