Base-Toolchain: update project_config 31/311231/1
authorDongkyun Son <dongkyun.s@samsung.com>
Thu, 16 May 2024 11:18:15 +0000 (20:18 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Thu, 16 May 2024 11:18:15 +0000 (20:18 +0900)
commitf70c00f131590145134d97e6168d5b5b60ed591b
tree0612d78220880650326656ac6367dfb816e33c68
parentd2ddd34133dc5847e08d7c8f3541bac4eda14ecd
Base-Toolchain: update project_config

In GCC 11 the column numbers default to being column numbers, respecting
multi-column characters. The old behavior can be restored using a new
option -fdiagnostics-column-unit=byte. There is also a new option
-fdiagnostics-column-origin=, allowing the pre-existing default of the
left-hand column being column 1 to be overridden if desired (e.g. for
        0-based columns). The output of -fdiagnostics-format=json has
been extended to supply both byte counts and column numbers for all
source locations.

Change-Id: Icb7588c0594fa1d35ac0817229b4f598e161c542
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
TIZEN/Tizen/Tizen-Base-Toolchain/project_config