* config/rs6000/vsx.md (vsx_extract_v4sf): Fix bug with element
extraction other than index 3.
-2014-06-26 Teresa Johnson <tejohnson@google.com>
-
- * c-family/c-common.h (get_dump_info): Declare.
- * c-family/c-gimplify.c (c_genericize): Use saved dump files.
- * c-family/c-opts.c (c_common_parse_file): Begin and end dumps
- once around parsing invocation.
- (get_dump_info): New function.
- * cp/class.c (dump_class_hierarchy): Use saved dump files.
- (dump_vtable): Ditto.
- (dump_vtt): Ditto.
-
2014-06-26 Teresa Johnson <tejohnson@google.com>
* doc/invoke.texi: Fix typo.
* c.opt (std=c++1z, std=c++17, std=gnu++1z, std=gnu++17): New.
* c-opts.c (c_common_handle_option, set_std_cxx1z): Handle it.
+2014-06-26 Teresa Johnson <tejohnson@google.com>
+
+ * c-common.h (get_dump_info): Declare.
+ * c-gimplify.c (c_genericize): Use saved dump files.
+ * c-opts.c (c_common_parse_file): Begin and end dumps
+ once around parsing invocation.
+ (get_dump_info): New function.
+
2014-06-23 Marek Polacek <polacek@redhat.com>
Andrew MacLeod <amacleod@redhat.com>
* parser.c (cp_lexer_nth_token_is): New.
(cp_parser_for_init_statement): Allow "for (id : init)".
+2014-06-26 Teresa Johnson <tejohnson@google.com>
+
+ * class.c (dump_class_hierarchy): Use saved dump files.
+ (dump_vtable): Ditto.
+ (dump_vtt): Ditto.
+
2014-06-26 Adam Butcher <adam@jessamine.co.uk>
PR c++/61537