public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, rs6000] Rename GCC version in warning messages
@ 2014-09-18 16:50 Ulrich Weigand
  2014-09-19 15:37 ` David Edelsohn
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Weigand @ 2014-09-18 16:50 UTC (permalink / raw)
  To: gcc-patches; +Cc: dje.gcc

Hello,

the ABI warning messages I introduced in recent patches refer to a GCC
version "4.10".  As GCC has since adopted a new version naming scheme,
this patch updates those messages to refer to "GCC 5" instead.

Tested on powerpc64le-linux.

OK for mainline?

Bye,
Ulrich


ChangeLog:

	* 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.


Index: gcc/config/rs6000/rs6000.c
===================================================================
--- gcc/config/rs6000/rs6000.c	(revision 215355)
+++ gcc/config/rs6000/rs6000.c	(working copy)
@@ -5939,7 +5939,7 @@
 	      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 @@
 	      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 @@
 		  warned = true;
 		  inform (input_location,
 			  "the ABI of passing homogeneous float aggregates"
-			  " has changed in GCC 4.10");
+			  " has changed in GCC 5");
 		}
 	    }
 
-- 
  Dr. Ulrich Weigand
  GNU/Linux compilers and toolchain
  Ulrich.Weigand@de.ibm.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH, rs6000] Rename GCC version in warning messages
  2014-09-18 16:50 [PATCH, rs6000] Rename GCC version in warning messages Ulrich Weigand
@ 2014-09-19 15:37 ` David Edelsohn
  0 siblings, 0 replies; 2+ messages in thread
From: David Edelsohn @ 2014-09-19 15:37 UTC (permalink / raw)
  To: Ulrich Weigand; +Cc: GCC Patches

On Thu, Sep 18, 2014 at 12:50 PM, Ulrich Weigand <uweigand@de.ibm.com> wrote:
> Hello,
>
> the ABI warning messages I introduced in recent patches refer to a GCC
> version "4.10".  As GCC has since adopted a new version naming scheme,
> this patch updates those messages to refer to "GCC 5" instead.
>
> Tested on powerpc64le-linux.
>
> OK for mainline?
>
> Bye,
> Ulrich
>
>
> ChangeLog:
>
>         * 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.

Okay.

Thanks, David

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-19 15:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-18 16:50 [PATCH, rs6000] Rename GCC version in warning messages Ulrich Weigand
2014-09-19 15:37 ` David Edelsohn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).