[Bug driver/43021] New: [4.5 Regression] Driver no longer handles fancy names
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Feb 10 16:26:00 GMT 2010
>From the bison testsuite:
> gcc-4.5 -c @@.c
gcc-4.5: : No such file or directory
gcc-4.5: no input files
> gcc-4.5 -c @{.c
gcc-4.5: : No such file or directory
gcc-4.5: no input files
> gcc-4.5 -c @}.c
gcc-4.5: : No such file or directory
gcc-4.5: no input files
> gcc-4.5 -c '~!@#$%^&*()-=_+{}[]|\:;<>, ..c'
gcc-4.5: ~!: No such file or directory
gcc-4.5: no input files
all these work with the 4.4 driver.
--
Summary: [4.5 Regression] Driver no longer handles fancy names
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: driver
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rguenth at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43021
More information about the Gcc-bugs
mailing list