public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Go patch committed: Provide index information on bounds check failure
@ 2019-08-28 19:01 Ian Lance Taylor
  2019-08-29 21:14 ` Rainer Orth
  2019-08-29 22:36 ` Andreas Schwab
  0 siblings, 2 replies; 4+ messages in thread
From: Ian Lance Taylor @ 2019-08-28 19:01 UTC (permalink / raw)
  To: gcc-patches, gofrontend-dev

This patch to the Go frontend and libgo changes the panic message
reported for an out of bounds index or slice operation to include the
invalid values.  This makes it easier for the user to see what the
problem is.  This implements https://golang.org/cl/161477 in the
gofrontend, for https://golang.org/issue/30116.  Bootstrapped and ran
Go testsuite on x86_64-pc-linux-gnu.  Committed to mainline.

Unfortunately, GMail has once again blocked the patch attachment.  So
if you want to see the patch, see
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=274998 .

Ian

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-31  2:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-28 19:01 Go patch committed: Provide index information on bounds check failure Ian Lance Taylor
2019-08-29 21:14 ` Rainer Orth
2019-08-29 22:36 ` Andreas Schwab
2019-08-31  6:30   ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).