https://gcc.gnu.org/g:f568f3b3e292892c2804c4596151ae11b5ef8c97

commit f568f3b3e292892c2804c4596151ae11b5ef8c97
Author: zhanghe9702 <zhanghe9...@163.com>
Date:   Sat Mar 16 12:25:28 2024 +0800

    fixed README.md , dump ast using correct option
    
    ChangeLog:
    
            * README.md: remove error dump option.
    
    Signed-off-by: Zhang He <zhanghe9...@163.com>

Diff:
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bc977c2f5779..31df8df5138a 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ $ make
 Running the compiler itself without make install we can simply invoke the 
compiler proper:
 
 ```bash
-$ ./gcc/crab1 test.rs -frust-debug -frust-dump-parse -Warray-bounds -dumpbase 
test.rs -mtune=generic -march=x86-64 -O0 -version -fdump-tree-gimple -o test.s 
-L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu 
-L/usr/lib/../lib64 -frust-incomplete-and-experimental-compiler-do-not-use
+$ ./gcc/crab1 test.rs -frust-debug -frust-dump-ast-pretty -Warray-bounds 
-dumpbase test.rs -mtune=generic -march=x86-64 -O0 -version -fdump-tree-gimple 
-o test.s -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu 
-L/usr/lib/../lib64 -frust-incomplete-and-experimental-compiler-do-not-use
 ```
 
 To invoke the compiler driver (gccrs) we need to:

Reply via email to