https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94230

--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Qing Zhao <qinz...@gcc.gnu.org>:

https://gcc.gnu.org/g:530b44094354758d0dea5374188caa6863647114

commit r11-146-g530b44094354758d0dea5374188caa6863647114
Author: qing zhao <qing.z...@oracle.com>
Date:   Wed May 6 10:46:09 2020 -0700

    add a new option -flarge-source-files.

    gcc/ChangeLog:

            PR c/94230
            * common.opt: Add -flarge-source-files.
            * doc/invoke.texi: Document it.
            * toplev.c (process_options): set line_table->default_range_bits
            to 0 when flag_large_source_files is true.

    gcc/c-family/ChangeLog:

            PR c/94230
            * c-indentation.c (get_visual_column): Add a hint to use the new
            -flarge-source-files option.

    gcc/testsuite/ChangeLog:

            PR c/94230
            * gcc.dg/plugin/location-overflow-test-1.c (fn_1): New message to
            provide hint to use the new -flarge-source-files option.

Reply via email to