https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97565
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Known to fail|11.1.1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97565
--- Comment #11 from CVS Commits ---
The releases/gcc-10 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:3b0c38012093078549811ae1ca0215d1047a2be2
commit r10-10061-g3b0c38012093078549811ae1ca0215d1047a2be2
Author: Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97565
--- Comment #10 from CVS Commits ---
The releases/gcc-11 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:5bc33f0318152235ce10220f0d1a2e0c87bde9f1
commit r11-8897-g5bc33f0318152235ce10220f0d1a2e0c87bde9f1
Author: Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97565
--- Comment #9 from Sergei Trofimovich ---
Tested gcc-master against spidermonkey-78.13.0 with -flto -fipa-pta -O1. Works
without a problem. Thank you!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97565
Richard Biener changed:
What|Removed |Added
Known to work||12.0
--- Comment #8 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97565
--- Comment #7 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:0230e69a3fabe6ad1d80cdf308ad1bf1934c4381
commit r12-3085-g0230e69a3fabe6ad1d80cdf308ad1bf1934c4381
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97565
--- Comment #6 from Jan Hubicka ---
has_gimple_body_p really cares about the WPA unit (we should probably note that
in the comment). Here you seem to have function that is in the WPA translation
unit but lands in different partition and in that
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97565
Richard Biener changed:
What|Removed |Added
Last reconfirmed|2020-10-26 00:00:00 |2021-7-13
Known to fail|10.2.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97565
--- Comment #4 from Xi Ruoyao ---
This issue still exists in trunk. "-fno-builtin-abort" can be used as a
workaround for SpiderMonkey though.
Any progress?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97565
--- Comment #3 from Richard Biener ---
So the odd thing is that PTA sees
/* Nodes without a body are not interesting. Especially do not
visit clones at this point for now - we get duplicate decls
there for inline clones
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97565
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2020-10-26
Assignee|unassigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97565
--- Comment #1 from Sergei Trofimovich ---
If I change 'abort' name to 'foo' then test works fine:
$ cat abort.cpp
extern "C" void foo(void) {
foo();
}
$ cat main.cpp
extern "C" void foo(void);
int main(int argc, char * argv[]) {
foo();
}
12 matches
Mail list logo