[Bug target/82005] The combination of -g and -flto does not work on darwin
dominiq at lps dot ens.fr
gcc-bugzilla@gcc.gnu.org
Mon Aug 28 12:04:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82005
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2017-08-28
Ever confirmed|0 |1
--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
int main () {}
fails with
/var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccYcamqT.s:94:8: error:
unsupported relocation with subtraction expression, symbol '_main.c.f8491562'
can not be undefined in a subtraction expression
.quad _main.c.f8491562-Lsection__debug_info+11
^
/var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccYcamqT.s:96:8: error:
unsupported relocation with subtraction expression, symbol '_main.c.f8491562'
can not be undefined in a subtraction expression
.quad _main.c.f8491562-Lsection__debug_info+245
^
More information about the Gcc-bugs
mailing list