Opened 12 years ago
Closed 12 years ago
#928 closed defect (fixed)
executable misnamed when reading from - (stdin)
Reported by: | Jim Ursetto | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.9.0 |
Component: | compiler | Version: | 4.7.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
If you csc -o dummy - < /dev/null
the output executable is randomly named "a", but if you csc -o dummy /dev/null
it's named "dummy". Tested with 4.7.0.6
Note: See
TracTickets for help on using
tickets.
This was fixed by 59926ffe6928530a683be56009efc78cdcf66e90