This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PCH, rs6000 warning removal


Andreas Tobler <toa@pop.agri.ch> writes:

> Geoffrey Keating wrote:
> > This patch squishes a bunch of warnings, allowing us to switch on
> > -Werror for a few more files.
> > On rs6000, the only remaining warnings in the toplevel should come
> > from gcc.o, which complains a lot about overlong strings.
> > Bootstrapped (and test running) on powerpc-darwin.
> >
> 
> Breaks at least my powerpc-unknown-linux-gnu.
> 
> asm_output_aligned_bss defined, but not used.

In varasm.c?  If so, I guess we should attach __attribute__((unused))
to that function; it looks like it's legitimately unused.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]