[Committed] PR26524: ICE building LAPACK with -O2 -ffast-math

Andrew Pinski pinskia@physics.uc.edu
Sat Mar 4 14:24:00 GMT 2006


On Mar 3, 2006, at 9:29 AM, Roger Sayle wrote:
> I believe Andrew Pinski is investigating adding an assertion to
> build_int_cst_type to confirm there are no other instances of this
> problem.  build_int_cst_type is a fairly high traffic routine, so
> it might be preferrable to just file PRs for any current failures.

I just tested this with the extra assert last night and there was no
extra failures.  This was done on x86_64-linux-gnu.

The assert I used:
gcc_assert (INTEGRAL_TYPE_P (type)
             || POINTER_TYPE_P (type)
             || TREE_CODE (type) == OFFSET_TYPE);

Thanks,
Andrew Pinski



More information about the Gcc-patches mailing list