]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/s390/s390.c
re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigsetjmp)
[thirdparty/gcc.git] / gcc / config / s390 / s390.c
index 298fdd164904102406ffb52c0ca3757627eada8f..51adb0df480d75e206de155f9c8a1c0d854cdb2e 100644 (file)
@@ -9259,7 +9259,6 @@ s390_chunkify_start (void)
            section_switch_p = true;
            break;
          case NOTE_INSN_VAR_LOCATION:
-         case NOTE_INSN_CALL_ARG_LOCATION:
            continue;
          default:
            break;
@@ -9330,8 +9329,7 @@ s390_chunkify_start (void)
                    }
                  while (next
                         && NOTE_P (next)
-                        && (NOTE_KIND (next) == NOTE_INSN_VAR_LOCATION
-                            || NOTE_KIND (next) == NOTE_INSN_CALL_ARG_LOCATION));
+                        && NOTE_KIND (next) == NOTE_INSN_VAR_LOCATION);
                }
              else
                {