--- Comment #2 from rguenth at gcc dot gnu dot org 2007-02-22 09:41 ---
Reducing.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Known to work|
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-02-22 11:04 ---
Confirmed. Whoever wrote that code should be
typedef long unsigned int size_t;
typedef signed int sal_Int32;
typedef unsigned int sal_uInt32;
typedef unsigned long int sal_uInt64;
extern "C" void *memcpy (void
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2007-02-22 11:25
---
> Confirmed. Whoever wrote that code should be
You meant "whoever wrote a compiler which accepts that code...", right. :-)
--
ebotcazou at gcc dot gnu dot org changed:
What|Removed
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.2.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19664
--- You
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-02-22 23:58 ---
This is a bug in libstdc++ which was fixed in 4.2.0.
But note the code uses "-fvisibility-inlines-hidden -fvisibility=hidden"
without testing if the system library has been fixed. It only checks if those
options wo
--- Comment #102 from pinskia at gcc dot gnu dot org 2007-02-22 23:58
---
*** Bug 30900 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
6 matches
Mail list logo