From cc1dadb0d4db190cbdc9bed8e1d87c07ce5f2b9d Mon Sep 17 00:00:00 2001 From: Senthil Kumar Selvaraj Date: Tue, 27 Sep 2016 06:13:38 +0000 Subject: [PATCH] Revert part of r240397 that got accidentally committed From-SVN: r240520 --- gcc/config/avr/avr.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/config/avr/avr.c b/gcc/config/avr/avr.c index 4ffb38c571f5..c6413421c5e2 100644 --- a/gcc/config/avr/avr.c +++ b/gcc/config/avr/avr.c @@ -9122,8 +9122,6 @@ avr_eval_addr_attrib (rtx x) if (SYMBOL_REF_FLAGS (x) & SYMBOL_FLAG_IO) { attr = lookup_attribute ("io", DECL_ATTRIBUTES (decl)); - if (!attr || !TREE_VALUE (attr)) - attr = lookup_attribute ("io_low", DECL_ATTRIBUTES (decl)); gcc_assert (attr); } if (!attr || !TREE_VALUE (attr)) -- 2.47.2