From: John Criswell
Date: Fri, 12 Mar 2004 20:42:16 +0000 (+0000)
Subject: Added minor information on C++.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=799269128ca8bf601320fecb495d62cbf2e85aa5;p=oota-llvm.git
Added minor information on C++.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12341 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html
index 28def13d086..84d7b8ba108 100644
--- a/docs/HowToSubmitABug.html
+++ b/docs/HowToSubmitABug.html
@@ -96,12 +96,14 @@ buggy or if it's one of the LLVM tools that has problems.
gccas, or gccld), run the
llvm-gcc command line as you were when the crash occurred, but
add a -v option to the command line. The compiler will print out a
-bunch of stuff, and should end with telling you that one of cc1,
-gccas, or gccld crashed.
+bunch of stuff, and should end with telling you that one of
+cc1/cc1plus, gccas, or
+gccld crashed.
- - If cc1 crashed, you found a problem with the front-end.
+
- If cc1 or cc1plus crashed, you found a
+ problem with the front-end.
Jump ahead to the section on front-end bugs.
- If gccas crashed, you found a bug in one