[Bug c/51217] New: Cannot disable bootstrap in gcc 3.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51217 Bug #: 51217 Summary: Cannot disable bootstrap in gcc 3.4.0 Classification: Unclassified Product: gcc Version: 3.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.org ReportedBy: songlinhai0...@gmail.com I am doing an experiment on gcc 3.4.0, and my experiment requires that build a gcc under version 3.4.0 without bootstrap. But after I add --disable-bootstrap in my configure, gcc is still built with bootstrap. Any suggestions about how to fix this?
[Bug web/67119] New: URL linking to previous patches are not available
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67119 Bug ID: 67119 Summary: URL linking to previous patches are not available Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: web Assignee: unassigned at gcc dot gnu.org Reporter: songlinhai0543 at gmail dot com Target Milestone: --- I am tracking some old bugs. I notice that many bug patches are not available from the URL in the bug report. For example: https://gcc.gnu.org/viewvc/gcc?cvsroot=gcc&r1=1.65&r2=1.66 How should I revise the above URL and find related patches?
[Bug web/67119] URL linking to previous patches are not available
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67119 --- Comment #2 from Linhai --- One of the bug reports I read today is: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8805 I just tried all patch links in this bug report, and all of them will lead to an exception. I remember all these links work before.