]> gcc.gnu.org Git - gcc.git/commitdiff
cccp.c (rescan): Fixed obp pointer handling around call to check_expand subroutine.
authorGlen Nakamura <glen.nakamura@usa.net>
Thu, 28 Oct 1999 08:45:37 +0000 (08:45 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 28 Oct 1999 08:45:37 +0000 (02:45 -0600)
        * cccp.c (rescan): Fixed obp pointer handling around call to
        check_expand subroutine.

From-SVN: r30230

gcc/ChangeLog
gcc/cccp.c

index 0d344096d9a4d2da7b4bd944a00c5c9e824f3d86..cc0e61cb9bc5daed1b6da4de147737c230ca614a 100644 (file)
@@ -1,3 +1,8 @@
+Thu Oct 28 02:44:03 1999  Glen Nakamura  <glen.nakamura@usa.net>
+
+       * cccp.c (rescan): Fixed obp pointer handling around call to
+       check_expand subroutine.
+
 Thu Oct 28 02:15:22 1999  Jeffrey A Law  (law@cygnus.com)
 
        * arm.md (adddi3, adddi_sesidi_di, adddi_sesidi_di): Add
index b5f31a1ab2a4aac3beb4caa72ba2dac2b0079b29..6f9c36cddb794199c81eb8f203406a8b6389ce63 100644 (file)
@@ -3340,7 +3340,9 @@ randomchar:
 #endif
                
                if (output_marks) {
+                 op->bufp = obp;
                  check_expand (op, limit - ibp + 2);
+                 obp = op->bufp;
                  *obp++ = '\n';
                  *obp++ = '-';
                }
This page took 0.081984 seconds and 5 git commands to generate.