https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88108
Bug ID: 88108 Summary: Remove misleading "raw unified" link from Bugzilla patch viewer Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: web Assignee: unassigned at gcc dot gnu.org Reporter: redi at gcc dot gnu.org CC: LpSolit at gmail dot com Target Milestone: --- As originally described at https://gcc.gnu.org/ml/gcc/2011-11/msg00328.html ... The "Raw Unified" link at the top of pages like https://gcc.gnu.org/bugzilla/attachment.cgi?id=45038&action=diff does not show a raw patch, it munges it and gets the filenames wrong. If you download that "Raw Unified" patch it won't apply cleanly, or will create a file with the wrong name. The "View" link is the right one to use, but "Raw Unified" misleading suggests it will give you the original "raw" patch. Maybe that link should be removed.