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]

Re: Minor ChangeLog goof


On Tue, Oct 15, 2013 at 09:53:22AM -0600, Jeff Law wrote:
> 
> Martin put his entry in the wrong ChangeLog.  (toplevel instead of
> inside the gcc subdirectory).

Ouch, sorry and thanks for spotting and fixing it.

Martin


> 
> Fixed in the obvious way.
> 

> diff --git a/ChangeLog b/ChangeLog
> index 63c6cd8..0d3c199 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,9 +1,3 @@
> -2013-10-15  Martin Jambor  <mjambor@suse.cz>
> -
> -	* ipa-utils.h (ipa_edge_within_scc): Declare.
> -	* ipa-cp.c (edge_within_scc): Moved...
> -	* ipa-utils.c (ipa_edge_within_scc): ...here.  Updated all callers.
> -
>  2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
>  
>  	Import from savannah.gnu.org:
> diff --git a/gcc/ChangeLog b/gcc/ChangeLog
> index 4142dd2..09e2494 100644
> --- a/gcc/ChangeLog
> +++ b/gcc/ChangeLog
> @@ -753,6 +753,11 @@
>  	(avx512f_getmant<mode>): Ditto.
>  	(avx512f_rndscale<mode>): Fix formatting.
>  
> +2013-10-15  Martin Jambor  <mjambor@suse.cz>
> +
> +	* ipa-utils.h (ipa_edge_within_scc): Declare.
> +	* ipa-cp.c (edge_within_scc): Moved...
> +	* ipa-utils.c (ipa_edge_within_scc): ...here.  Updated all callers.
>  
>  2013-10-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
>  	    Maxim Kuznetsov  <maxim.kuznetsov@intel.com>


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