https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118785

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Created attachment 60431
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60431&action=edit
single file testcase still need LTO

`g++ t0.cc -fPIC -flto -O3 -Wl,--version-script=libmfx-gen.map -shared -w`

libmfx-gen.map is:
```
LIBMFXHW_1.0 {
  global:
    ff;
  local:
    *;
};
```

This still needs to be reduced further but at least I got it down to one file
and I wanted to attach it before I mess it up.

Reply via email to