Skip to content
#

gcc

Here are 1,086 public repositories matching this topic...

eine
eine commented Apr 9, 2020

Currently, the architecture of the CLI is based on (sub)commands and options. Commands are expected to be provided as the first argument, and do effectively decide which feature is to be used. OTOH, options provide parameters to the commands. However, there is no syntactical difference, as both commands and options start with -- or -i. As a result, we rely on properly formating --help and on

ivan-tkatchev
ivan-tkatchev commented Jan 27, 2022

GCC and Clang have a -frandom-seed compiler option. The idea is to improve reproducibility by allowing the build system to specify random seeds for symbols that are randomly generated by the compiler.

ccache should ignore -frandom-seed in compiler options when looking for cache hits. Currently two compiler invocation command lines that are strictly identical except for the random seed will

feature help wanted good first issue
ceeac
ceeac commented Oct 25, 2018

Currently, decompilation of Windows executables produces unreadable and/or semantically wrong output because the signatures for most of the Windows API functions are missing. We should add signatures for at least the most commonly used ones.

type: enhancement dom: decompilation good first issue

Improve this page

Add a description, image, and links to the gcc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gcc topic, visit your repo's landing page and select "manage topics."

Learn more