OSDN Git Service

*** empty log message ***
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 May 1992 15:47:31 +0000 (15:47 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 May 1992 15:47:31 +0000 (15:47 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@946 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/rtl.c

index 7d7d73a..3c8594b 100644 (file)
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -652,9 +652,10 @@ read_rtx (infile)
                  /* \; makes stuff for a C string constant containing
                     newline and tab.  */
                  if (c == ';')
-                   obstack_grow (rtl_obstack, "\\n\\t", 4);
-                 else
-                   obstack_1grow (rtl_obstack, c);
+                   {
+                     obstack_grow (rtl_obstack, "\\n\\t", 4);
+                     continue;
+                   }
                }
              else if (c == '"')
                break;