[patch] Fix fortran/25031, multiple allocations

Thomas Koenig Thomas.Koenig@online.de
Thu Mar 2 10:44:00 GMT 2006


On Wed, Mar 01, 2006 at 10:42:22PM +0100, Paul Thomas wrote:

Hi Paul!

> Why have you used a new function, rather than inserting a condition that 
> the descriptor data field be zero before calling the library function?

Because I would have had to handle the error conditions in the user
program, as well, and I didn't want to bloat the user's program with a call
to runtime_error() for each allocate statement.

	Thomas



More information about the Gcc-patches mailing list