mastodonien.de

fosstodon.org

Zeitpunkt              Nutzer    Delta   Tröts        TNR     Titel                     Version  maxTL
So 21.07.2024 00:01:07    61.958      +1    3.564.861    57,5 Fosstodon                 4.2.10     500
Sa 20.07.2024 00:01:10    61.957      +1    3.561.604    57,5 Fosstodon                 4.2.10     500
Fr 19.07.2024 13:57:34    61.956      -1    3.558.474    57,4 Fosstodon                 4.2.10     500
Do 18.07.2024 00:00:27    61.957      +1    3.553.476    57,4 Fosstodon                 4.2.10     500
Mi 17.07.2024 00:01:10    61.956      -1    3.550.157    57,3 Fosstodon                 4.2.10     500
Di 16.07.2024 00:00:36    61.957      +6    3.547.999    57,3 Fosstodon                 4.2.10     500
Mo 15.07.2024 00:00:01    61.951      +1    3.544.794    57,2 Fosstodon                 4.2.10     500
So 14.07.2024 00:00:00    61.950      +2    3.542.390    57,2 Fosstodon                 4.2.10     500
Sa 13.07.2024 00:00:08    61.948      +1    3.539.632    57,1 Fosstodon                 4.2.10     500
Fr 12.07.2024 00:01:45    61.947       0    3.537.376    57,1 Fosstodon                 4.2.10     500

So 21.07.2024 23:14

Today's `gcc` change is gcc.gnu.org/git/?p=gcc.git;a=c. `gcc` started issuing errors on more template code known to be invalid.

An example is `aspell`: github.com/GNUAspell/aspell/pu

On the following code

template<class Parms>
void VectorHashTable<Parms>::recalc_size() {
size_ = 0;
for (iterator i = begin(); i != this->e; ++i, ++this->_size);
}

`gcc` notices now that `_size` is not a thing (supposed to be `size_`) and `this->e` is not a thing either (should be `e = end();`).

[Öffentlich] Antw.: 0 Wtrl.: 0 Fav.: 0

Antw. · Weiterl. · Fav. · Lesez. · Pin · Stumm · Löschen