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: [google/integration] Fix testsuite error introduced in r174121


On Fri, May 27, 2011 at 08:35, Simon Baldwin <simonb@google.com> wrote:
> Fix testsuite error introduced in r174121.
>
> r174121 introduces a new warn_self_assign options variable that conflicts
> with a static function in gcc/testsuite/g{cc,++}.dg/plugin/selfassign.c.
> Import a small portion of r172992 to avoid the problem.
>
> Okay for google/integration?
>
> gcc/testsuite/ChangeLog.google-integration:
> 2011-05-27 ÂSimon Baldwin Â<simonb@google.com>
>
> Â Â Â Â* testsuite/gcc.dg/plugin/selfassign.c (check_self_assign): Renamed
> Â Â Â Âfrom warn_self_assign.
> Â Â Â Â(execute_warn_self_assign): Call a function by its new name.
> Â Â Â Â* testsuite/g++.dg/plugin/selfassign.c (check_self_assign): Renamed
> Â Â Â Âfrom warn_self_assign.
> Â Â Â Â(execute_warn_self_assign): Call a function by its new name.

OK.


Diego.


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