Skip to content

"@ style argument lists are unsupported" vs. @ in directory name #3963

@pwo

Description

@pwo
Bugzilla Link 3591
Resolution FIXED
Resolved on Feb 22, 2010 12:45
Version unspecified
OS FreeBSD

Extended Description

Reduced test case

mkdir amd64

ln -s amd64/ @

echo 'int main(void) { printf("hi\n"); }' > @/x.c

ccc -c @/x.c

ccc: Unknown host 'freebsd', using generic host information.
ccc: @ style argument lists are unsupported

Should probably be a check if @ is a directory first.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillaclang:driver'clang' and 'clang++' user-facing binaries. Not 'clang-cl'

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions