GCC 8.4 Status Report (2020-02-17)
Thomas Backlund
tmb@mageia.org
Sun Feb 23 18:25:00 GMT 2020
Den 17-02-2020 kl. 12:45, skrev Jakub Jelinek:
> Status
> ======
>
> It has been almost a year since GCC 8.3 has been released and GCC 8.4
> release should have been released already, so we should concentrate on
> getting it out soon. Unfortunately we have two P1s, one of them is
> waiting for reporter's input, so we might as well just ignore it unless
> the input is provided, but the other, C++ FE one, looks something that
> should be fixed. If we get rid of the P1s, I'd like to create
> 8.4-rc1 on Wednesday, Feb 26th and release 8.4 the week afterwards.
> If you have any queued backports, please commit them to 8 branch
> (and 9 branch too, we'd like to release 9.3 soon too).
>
>
> Quality Data
> ============
>
> Priority # Change from last report
> -------- --- -----------------------
> P1 2 + 2
> P2 284 + 75
> P3 38 + 4
> P4 151 - 11
> P5 22 - 2
> -------- --- -----------------------
> Total P1-P3 324 + 81
> Total 497 + 68
>
>
> Previous Report
> ===============
>
> https://gcc.gnu.org/ml/gcc/2019-02/msg00122.html
>
>
Can this one be backported to gcc 8.4:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86521
It fixes errors like:
https://travis-ci.org/akien-mga/godot/jobs/654085724
----
./core/math/vector3.h:40:8: note: candidate: 'constexpr
Vector3::Vector3(Vector3&&)'
editor/plugins/path_editor_plugin.cpp:214:176: error: call of overloaded
'Vector3(const Variant&)' is ambiguous
----
The same code builds ok with gcc-7 and gcc-9
And the fix is confirmed with that fix backported on top of gcc-8-20200221
--
Thomas
More information about the Gcc
mailing list