This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Should patches for PR target/1532 go on 3.4 branch?
Mark Mitchell <mark@codesourcery.com> writes:
> >Otherwise, the problem is that I'm searching for open bugs with a
> > target of 3.4.0.
> And that's your mistake, see. :-)
>
> That's how it *should* work, but that's not how it *does* work. You
> have to search for things with "3.4" in the subject line, not in the
> target, because the target for a 3.4 regression might still be 3.3.3,
> say.
>
> This comes of having two open release branches at once.
>
> See the URL at the bottom of
> http://gcc.gnu.org/ml/gcc/2004-02/msg00412.html for what I do to look
> for regressions.
Hmmm, interesting. There are several PRs which have a target of 3.4.0
but which don't show up on your list because they do not have 3.4 in
the subject line. This includes some critical PRs like 11326 and
13316 (I submitted the latter) which are not regressions but are ABI
issues and as such should be considered before a release.
I think that what you really want is to search for all bugs with a
target of 3.3.3 or 3.3.4 with "3.4" in the summary, or for all bugs
targeted for 3.4.0. In other words, this search:
http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=&short_desc_type=allwordssubstr&short_desc=&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=target_milestone&type0-0-0=anyexact&value0-0-0=3.3.3%2C3.3.4%2C3.4.0&field0-1-0=bug_status&type0-1-0=anyexact&value0-1-0=UNCONFIRMED%2CNEW%2CASSIGNED%2CSUSPENDED%2CWAITING%2CREOPENED&field0-2-0=short_desc&type0-2-0=allwords&value0-2-0=3.4&field0-2-1=target_milestone&type0-2-1=equals&value0-2-1=3.4.0
Ian