public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug go/61258] New: gccgo: assertion failure go-map-delete.c:37
@ 2014-05-20 18:25 dvyukov at google dot com
  2014-12-10 21:52 ` [Bug go/61258] gccgo: assertion failure go-map-delete.c:37 [GoSmith] cmang at google dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dvyukov at google dot com @ 2014-05-20 18:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61258

            Bug ID: 61258
           Summary: gccgo: assertion failure go-map-delete.c:37
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
          Assignee: ian at airs dot com
          Reporter: dvyukov at google dot com

gcc version 4.10.0 20140516 (experimental) (GCC) 

The program is:

package main
func main() {

    delete(make(map[[0]bool]int), [0]bool{})
}

$ go run -compiler=gccgo crash.go 
../../../libgo/runtime/go-map-delete.c:37: libgo assertion failure
Aborted

runtime_sighandler
    ../../../libgo/runtime/go-signal.c:221
sig_tramp_info
    ../../../libgo/runtime/go-signal.c:412
__go_assert_fail
    ../../../libgo/runtime/go-assert.c:18
__go_map_delete
    ../../../libgo/runtime/go-map-delete.c:37
main.main
    /tmp/crash.go:3
runtime_main
    ../../../libgo/runtime/proc.c:562


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

end of thread, other threads:[~2015-01-06 14:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-20 18:25 [Bug go/61258] New: gccgo: assertion failure go-map-delete.c:37 dvyukov at google dot com
2014-12-10 21:52 ` [Bug go/61258] gccgo: assertion failure go-map-delete.c:37 [GoSmith] cmang at google dot com
2014-12-13  1:59 ` ian at gcc dot gnu.org
2015-01-06 14:11 ` cmang at google dot com

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).