This patch has been recently announced in bugtraq and might be also
relevant.
Aside from providing these patches at debian/patches, is there any way they
could be applied to the stock gcc-3.3 package? As I understand it, in order
for these to be activated sources need to be compiled with an exp
On Tue, Dec 02, 2003 at 10:15:41AM +0100, Javier Fernández-Sanguino Peña wrote:
> This patch has been recently announced in bugtraq and might be also
> relevant.
This is a glibc patch, not a gcc patch.
Also, their approach is dubiously effective, it has non-negligible
performance impact, and the
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2003-12-03
10:16 ---
Matthias, any confirmation that it is fixed?
--
What|Removed |Added
CC|
--- Additional Comments From reichelt at gcc dot gnu dot org 2003-12-03
14:47 ---
*** Bug 13281 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
On Wed, Dec 03, 2003 at 02:03:50PM +0100, Falk Hueffner wrote:
> Javier =?iso-8859-15?Q?Fern=E1ndez-Sanguino_Pe=F1a?= <[EMAIL PROTECTED]>
> writes:
>
> > This patch has been recently announced in bugtraq and might be also
> > relevant.
> >
> > Aside from providing these patches at debian/patche
Javier =?iso-8859-15?Q?Fern=E1ndez-Sanguino_Pe=F1a?= <[EMAIL PROTECTED]> writes:
> This patch has been recently announced in bugtraq and might be also
> relevant.
>
> Aside from providing these patches at debian/patches, is there any
> way they could be applied to the stock gcc-3.3 package?
Sin
Package: g++-3.3
Version: 1:3.3.2-4
Severity: normal
The program below doesn't compile. If you change "isalnum" in ptr_fun
to "isal", it compiles just fine, though.
-- CUT HERE --
#include
#include
#include
#include
#include
using namespace std;
int isal(int c)
{
return isalnum(c)
7 matches
Mail list logo