https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80531
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80531
--- Comment #11 from Jakub Jelinek ---
Author: jakub
Date: Fri Apr 28 11:42:14 2017
New Revision: 247368
URL: https://gcc.gnu.org/viewcvs?rev=247368&root=gcc&view=rev
Log:
PR bootstrap/80531
* cgraph.h (symtab_node::debug_symtab)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80531
--- Comment #10 from Jakub Jelinek ---
Author: jakub
Date: Fri Apr 28 11:15:55 2017
New Revision: 247367
URL: https://gcc.gnu.org/viewcvs?rev=247367&root=gcc&view=rev
Log:
PR bootstrap/80531
* cgraph.h (symtab_node::debug_symtab)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80531
--- Comment #9 from Jakub Jelinek ---
Author: jakub
Date: Thu Apr 27 20:03:38 2017
New Revision: 247351
URL: https://gcc.gnu.org/viewcvs?rev=247351&root=gcc&view=rev
Log:
PR bootstrap/80531
* configure.tgt (*-*-aix*): Add -frando
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80531
--- Comment #8 from Jakub Jelinek ---
Author: jakub
Date: Thu Apr 27 20:03:01 2017
New Revision: 247350
URL: https://gcc.gnu.org/viewcvs?rev=247350&root=gcc&view=rev
Log:
PR bootstrap/80531
* configure.tgt (*-*-aix*): Add -frando
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80531
Jakub Jelinek changed:
What|Removed |Added
CC||dmalcolm at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80531
--- Comment #6 from Jakub Jelinek ---
Created attachment 41279
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41279&action=edit
gcc7-pr80531.patch
Untested fix.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80531
--- Comment #5 from Jakub Jelinek ---
Ah, so even on this testcase and with cross, it uses without -fPIC
GOMP_atomic_start in the GLOBAL_* symbol name.
But with -fPIC, checking or release-checking, cross or native, it creates those
symbol names w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80531
--- Comment #4 from Jakub Jelinek ---
On simplified:
extern void foo (int *);
extern void bar (int *);
extern void baz (int *);
static int atomic_lock;
void
GOMP_atomic_start (void)
{
foo (&atomic_lock);
}
void
GOMP_atomic_end (void)
{
ba
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80531
--- Comment #3 from Jakub Jelinek ---
That is really weird, because atomic.c has two exported functions, so should
have first_global_object_name set.
Can you find out why notice_global_symbol is not called? Or is it called only
after get_file_fu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80531
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |7.0
Summary|RC1 bootstrap com
11 matches
Mail list logo