-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
Description
by jimteeuwen:
What steps will reproduce the problem? // #cgo CFLAGS : -L`date` import "C" What is the expected output? Should sanitize -L`date` and pass 'date' to gcc as-is. What do you see instead? gcc: error: May: No such file or directory gcc: error: 25: No such file or directory gcc: error: 15:24:38: No such file or directory gcc: error: CEST: No such file or directory gcc: error: 2011: No such file or directory Which compiler are you using (5g, 6g, 8g, gccgo)? 6g Which operating system are you using? linux (amd64) Which revision are you using? (hg identify) c98449d685d2 weekly/weekly.2011-05-22 Please provide any additional information below.