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: [PATCH] Fix -Wsign-compare ICE with complex type (PR c/35430)


On Tue, Nov 4, 2008 at 06:07, Jakub Jelinek <jakub@redhat.com> wrote:

> 2008-11-04  Jakub Jelinek  <jakub@redhat.com>
>            Andrew Pinski  <andrew_pinski@playstation.sony.com>
>
>        PR c/35430
>        * c-common.c (warn_for_sign_compare): For complex result_type
>        use component's type.
>
>        * gcc.dg/pr35430.c: New test.
>        * g++.dg/warn/Wsign-compare-2.C: New test.

OK.

Diego.


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