1
0
mirror of https://github.com/golang/go synced 2024-11-22 22:10:03 -07:00
go/test/bugs
Ian Lance Taylor 1f1551f179 Test composite literals with undeclared types. This crashed
gccgo in a few different places, and crashes 6g as of this
writing.  Note that the index in a composite literal must be
looked up in a different namespace if the composite literal
type turns out to be a struct.

R=rsc
DELTA=36  (36 added, 0 deleted, 0 changed)
OCL=33681
CL=33685
2009-08-21 16:09:17 -07:00
..
bug132.go fix up some irregular indentation 2009-08-17 13:30:22 -07:00
bug136.go fixed golden.out, which is what 32496 should have done. 2009-07-29 18:33:31 -07:00
bug162.go bug: pointer arithmetic involving large offsets 2009-06-09 09:45:30 -07:00
bug169.go triple quote 2009-07-20 14:15:36 -07:00
bug187.go fix up some irregular indentation 2009-08-17 13:30:22 -07:00
bug189.go 6g bug: struct initializers must provide all field values unless the fields are named 2009-08-14 15:13:32 -07:00
bug190.go Test that a type can refer to itself recursively as long as it 2009-08-17 19:23:17 -07:00
bug193.go unexpected shift conversion behavior 2009-08-21 14:14:25 -07:00
bug194.go Test composite literals with undeclared types. This crashed 2009-08-21 16:09:17 -07:00