Summary
executable misnamed when reading from - (stdin)
Metadata
- Id: 4164fdb33df28ba155214090085bd32a89cdfea1
- Trac id: 928
- Type: defect
- Reporter: zbigniew
- Owner:
- Cc:
- Status: closed
- Component: compiler
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone: 4.9.0
- Version: 4.7.x
- Changetime: 2012-10-16 22:33:41 UTC
- Created: 2012-09-26 01:03:00 UTC
- Keywords:
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
Changes and comments
[2012-10-16 22:33:41 UTC] sjamaan changed status from new to closed
[2012-10-16 22:33:41 UTC] sjamaan set resolution to fixed
[2012-10-16 22:33:41 UTC] sjamaan wrote:
This was fixed by 59926ffe6928530a683be56009efc78cdcf66e90