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: [tree-ssa] estimate_num_insns_1 fix


> On Mon, Dec 15, 2003 at 11:43:59PM +0100, Jan Hubicka wrote:
> > Replacing VOIDmode by void_type_node, or however is called would be OK?
> 
> A test for the result of int_size_in_bytes > 0 would probably be best.

I did that originally and it did failed in the testsuite on handling
structure containing zero sized array.  Perhaps we can get rid of these
during gimplification but I don't feel quite like gimplifier magician
yet...

Honza
> 
> 
> r~


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