On 05/19/2011 12:39 PM, Henderson, Stuart wrote:
> * config/bfin/bfin.c: Check return value of cgraph_local_info for null
> before
> attempting to use it.
Needs to mention the function name, and wrap the long line properly.
> Index: gcc/config/bfin/bfin.c
> ==
Ping Ping.
-Original Message-
From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches-ow...@gcc.gnu.org] On
Behalf Of Henderson, Stuart
Sent: 19 May 2011 13:39
To: gcc-patches@gcc.gnu.org
Subject: Re: [PATCH] Fix PR target/48807
Ping
http://gcc.gnu.org/ml/gcc-patches/2011-05/msg00503
Ping
http://gcc.gnu.org/ml/gcc-patches/2011-05/msg00503.html
Hi,
The attached patch is a fix for PR/48807, which is a segfault when compiling
the bfin compiler. The problem appears to be that we're not checking the
return value of cgraph_local_info for null before attempting to dereference it.
Hi,
The attached patch is a fix for PR/48807, which is a segfault when compiling
the bfin compiler. The problem appears to be that we're not checking the
return value of cgraph_local_info for null before attempting to dereference it.
This wasn't a problem before, but now cgraph_local_info call