From patchwork Sun Aug 8 19:42:45 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [committed] Fix warning compiling pa.c on 4.3 branch From: John David Anglin X-Patchwork-Id: 61229 Message-Id: <20100808194247.AD5674D76@hiauly1.hia.nrc.ca> To: gcc-patches@gcc.gnu.org Date: Sun, 8 Aug 2010 15:42:45 -0400 (EDT) This fixes a warning from pa.c on the 4.3 branch. Unfortunately, I missed the change in semantics in `inform'. Compile tested on hppa2.0w-hp-hpux11.11. Committed to 4.3 branch. Dave Index: config/pa/pa.c =================================================================== --- config/pa/pa.c (revision 163006) +++ config/pa/pa.c (working copy) @@ -503,8 +503,7 @@ cold partitioning. */ if (flag_reorder_blocks_and_partition) { - inform (input_location, - "-freorder-blocks-and-partition does not work " + inform ("-freorder-blocks-and-partition does not work " "on this architecture"); flag_reorder_blocks_and_partition = 0; flag_reorder_blocks = 1;