dlang / dub

Package and build management system for D
MIT License
678 stars 227 forks source link

enable GDC 12 in alpine CI #2548

Open WebFreak001 opened 1 year ago

WebFreak001 commented 1 year ago

see #1998

ibuclaw commented 1 year ago

ICE fix has been backported to 12 release branch, can't say when the next minor release will be. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108050

WebFreak001 commented 1 year ago

ICE can be worked around, the real blocker here is the linker error caused by float to!string from variant/sumtype

ibuclaw commented 1 year ago

Linker error has been fixed and backported to the 12 release. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108055

WebFreak001 commented 1 year ago

awesome! let's see when it will be adopted by alpine

ibuclaw commented 1 year ago

awesome! let's see when it will be adopted by alpine

Having a look at previous release history, the RM for GCC typically does the 3rd point release around April.