]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fix PR tag
authorJason Merrill <jason@gcc.gnu.org>
Fri, 14 Oct 2011 19:22:59 +0000 (15:22 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 14 Oct 2011 19:22:59 +0000 (15:22 -0400)
From-SVN: r180004

gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index db16902f959c6137e37a1fda8d3b3b715dbaa770..09131c589f9c54bda92567f5f71b166d25aa3139 100644 (file)
@@ -4,7 +4,7 @@
        * parser.c (cp_parser_cache_group): Handle end==CPP_COMMA.
        (cp_parser_save_nsdmi): Pass it.
 
-       PR c++/50507
+       PR c++/50707
        * method.c (walk_field_subobs): Check for NSDMI before
        complaining about uninitialized fields.
 
index ed5d30e7feceede7ff475f1b58ed6344d20c1ef0..26f866d61308812454eb71f27b99b5259c7198c2 100644 (file)
@@ -3,7 +3,7 @@
        PR c++/50563
        * g++.dg/cpp0x/nsdmi-list1.C: New.
 
-       PR c++/50507
+       PR c++/50707
        * g++.dg/cpp0x/nsdmi-const1.C: New.
 
 2011-10-14  Janus Weil  <janus@gcc.gnu.org>