Bug 29471
Summary: | -Wp,-MD is broken | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Brian Ryner <bryner> |
Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 7.1 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2001-02-26 21:32:28 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Brian Ryner
2001-02-25 23:24:56 UTC
There is just one issue I'm aware: the goal in the dependency file has full pathname in front of it instead of just basename.o. This should be fixed in cpp-2.96-76, but there is one gcc driver bug in that version which will be fixed in gcc-2.96-77. Can you check if that is the reason why dependencies don't work right for you (ie. can you replace /some/strange/path.o: some dependencies with path.o: some dependencies in the .pp files?). I haven't had a chance to check it for sure yet, but this sounds like it's the problem. I am building in a separate object dir, and the path to the .o in the .pp file is actually the path to the source file with .cpp changed to .o, so it was referencing the wrong location. This is fixed now. |