diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-03-15 20:14:47 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-03-15 20:14:47 +0100 |
commit | acdeb6ad78f9b170c7742e8e7266c6632cc63750 (patch) | |
tree | 64f5ef281f5aaa9a16dced8f69ece988e01b4539 | |
parent | abfab06bb7620314f636bf5dd2854399e54062d0 (diff) | |
download | ghdl-acdeb6ad78f9b170c7742e8e7266c6632cc63750.tar.gz ghdl-acdeb6ad78f9b170c7742e8e7266c6632cc63750.tar.bz2 ghdl-acdeb6ad78f9b170c7742e8e7266c6632cc63750.zip |
Complete lang.opt (options for gcc)
-rw-r--r-- | src/ortho/gcc/lang.opt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ortho/gcc/lang.opt b/src/ortho/gcc/lang.opt index 562fbe08d..cb6ade864 100644 --- a/src/ortho/gcc/lang.opt +++ b/src/ortho/gcc/lang.opt @@ -62,6 +62,14 @@ Disable VITAL checks vhdl Enable VITAL checks +ftabstop= +vhdl Joined RejectNegative UInteger +-ftabstop=<number> Distance between tab stops for column reporting + +fcaret-diagnostics +vhdl +Show the source line with a caret indicating the column + fexplicit vhdl Explicit function declarations override implicit one in use |