This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

[committed] Adding PR reference to g++.dg/tc1/dr147.C


Committed to mainline as obvious.

Giovanni Bajo


Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/ChangeLog,v
retrieving revision 1.4095
diff -c -3 -p -r1.4095 ChangeLog
*** ChangeLog   4 Aug 2004 19:32:34 -0000       1.4095
--- ChangeLog   4 Aug 2004 23:34:52 -0000
***************
*** 1,3 ****
--- 1,7 ----
+ 2004-08-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
+
+       * g++.dg/tc1/dr147.C: Add reference to PR.
+
  2004-08-03  Richard Sandiford  <rsandifo@redhat.com>

        * gcc.dg/mips-args-[23].c: Declare abort() and exit().
Index: g++.dg/tc1/dr147.C
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.dg/tc1/dr147.C,v
retrieving revision 1.1
diff -c -3 -p -r1.1 dr147.C
*** g++.dg/tc1/dr147.C  29 Jan 2004 16:45:35 -0000      1.1
--- g++.dg/tc1/dr147.C  4 Aug 2004 23:34:52 -0000
***************
*** 1,6 ****
  // { dg-do compile }
  // Origin: Giovanni Bajo <giovannibajo at gcc dot gnu dot org>
! // DR147: Naming the constructor

  namespace N1 {

--- 1,6 ----
  // { dg-do compile }
  // Origin: Giovanni Bajo <giovannibajo at gcc dot gnu dot org>
! // DR147: Naming the constructor (PR 11764)

  namespace N1 {



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