EnglishFrenchSpanish

Ad


OnWorks favicon

hppa-linux-gnu-gdc - Online in the Cloud

Run hppa-linux-gnu-gdc in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command hppa-linux-gnu-gdc that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


gdc - A GCC-based compiler for the D language

SYNOPSIS


gdc [-c]
[-g] [-pg] [-Olevel]
[-Idir...] [-Ldir...]
[-o outfile] infile...

For any given input file, the file name suffix determines what kind of compilation is
done:

file.d
D source files.

file.di
D interface files.

file.o
Object files to link in.

file.a
Library files to link in

DESCRIPTION


The gdc command is a frontend to gcc and supports many of the same options. This manual
only documents the options specific to gdc. Most of these have both positive and negative
forms; the negative form of -ffoo would be -fno-foo. This manual documents only one of
these two forms, whichever one is not the default.

The gdc command may be used to compile D source code into an object file, link a
collection of object files together, or do both in sequence.

Only the most useful options are listed here; see below for the remainder.

OPTIONS


-frelease
Compile release version.

-funittest
Compile in unittest code.

-fno-assert
Turn off code generation for runtime assert()'s.

-fno-invariants
Turn off code generation for runtime invariant()'s.

-fno-in
Turn off code generation for runtime in() contracts.

-fno-out
Turn off code generation for runtime out() contracts.

-fno-bounds-check
Turns off array bounds checking for all functions.

-fno-builtin
Don't recognize built-in functions that do not begin with __builtin_ as prefix.

-fno-emit-moduleinfo
Turns off generation of module information and related functions.

-fd-verbose
Print information about D language processing to stdout.

-fproperty
For D2, enforce @property syntax.

-fd-vtls
List all variables going into thread local storage.

-fignore-unknown-pragmas
Ignore unsupported pragmas.

-fsplit-dynamic-arrays
Split dynamic arrays into length and pointer when passing to functions.

-femit-templates
Control template emission behaviour.

Turning on this option will emit all templates, but make them private to the
translation unit. The executable will have multiple copies of code and data.

Turning off this option will tell the compiler to not emit templates at all.

The default behaviour is to emit templates, but only if the compiler determines that
it needs to.

-fdebug=opt
Compile in debug code into the program.

These are supported options:

level
Compile in debug code <= level.

ident
Compile in debug code identified by ident.

-fdeps=filename
Write module dependencies to filename.

-fmake-deps=filename
Write makefile dependency output to the given file.

-fmake-mdeps=filename
Like -fmake-deps=filename but ignore system header files.

-fonly=filename
Process all modules specified on the command line, but only generate code for the
module specified by the argument.

-fversion=opt
Compile in version code into the program.

These are the supported options:

level
Compile in version code >= level.

ident
Compile in debug code identified by ident.

-fintfc
Generate D interface files.

-fintfc-dir=directory
Write D interface files to directory.

-fintfc-file=filename
Write D interface file to filename.

-fdoc
Generate documentation.

-fdoc-dir=directory
Write documentation file in directory.

-fdoc-file=filename
Write documentation file to filename.

-fdoc-inc=filename
Include a Ddoc macro file.

-fXf=filename
Write JSON file to filename.

-fdump-source
Dump decoded UTF-8 text from source.

-Wcast-result
Warn about casts that will produce a null or nil result.

-Werror
Make all warnings into errors.

-Wno-deprecated
Do not warn about usage of deprecated features.

-Wunknown-pragmas
Warn when a pragma is encountered that is not understood by GDC.

Use hppa-linux-gnu-gdc online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

  • 1
    abidiff
    abidiff
    abidiff - compare ABIs of ELF files
    abidiff compares the Application Binary
    Interfaces (ABI) of two shared libraries
    in ELF format. It emits a meaningful
    repor...
    Run abidiff
  • 2
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 3
    copac2xml
    copac2xml
    bibutils - bibliography conversion
    utilities ...
    Run copac2xml
  • 4
    copt
    copt
    copt - peephole optimizer SYSNOPIS:
    copt file.. DESCRIPTION: copt is a
    general-purpose peephole optimizer. It
    reads code from its standard input and
    writes an ...
    Run copt
  • 5
    gather_stx_titles
    gather_stx_titles
    gather_stx_titles - gather title
    declarations from Stx documents ...
    Run gather_stx_titles
  • 6
    gatling-bench
    gatling-bench
    bench - http benchmark ...
    Run gatling-bench
  • More »

Ad