aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2015-12-04 19:04:06 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2015-12-04 19:04:06 +0100
commitb3d5bc621f9c7da0bbac965c610ae2a4044e1a68 (patch)
treed54e8d57bec108ea41968e0e24fe0a0cdeeb6eec /gcc/tree.c
parent88636b62bc7fae0ef7eaac6a22e5cd8107e69be8 (diff)
downloadgcc-b3d5bc621f9c7da0bbac965c610ae2a4044e1a68.zip
gcc-b3d5bc621f9c7da0bbac965c610ae2a4044e1a68.tar.gz
gcc-b3d5bc621f9c7da0bbac965c610ae2a4044e1a68.tar.bz2
re PR middle-end/68656 (warning about disabled var-tracking uses odd location info)
PR c/68656 * toplev.c (init_asm_output): Pass UNKNOWN_LOCATION instead of input_location to inform. (process_options): Use warning_at (UNKNOWN_LOCATION instead of warning ( and error_at (UNKNOWN_LOCATION instead of error (. Pass UNKNOWN_LOCATION instead of input_location to fatal_error. * gcc.target/i386/pr65044.c: Expect error on line 0 rather than line 1. * g++.dg/opt/pr34036.C: Expect warning on line 0 rather than line 1. * gcc.dg/tree-ssa/pr23109.c: Likewise. * gcc.dg/tree-ssa/recip-5.c: Likewise. * gcc.dg/pr33007.c: Likewise. From-SVN: r231292
Diffstat (limited to 'gcc/tree.c')
0 files changed, 0 insertions, 0 deletions