[C/C++/Fortran] remove pedwarn0 and warning0 and fix PR 36901

Andrew Pinski pinskia@gmail.com
Sun Aug 10 19:29:00 GMT 2008


On Mon, Aug 4, 2008 at 10:04 AM, Manuel López-Ibáñez
<lopezibanez@gmail.com> wrote:
> So in order to fix a patch I had already I was forced to fix all this.
> And the issues are so intertwined that I needed to fix several
> seemingly unrelated aspects to make this work. I did try to fix each
> of them separately but it would require ugly work-arounds to make the
> intermediate steps work
>
> This patch:

gcc.target/powerpc/altivec-macros.c fails on powerpc64-linux-gnu with
the following error messages:
/home/apinski/src/local/gcc/gcc/testsuite/gcc.target/powerpc/altivec-macros.c:24:
warning: this is the location of the previous definition
/home/apinski/src/local/gcc/gcc/testsuite/gcc.target/powerpc/altivec-macros.c:27:
warning: this is the location of the previous definition
/home/apinski/src/local/gcc/gcc/testsuite/gcc.target/powerpc/altivec-macros.c:30:
warning: this is the location of the previous definition
/home/apinski/src/local/gcc/gcc/testsuite/gcc.target/powerpc/altivec-macros.c:33:
warning: this is the location of the previous definition
/home/apinski/src/local/gcc/gcc/testsuite/gcc.target/powerpc/altivec-macros.c:36:
warning: this is the location of the previous definition
/home/apinski/src/local/gcc/gcc/testsuite/gcc.target/powerpc/altivec-macros.c:39:
warning: this is the location of the previous definition


Thanks,
Andrew Pinski


More information about the Gcc-patches mailing list