[Bug c/38422] New: [4.4 Regression] union/bitfield causes cc1/cc1plus to run out of memory.

2008-12-05 Thread gd at spherenet dot de
out of memory. Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gd at spherenet dot de GCC host triplet: x86_64-pc-linux-gnu GCC t

[Bug c++/32470] [4.2/4.3 regression] fvisibility=hidden without effect in some cases

2007-10-01 Thread gd at spherenet dot de
--- Comment #7 from gd at spherenet dot de 2007-10-01 14:42 --- Just to be sure I understood everything correctly. Assume the following code: namespace foo __attribute__((__visibility__("default"))) { ... } namespace foo { ... } The same binding level is used for both

[Bug c++/33399] [4.2 regression] -fvisibility=hidden not working after including STL headers

2007-09-11 Thread gd at spherenet dot de
--- Comment #1 from gd at spherenet dot de 2007-09-11 21:38 --- This seems to be a duplicate of http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32470 I made a patch proposal there. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33399

[Bug c++/32470] fvisibility=hidden without effect in some cases

2007-07-02 Thread gd at spherenet dot de
--- Comment #3 from gd at spherenet dot de 2007-07-02 15:01 --- Ping. Is there any reason why this one is still unconfirmed? It could be reproduced by Andrew. -- gd at spherenet dot de changed: What|Removed |Added

[Bug c++/32470] fvisibility=hidden without effect in some casses

2007-06-25 Thread gd at spherenet dot de
--- Comment #2 from gd at spherenet dot de 2007-06-25 23:38 --- Here is the reduced testcase which shows the bug: = namespace std __attribute__((__visibility__("default"))) { template class basic_streambuf { friend void getline(); }; extern temp

[Bug c++/32470] New: fvisibility=hidden without effect in some casses

2007-06-22 Thread gd at spherenet dot de
Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gd at spherenet dot de GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32470