This is the mail archive of the gcc-cvs@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]

r275782 - in /trunk/gcc/ada: ChangeLog libgnat/...


Author: pmderodat
Date: Tue Sep 17 08:01:42 2019
New Revision: 275782

URL: https://gcc.gnu.org/viewcvs?rev=275782&root=gcc&view=rev
Log:
[Ada] GNAT.Expect (Expect_Internal): Try to call 'poll' few times

'poll' returns -1 in case of any error (including interruption by a
signal), so call need to be repeated few times to avoid false failures.

2019-09-17  Vadim Godunko  <godunko@adacore.com>

gcc/ada/

	* libgnat/g-expect.adb (Expect_Internal): Try to call 'poll' few
	times.

Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/libgnat/g-expect.adb


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