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
--- 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
--- 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
--- 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
--- 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
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