Add a runtime flag Wprint-abs-path 34/161434/3
authorOleg Ogurtsov <o.ogurtsov@samsung.com>
Thu, 23 Nov 2017 09:30:36 +0000 (12:30 +0300)
committerOleg Ogurtsov <o.ogurtsov@samsung.com>
Tue, 5 Dec 2017 12:08:07 +0000 (15:08 +0300)
commit8be60309f3c5d94fa82d1ff70ea6e307ef10f75e
treea61c75586c04d260b4c20472d2c8e8db65f3186c
parent1bff4e116ba869f7087a6851ce6eeb7f5bcffd36
Add a runtime flag Wprint-abs-path

A runtime flag for printing a real path to the source file on warning.

gcc/
* Makefile.in: added dependencies of linking.
* common.opt: added a flag description.
* diagnostic.c: added the dependence of the runtime flag and
implementation.

Change-Id: I3eb9178892f3c230845dc8e5c9ab4e1b1613f6f0
gcc/Makefile.in
gcc/common.opt
gcc/diagnostic.c