rs6000.c (rs6000_special_adjust_field_align_p): Update GCC version name to GCC 5.
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 19 Sep 2014 15:49:21 +0000 (15:49 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Fri, 19 Sep 2014 15:49:21 +0000 (15:49 +0000)
* config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
Update GCC version name to GCC 5.
(rs6000_function_arg_boundary): Likewise.
(rs6000_function_arg): Likewise.

From-SVN: r215395

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index 86ed324..614c14f 100644 (file)
@@ -1,3 +1,10 @@
+2014-09-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
+       Update GCC version name to GCC 5.
+       (rs6000_function_arg_boundary): Likewise.
+       (rs6000_function_arg): Likewise.
+
 2014-09-19  James Greenhalgh  <james.greenhalgh@arm.com>
 
        * config/sh/sh.md: Fix use of constraints in define_split.
index 7554fcc..5810f68 100644 (file)
@@ -5939,7 +5939,7 @@ rs6000_special_adjust_field_align_p (tree field, unsigned int computed)
              warned = true;
              inform (input_location,
                      "the layout of aggregates containing vectors with"
-                     " %d-byte alignment has changed in GCC 4.10",
+                     " %d-byte alignment has changed in GCC 5",
                      computed / BITS_PER_UNIT);
            }
        }
@@ -9307,7 +9307,7 @@ rs6000_function_arg_boundary (enum machine_mode mode, const_tree type)
              warned = true;
              inform (input_location,
                      "the ABI of passing aggregates with %d-byte alignment"
-                     " has changed in GCC 4.10",
+                     " has changed in GCC 5",
                      (int) TYPE_ALIGN (type) / BITS_PER_UNIT);
            }
        }
@@ -10428,7 +10428,7 @@ rs6000_function_arg (cumulative_args_t cum_v, enum machine_mode mode,
                  warned = true;
                  inform (input_location,
                          "the ABI of passing homogeneous float aggregates"
-                         " has changed in GCC 4.10");
+                         " has changed in GCC 5");
                }
            }