Opened 13 months ago

Closed 13 months ago

Last modified 9 months ago

#17860 closed enhancement (fixed)

rustc-1.68.1

Reported by: Douglas R. Reno Owned by: Douglas R. Reno
Priority: normal Milestone: 12.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version

Fixes a panic in the compiler, though unrelated to what we're experiencing with Thunderbird/Firefox.

Change History (4)

comment:1 by Douglas R. Reno, 13 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 13 months ago

Version 1.68.1 (2023-03-23)

    Fix miscompilation in produced Windows MSVC artifacts This was introduced by 
       enabling ThinLTO for the distributed rustc which led to miscompilations in the 
       resulting binary. Currently this is believed to be limited to the -Zdylib-lto 
       flag used for rustc compilation, rather than a general bug in ThinLTO, so only 
       rustc artifacts should be affected.
    Fix --enable-local-rust builds
    Treat $prefix-clang as clang in linker detection code
    Fix panic in compiler code

comment:3 by Douglas R. Reno, 13 months ago

Resolution: fixed
Status: assignedclosed

comment:4 by Bruce Dubbs, 9 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.