Opened 2 years ago

Closed 2 years ago

Last modified 20 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, 2 years ago

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

comment:2 by Douglas R. Reno, 2 years 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, 2 years ago

Resolution: fixed
Status: assignedclosed

comment:4 by Bruce Dubbs, 20 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.