https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61718
--- Comment #2 from goughost ---
(In reply to Andrew Pinski from comment #1)
> > defaulthidden
>
> Simple since YYY is hidden (by the paragma), XXX has to be also hidden
> because there is no way to export the class XXX since it depends
++
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
class XXX_VIS XXX {
void func() {
return
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58012
goughost changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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)'
..
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
Compo