[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-dev] c++ features



I'm trying to think of C++ features that we can incrementally add to Csmith.

We want to add features that stress out the compiler, but that are minimally intrusive on Csmith.

A few random ideas:

- exceptions

- atomics

- restricted uses of objects (reusing Csmith's ability to generate functions and structs)

John