[Bug c++/86181] static object mangling conflicts

2018-08-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86181 --- Comment #3 from Jonathan Wakely --- I've asked you repeatedly to provide links to the clang bugs you're quoting from.

[Bug c++/86181] static object mangling conflicts

2018-08-07 Thread zhonghao at pku dot org.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86181 --- Comment #2 from zhonghao at pku dot org.cn --- I reported the code to llvm. A developer of llvm said: Clang follows the agreed direction for CWG issue 1839, which says that redeclaration lookup for 'extern int i;' finds the 'static int i;' de

[Bug c++/86181] static object mangling conflicts

2018-06-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86181 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|