This is the mail archive of the gdb-testers@sourceware.org mailing list for the GDB 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]

[binutils-gdb] Avoid a possible compiler bug by using a static buffer instead of a stack local buffer.


*** TEST RESULTS FOR COMMIT 63634bb4a107877dd08b6282e28e11cfd1a1649e ***

Author: Nick Clifton <nickc@redhat.com>
Branch: master
Commit: 63634bb4a107877dd08b6282e28e11cfd1a1649e

Avoid a possible compiler bug by using a static buffer instead of a stack local buffer.

	PR binutils/21582
	* ieee.c (ieee_object_p): Use a static buffer to avoid compiler
	bugs.


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