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, installed] do not crash with -fdump-tree-all-all if cfun->cfg is null



On Apr 18, 2005, at 1:00 PM, Alexandre Oliva wrote:


basic_block_info is now a macro that dereferences cfun->cfg, so make
sure we don't evaluate basic_block_info if cfun->cfg is NULL.
Bootstrapped and regtested on amd64-linux-gnu.  I'm checking this in
as obvious.

This fixes PR 21049.


Thanks,
Andrew Pinski


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