compiler-explorer/compiler-explorer

[BUG] Statically linked libgcc functions are filtered out

Ouverte

#1 648 ouverte le 26 oct. 2019

 (4 commentaires) (0 réaction) (0 personne assignée)TypeScript (1 605 forks)batch import
Status: triagedbughelp wantedprobably-wont-happen

Métriques du dépôt

Stars
 (14 391 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

Describe the bug In #258 even if we statically link the libgcc support function __divdc3 is clearly present in the binary output but isn't being shown.

To Reproduce Visit https://godbolt.org/z/kKE_4X and note 400c80 <__divdc3> is referenced but filtered out

Guide contributeur