This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [C++] init.c/build_new wrongly implements new-expression
- To: Gabriel Dos_Reis <Gabriel dot Dos_Reis at sophia dot inria dot fr>
- Subject: Re: [C++] init.c/build_new wrongly implements new-expression
- From: Gabriel Dos_Reis <Gabriel dot Dos_Reis at sophia dot inria dot fr>
- Date: 25 May 1999 04:56:49 +0200
- Cc: egcs-bugs at egcs dot cygnus dot com
- Organization: I.N.R.I.A Sophia-Antipolis (France)
- References: <xajhfp1n9r4.fsf@korrigan.inria.fr>
Gabriel Dos_Reis <Gabriel.Dos_Reis@sophia.inria.fr> writes:
[...]
|
| T* p = (T*) (numeric_limits<size_t>::max()/sizeof(T) > N ?
^^^^^
should read '<'.
-- Gaby