This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GSoC


> If the scope of GCC still intimidates you (but we all struggle with it
> sometimes, trust me), consider reaching out to Andi Kleen and discuss
> his fuzzer project idea with him (he may tell you what to check out and
> experiment with to get the feeling about the task at hand).

The fuzzer project is to extend an existing C fuzzer (such as csmith
or yarpgen) with gcc language extensions and use that to test the compiler

Tasks:
- evaluate existing fuzzer sources for suitable base
- study gcc documentation and other references for suitable language
extensions to implement (e.g. openmp or transactions or vector extensions)
- implement a suitable subset of extensions in one of the fuzzers
- validate fuzzer output is valid code (that's the hard part)
- run fuzzer against compiler and report bugs

-Andi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]