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/middle-end/diagnostic] Do not warn about unused out of bounds array refs


On 3/20/07, Dirk Mueller <dmueller@suse.de> wrote:

Hi,


Marcus Meissner showed me one case where tree-alias introduced an out of
bounds array reference that wasn't used at all. Hence the patch below to
suppress warnings about such artifically constructed cases.

I still would prefer you'd warn at dereference or escape sites only (escape sites are possible dereference sites).

Richard.


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