[Bug middle-end/86631] [9 Regression] missing -Walloc-size-larger-than on ILP32 hosts
joseph at codesourcery dot com
gcc-bugzilla@gcc.gnu.org
Tue Jul 24 22:47:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86631
--- Comment #3 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
The relevant point is after do_compile calls lang_dependent_init. Since
PTRDIFF_TYPE is a string, it's a pain to do anything with it until after
the front end has set up tree nodes (preferably those target macros would
become hooks returning enum values, but that still wouldn't help get the
information earlier, because converting itk_int conveniently to a max
value requires integer_type_node to have been set up).
More information about the Gcc-bugs
mailing list