This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug 10917] New: pch tests don't corrrectly copy symlinks
- From: gcc-bugzilla at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 May 2003 20:36:35 -0000
- Subject: [Bug 10917] New: pch tests don't corrrectly copy symlinks
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10917
Summary: pch tests don't corrrectly copy symlinks
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: hjl@lucon.org
CC: gcc-bugs@gcc.gnu.org
g++.dg/pch/pch.exp and gcc.dg/pch/pch.exp use "file copy"
to copy files. But it doesn't work well with relative symlinks
since "file copy" will just copy symlinks, which is usually
incorrect for relative symlinks.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.