explow.c (convert_memory_address_addr_space_1): Mark in_const as ATTRIBUTE_UNUSED.
authorAndreas Schwab <schwab@suse.de>
Wed, 15 Oct 2014 08:20:02 +0000 (08:20 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Wed, 15 Oct 2014 08:20:02 +0000 (08:20 +0000)
* explow.c (convert_memory_address_addr_space_1): Mark in_const
as ATTRIBUTE_UNUSED.

From-SVN: r216240

gcc/ChangeLog
gcc/explow.c

index 62b3e830661eac5d711c407f6ab9c20557bbcd44..4316fa268adfaf6f3a4529335b8237343e780b81 100644 (file)
@@ -1,3 +1,8 @@
+2014-10-15  Andreas Schwab  <schwab@suse.de>
+
+       * explow.c (convert_memory_address_addr_space_1): Mark in_const
+       as ATTRIBUTE_UNUSED.
+
 2014-10-14  Jan Hubicka  <hubicka@ucw.cz>
 
        * loop-unroll.c: (decide_unrolling_and_peeling): Rename to
index 4f6465bef7a6a0064189d1b283fbcde94f89fc98..1066f56222a75396e3c20f500dd6d57c0417c552 100644 (file)
@@ -316,7 +316,7 @@ break_out_memory_refs (rtx x)
 static rtx
 convert_memory_address_addr_space_1 (enum machine_mode to_mode ATTRIBUTE_UNUSED,
                                     rtx x, addr_space_t as ATTRIBUTE_UNUSED,
-                                    bool in_const)
+                                    bool in_const ATTRIBUTE_UNUSED)
 {
 #ifndef POINTERS_EXTEND_UNSIGNED
   gcc_assert (GET_MODE (x) == to_mode || GET_MODE (x) == VOIDmode);