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: [Committed] PR26524: ICE building LAPACK with -O2 -ffast-math



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


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