[Bug c++/61718] New: Visibility issue with template class

2014-07-05 Thread goughost at yahoo dot com.cn
++ Assignee: unassigned at gcc dot gnu.org Reporter: goughost at yahoo dot com.cn With this code snippet:: #pragma GCC visibility push(hidden) #define YYY_VIS ??? #define XXX_VIS ??? class YYY_VIS YYY; template typename T class XXX_VIS XXX { void func() { return

[Bug c++/61718] Visibility issue with template class

2014-07-05 Thread goughost at yahoo dot com.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61718 --- Comment #2 from goughost goughost at yahoo dot com.cn --- (In reply to Andrew Pinski from comment #1) defaultnothinghidden Simple since YYY is hidden (by the paragma), XXXYYY* has to be also hidden because there is no way

[Bug tree-optimization/58012] Gcc bootstrap failed with cloog-isl: undefined reference to std::istream::ignore(long)

2013-07-29 Thread goughost at yahoo dot com.cn
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58012 goughost goughost at yahoo dot com.cn changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/58012] New: Gcc bootstrap failed with cloog-isl: undefined reference to std::istream::ignore(long)

2013-07-28 Thread goughost at yahoo dot com.cn
Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: goughost at yahoo dot com.cn ../gcc-4.8.1/libstdc++-v3/src/c++98/istream.cc:116: error: undefined reference to 'std::istream::ignore(long)' ../gcc-4.8.1

[Bug other/49448] New: gcc configure script wrongly detect TARGET_BIG_ENDIAN_DEFAULT

2011-06-16 Thread goughost at yahoo dot com.cn
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49448 Summary: gcc configure script wrongly detect TARGET_BIG_ENDIAN_DEFAULT Product: gcc Version: 4.5.3 Status: UNCONFIRMED Severity: normal Priority: P3