This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: new operator in gcc-3.4


Lars Callenbach wrote:
v = new double **[1000000];
operator new[]() -> operator new() -> malloc () -> _int_malloc()

Without a testcase we can compile, we probably can't do anything except point out that a malloc failure is probably not due to a gcc problem.
--
Jim Wilson, GNU Tools Support, http://www.specifix.com



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]