.. option:: -fdump-ada-spec[-slim]
For C and C++ source and include files, generate corresponding Ada specs.
- See :ref:`gnat_ugn:Generating_Ada_Bindings_for_C_and_C++_headers`, which provides detailed documentation on this feature.
+ See :ref:`gnat_ugn:generating-ada-bindings-for-c-and-c++-headers`, which provides detailed documentation on this feature.
.. option:: -fada-spec-parent={unit}
conformance and compatibility of the Ada compiler.
See :ref:`gfortran:standards`, for details
-of standards supported by GNU Fortran.
+of standards supported by GNU Fortran.
\ No newline at end of file
(...shows full valgrind report for this test case...)
When running under valgrind, it's best to have configured gcc with
-:option:`install:--enable-valgrind-annotations`, which automatically suppresses
+:option:`--enable-valgrind-annotations`, which automatically suppresses
various known false positives.
Environment variables
a much simpler executable that performs the equivalent calls into
libgccjit, without needing the client code and its data.
- Typically you need to supply :option:`gcc:-Wno-unused-variable` when
+ Typically you need to supply :option:`-Wno-unused-variable` when
compiling the generated file (since the result of each API call is
assigned to a unique variable within the generated C source, and not
all are necessarily then used).
Parameter "dumpname" corresponds to the equivalent gcc command-line
option, without the "-fdump-" prefix.
- For example, to get the equivalent of :option:`-fdump-tree-vrp <gcc:-fdump-tree-all>`,
+ For example, to get the equivalent of :option:`-fdump-tree-vrp1`,
supply ``"tree-vrp1"``:
.. code-block:: c