compiler-explorer/compiler-explorer

[BUG] Statically linked libgcc functions are filtered out

Open

#1 648 ouverte le 26 oct. 2019

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)TypeScript (14 391 stars) (1 605 forks)batch import
Status: triagedbughelp wantedprobably-wont-happen

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