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: [PATCH] Fix -fcompare-debug due to DEBUG_BEGIN_STMTs (PR debug/83419)


On Thu, Dec 21, 2017 at 06:29:11PM -0200, Alexandre Oliva wrote:
> > 	PR debug/83419
> > 	* c-family/c-semantics.c (pop_stmt_list): Propagate side
> > 	effects from single nondebug stmt to container list.
> 
> Oops, this belonged in gcc/c-family/ChangeLog.  I'm checking this in to
> fix it.
> 
> diff --git a/gcc/ChangeLog b/gcc/ChangeLog
> index 61ae2b6eaa27..126f505184d1 100644
> --- a/gcc/ChangeLog
> +++ b/gcc/ChangeLog
> @@ -41,12 +41,6 @@
>  
>  	* reorg.c (make_return_insns): Reemit each insn with its own location.
>  
> -2017-12-21  Alexandre Oliva  <aoliva@redhat.com>
> -
> -	PR debug/83419
> -	* c-family/c-semantics.c (pop_stmt_list): Propagate side
> -	effects from single nondebug stmt to container list.
> -
>  2017-12-21  James Greenhalgh  <james.greenhalgh@arm.com>
>  
>  	* config/aarch64/aarch64.c (aarch64_expand_vector_init): Modify code
> diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
> index 996e7b8eaf5d..f0132f46ad8a 100644
> --- a/gcc/c-family/ChangeLog
> +++ b/gcc/c-family/ChangeLog
> @@ -1,3 +1,9 @@
> +2017-12-21  Alexandre Oliva  <aoliva@redhat.com>
> +
> +	PR debug/83419
> +	* c-family/c-semantics.c (pop_stmt_list): Propagate side

Still not right.  c-family/ prefix shouldn't be there.

> +	effects from single nondebug stmt to container list.
> +
>  2017-12-19  Jakub Jelinek  <jakub@redhat.com>
>  
>  	* known-headers.cc (get_stdlib_header_for_name): Replace Yoda

	Jakub


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