aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/gcc
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-03-15 20:14:47 +0100
committerTristan Gingold <tgingold@free.fr>2017-03-15 20:14:47 +0100
commitacdeb6ad78f9b170c7742e8e7266c6632cc63750 (patch)
tree64f5ef281f5aaa9a16dced8f69ece988e01b4539 /src/ortho/gcc
parentabfab06bb7620314f636bf5dd2854399e54062d0 (diff)
downloadghdl-acdeb6ad78f9b170c7742e8e7266c6632cc63750.tar.gz
ghdl-acdeb6ad78f9b170c7742e8e7266c6632cc63750.tar.bz2
ghdl-acdeb6ad78f9b170c7742e8e7266c6632cc63750.zip
Complete lang.opt (options for gcc)
Diffstat (limited to 'src/ortho/gcc')
-rw-r--r--src/ortho/gcc/lang.opt8
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