https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91639
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target|hppa-unknown-linux-gnu | CC| |jakub at gcc dot gnu.org, | |nathan at gcc dot gnu.org Host|hppa-unknown-linux-gnu | Build|hppa-unknown-linux-gnu | --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Broken by r275034 everywhere, not just hppa. location-overflow-test-pr83173.i used to contain: # 1 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.c" # 1 "<built-in>" # 1 "<command-line>" # 1 "/usr/include/stdc-predef.h" 1 3 4 # 1 "<command-line>" 2 # 1 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.c" # 1 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.h" 1 # 1 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-1.h" 1 # 2 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.h" 2 # 1 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-2.h" 1 # 3 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.h" 2 # 7 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.c" 2 int main () { return 0; } but after the change it is: # 1 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.c" # 1 "<built-in>" # 1 "<command-line>" # 1 "/usr/include/stdc-predef.h" 1 3 4 # 1 "<command-line>" 2 # 1 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.c" # 1 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.h" 1 # 1 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-1.h" 1 # 2 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.h" 2 # 2 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-1.h" # 1 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-2.h" 1 # 3 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-1.h" 2 # 2 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.h" 2 int main () { return 0; } # 7 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.c" 2 The difference: --- location-overflow-test-pr83173.i.r275033 2019-09-03 13:39:33.352482636 +0200 +++ location-overflow-test-pr83173.i.r275034 2019-09-03 13:37:10.754649084 +0200 @@ -13,13 +13,15 @@ # 1 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-1.h" 1 # 2 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.h" 2 +# 2 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-1.h" # 1 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-2.h" 1 -# 3 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.h" 2 -# 7 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.c" 2 +# 3 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-1.h" 2 +# 2 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.h" 2 int main () { return 0; } +# 7 "/usr/src/gcc/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.c" 2