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] PR18505 fix, PR18403 partial fix


On Tue, Nov 16, 2004 at 01:07:32PM +0200, Dorit Naishlos wrote:
> !   gcc_assert (host_integerp (size, 1));
> !   type = lang_hooks.types.type_for_size (TREE_INT_CST_LOW (size), 1);

Use tree_low_cst, which already has the assert.

Otherwise ok.


r~


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