]> Cypherpunks repositories - gostls13.git/commit
test: test handling of negative float constants
authorIan Lance Taylor <iant@golang.org>
Mon, 23 Apr 2012 22:47:34 +0000 (15:47 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 23 Apr 2012 22:47:34 +0000 (15:47 -0700)
commitf14a5347e69b4bb95e4f1d62d0967b14734193f3
treebd4bef4db49ad67d9cf8067d480d4878be0060e9
parent426bf361316ab495a29c9e0a05da6236894dd392
test: test handling of negative float constants

This used to panic when compiled by gccgo.

Updates #2876.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6100055
test/fixedbugs/bug434.go [new file with mode: 0644]