This is the mail archive of the gcc-patches@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: [PATCH] Fix broken Ada testcase


Even though the fix is obviously correct, I have to find out
how to fix this upstream in the official ACATS sources.
May have to protest the current test case. If you want to hold
of with the patch until later today, I can find out. Otherwise,
feel free to commit this with a ??? comment to note this is
a local workaround.

Thanks,
   -Geert

On Feb 15, 2005, at 07:28, Andreas Schwab wrote:

The cxb test is using malloc without prior declaration. This will fail if
sizeof int < sizeof pointer. Tested on ia64-linux.


Andreas.

2005-02-15 Andreas Schwab <schwab@suse.de>

	* ada/acats/tests/cxb/cxb30131.c: Include <stdlib.h> to properly
	declare malloc.


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