GCC 7 To Have Better Test Coverage, Unit Testing

Written by Michael Larabel in GNU on 14 February 2017 at 07:16 AM EST. Add A Comment
GNU
Red Hat developer David Malcolm has shared the work he's been doing on improving the GCC compiler's internal testing to ensure the GNU Compiler Collection is working as anticipated and is generating correct code.

GCC 7 has many new features while Malcom's focus recently has been improving GCC's own test suite to ensure the quality and correctness of the code being generated.

With GCC 7, developers have extended the C front-end so that fragments of GIMPLE (basically GCC's IR) and RTL (closer to machine code) can be embedded for testing, unit testing support has been added to GCC 7, and other low-level improvements.

Those curious about the latest GCC 7 compiler testing improvements can read this Red Hat blog post for all the details.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week