This is the mail archive of the gcc@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]

Re: aliasing warnings [patch]


> To: egcs@egcs.cygnus.com, egcs-patches@egcs.cygnus.com
> Date: Thu, 16 Sep 1999 09:37:29 -0700
> From: Zack Weinberg <zack@bitmover.com>

> The warnings would be much more useful if they named the types, but I
> don't see a way of extracting a type name from the tree that defines
> it.

Oh, that is trivial, just use the %T modifier, and move all the code
from the C+ frontend to c-common.c to handle it.  ;-P


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