--
laszlo dot szakony at philips dot com changed:
What|Removed |Added
Severity|normal |critical
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26846
--- Comment #4 from laszlo dot szakony at philips dot com 2006-04-21 07:49
---
(In reply to comment #2)
> Can you give some sources that don't use automake? Because it is hard to
> follow what is wrong in this bug.
I have uploaded a simple test without automake files.
Ac
--- Comment #3 from laszlo dot szakony at philips dot com 2006-04-20 14:52
---
Created an attachment (id=11303)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11303&action=view)
Simple test without automake files to test visibility changes of static members
To create the b
--
laszlo dot szakony at philips dot com changed:
What|Removed |Added
Severity|normal |critical
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26846
--- Comment #1 from laszlo dot szakony at philips dot com 2006-03-24 15:06
---
Created an attachment (id=3)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=3&action=view)
Automke sources to reproduce/test the visibility change of static members
--
http://gcc.
lib $(libdir)/libdlib2.a && \
cp $(libdir)/libdlib2.a .libs/ && \
rm -f $(libdir)/_x.o
<<<>>>
Installation:
go to the installation dir, and issue:
libtoolize --force
aclocal
autoheader
autoconf
automake --add-missing --warning=portability --warning=obsolete
./configure
make install
cd lib/linuxrelease
readelf -s -W -D libdlib1.so | c++filt
--
Summary: hidden visibility of static member in class derived from
hash_map changes to default visibility
Product: gcc
Version: 4.0.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laszlo dot szakony at philips dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26846