This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: c++/3099: cygwin: Many g++ EH failures


The following reply was made to PR c++/3099; it has been noted by GNATS.

From: "Joseph S. Myers" <jsm28@cam.ac.uk>
To: Christopher Faylor <cgf@redhat.com>
Cc: <rodrigc@gcc.gnu.org>,  <David.Billinghurst@riotinto.com>, 
     <gcc-bugs@gcc.gnu.org>,  <gcc-gnats@gcc.gnu.org>,  <rth@gcc.gnu.org>, 
     <overseers@gcc.gnu.org>,  <gcc-patches@gcc.gnu.org>
Subject: Re: c++/3099: cygwin: Many g++ EH failures
Date: Sun, 11 Nov 2001 12:25:19 +0000 (GMT)

 On Fri, 9 Nov 2001, Christopher Faylor wrote:
 
 > >http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=3099&database=gcc
 > 
 > Actually, feedback was provided.  It didn't make it into the PR, though:
 > 
 > http://gcc.gnu.org/ml/gcc-bugs/2001-06/msg00595.html
 > http://gcc.gnu.org/ml/gcc-patches/2001-06/msg01171.html
 > http://gcc.gnu.org/ml/gcc-patches/2001-06/msg01156.html
 > http://gcc.gnu.org/ml/gcc-patches/2001-06/msg01139.html
 
 Can someone please *fix* the problem of gcc-gnats not appearing in the
 headers of PR status change messages?
 
 http://sources.redhat.com/ml/overseers/2001-q3/msg00573.html
 
 An example of a status change message when this was working is
 
 http://gcc.gnu.org/ml/gcc-prs/2001-06/msg00221.html
 
 but later it wasn't:
 
 http://gcc.gnu.org/ml/gcc-prs/2001-06/msg00229.html
 
 None of the relevant GNATS configuration files seem to have been modified
 around then.  However, there was a gnatsweb upgrade.  I suspect the
 following patch might fix the problem; OK to commit?
 
 If it does fix the problem, I'll submit a PR concerning the need for
 someone to go through all gcc-bugs messages from the start of June until
 now that contain a PR number in the Subject line but were not initial PR
 submissions or sent to gcc-gnats, and send their URLs to the relevant PRs,
 and reopen any wrongly closed for lack of feedback.
 
 Index: gnatsweb.pl
 ===================================================================
 RCS file: /cvs/gcc/wwwdocs/cgi-bin/gnatsweb.pl,v
 retrieving revision 1.41
 diff -u -r1.41 gnatsweb.pl
 --- gnatsweb.pl	2001/10/24 21:25:23	1.41
 +++ gnatsweb.pl	2001/11/11 12:21:38
 @@ -1299,7 +1299,11 @@
  
      # Get list of people to notify, then add old responsible person.
      # If that person doesn't exist, don't worry about it.
 -    %mailto = interested_parties($pr, 0, %fields);
 +    #GCC-LOCAL begin.
 +    # For GCC, include the GNATS address in the message so that replies
 +    # to feedback messages go to the right place.
 +    %mailto = interested_parties($pr, 1, %fields);    
 +    #GCC-LOCAL end.
      if(defined($adr = praddr($oldfields{'Responsible'})))
      {
        $mailto{$adr} = 1;
 
 -- 
 Joseph S. Myers
 jsm28@cam.ac.uk
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]