Re: [PATCH] Fix building microblaze targets with trunk

2015-09-29 Thread Michael Eager
On 09/29/2015 10:01 AM, Jeff Law wrote: The microblaze port as a "*p++" statement which computes a result that is never used (the memory result). This removes the spurious memory dereference and the unused value warning. Tested by building the microblaze targets in config-all.mk. Installed o

[PATCH] Fix building microblaze targets with trunk

2015-09-29 Thread Jeff Law
eff commit b2e58a1a53a3bbba60bd39ce53beb9fd706742f4 Author: Jeff Law Date: Tue Sep 29 11:59:11 2015 -0400 [PATCH] Fix building microblaze targets with trunk * config/microblaze/microblaze.c (microblaze_version_to_int): Remove computation of unused value. diff --git a/gcc/ChangeLog b/gcc