Package: gcc-4.3
Version: 4.3.3-10
Severity: normal
Hello,
on a project, when compiling one file with '-c -O2', gcc dies with:
netspeed.c: In function 'init_quality_pixbufs':
netspeed.c:1691: internal compiler error: Illegal instruction
Please submit a full bug report,
with preprocessed source i
Package: gij-4.1
Version: 4.1.1-13
Severity: normal
starting gij (even with no argument) makes it immediatly segfaults :
(gdb) bt
#0 0xff9c in ?? ()
#1 0x01375908 in _Jv_RegisterLibForGc () from /usr/lib/libgcj.so.70
#2 0x01365d34 in _Jv_RegisterClasses () from /usr/lib/libgcj.so.70
#3 0x
the attached C program is OK : it outputs c2 a0 which seems OK. So it
looks like libstdc++ is truncating multibyte thousand sep char to the
first byte.
and indeed :
virtual char std::numpunct::do_thousands_sep() const;
WTF ?
--
GNOME http://www.gnomefr.org/
LibGTop http://directory.fsf.org/lib
Package: libstdc++6
Version: 4.0.2-7
Severity: normal
Tags: l10n
Summary : outputs weird caracters instead of proper thousand
separator.
Consider the attached simple program. It ouputs a wrong thousand
separator using fr_FR.UTF-8 (i haven't tested other locales). (French
thousand separator shoul
Package: g++-3.3
Version: 1:3.3.5-2
Severity: normal
Here are 3 functions and a dummy main:
--begin--
int one() { return 1; }
static int two() { return 2; }
namespace
{
int three() { return 3; }
}
int main()
{
return one() + two() + three();
}
--end--
i was expecting that g++ handled two(
5 matches
Mail list logo