Commit 3233540c authored by Holger Levsen's avatar Holger Levsen
Browse files

indicate that build_path_captured_in_assembly_objects has been fixed for GCC 13

parent be346683
Loading
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -1942,14 +1942,13 @@ captures_build_dir_in_qmake_prl_files:
  deterministic: True
build_path_captured_in_assembly_objects:
  description: |
    GNU as doesn't support BUILD_PATH_PREFIX_MAP, so objects compiled from
    assembly sources capture the build path.
    This is issue has been fixed for GCC 13 on 2022-11-02.
    .
    GNU "as" does support --debug-prefix-map=BUILDPATH=. which can
    sometimes be passed via ASMFLAGS, ASFLAGS, or similar variables.
    Before GNU as didn't support BUILD_PATH_PREFIX_MAP, so objects compiled from
    assembly sources captured the build path.
    .
    Patch submitted to gcc to respect when -ffile-prefix-map is set
    https://gcc.gnu.org/pipermail/gcc-patches/2022-August/600491.html
    Before GNU "as" only supported --debug-prefix-map=BUILDPATH=. which can
    sometimes be passed via ASMFLAGS, ASFLAGS, or similar variables.
  url: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93371
timestamps_in_ifo_files_generated_by_python_stardicter:
  description: |