1
0
mirror of https://github.com/golang/go synced 2024-11-22 06:34:40 -07:00
The Go programming language
Go to file
Ian Lance Taylor f861c7f61b If the compiler dumps core, bash will print a useless error
message with the full path of the errchk script.  Catch that
by wrapping the if statement which invokes the compiler in a
subshell.  Use the $TMPOUT file as a flag to let the main
shell know whether the subshell ran.  Since the compiler
stdout and stderr are redirected, if the if statement produces
any output, then the compiler crashed, and we report that.

R=r,rsc
DELTA=14  (11 added, 1 deleted, 2 changed)
OCL=33690
CL=33692
2009-08-21 17:41:18 -07:00
doc rewrite type rules for expressions and add shift examples 2009-08-21 14:18:08 -07:00
include rename libmach_amd64 libmach 2009-08-14 10:46:04 -07:00
lib/godoc printer.go: 2009-08-03 09:53:00 -07:00
misc/xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src mostly 64 bit support. 2009-08-21 16:29:19 -07:00
test If the compiler dumps core, bash will print a useless error 2009-08-21 17:41:18 -07:00
usr Make stop causes pointers so users outside the package can 2009-08-21 15:54:54 -07:00
AUTHORS Add AUTHORS and LICENSE files. 2009-08-13 09:21:28 -07:00
LICENSE Add AUTHORS and LICENSE files. 2009-08-13 09:21:28 -07:00