aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.cc
diff options
context:
space:
mode:
authorLewis Hyatt <lhyatt@gmail.com>2024-10-28 12:52:23 -0400
committerLewis Hyatt <lhyatt@gcc.gnu.org>2024-11-23 13:44:37 -0500
commit9262b6e4e5f65ec3ea49a0ecc4b3ace91cc8b388 (patch)
treec7290e407ffcb2acca51d08a1d234ca9cace8af0 /gcc/function.cc
parentc93eb81c9edbf9bec6a12a2125037ec29d1cd4d2 (diff)
downloadgcc-9262b6e4e5f65ec3ea49a0ecc4b3ace91cc8b388.zip
gcc-9262b6e4e5f65ec3ea49a0ecc4b3ace91cc8b388.tar.gz
gcc-9262b6e4e5f65ec3ea49a0ecc4b3ace91cc8b388.tar.bz2
Support for 64-bit location_t: Frontend parts
The C/C++ frontend code contains a couple instances where a callback receiving a "location_t" argument is prototyped to take "unsigned int" instead. This will make a difference once location_t can be configured to a different type, so adjust that now. Also remove a comment about -flarge-source-files, which will be removed shortly. gcc/c-family/ChangeLog: * c-indentation.cc (should_warn_for_misleading_indentation): Remove comment about -flarge-source-files. * c-lex.cc (cb_ident): Change "unsigned int" argument to type "location_t". (cb_def_pragma): Likewise. (cb_define): Likewise. (cb_undef): Likewise.
Diffstat (limited to 'gcc/function.cc')
0 files changed, 0 insertions, 0 deletions