[PATCH v26 00/23] Optimize type traits compilation performance

Sandra Loosemore sandra@codesourcery.com
Wed Dec 20 03:22:57 GMT 2023


On 12/6/23 22:11, Ken Matsui wrote:
> This patch series optimizes type traits compilation performance by
> implementing built-in type traits and using them in libstdc++.

I'm finding that all the new g++.dg/ext/is_*.C testcases added by this patch 
series are failing due
to the "#include <testsuite_tr1.h>".  If that is supposed to refer to the file 
of that name in the libstdc++ testcase, there's no gcc option being passed to 
add that location to the include search path.  That .h file includes other 
header files from the libstdc++ testsuite so just copying it into the same 
directory as the new g++ tests doesn't work.  Can you fix this, somehow?

Target is nios2-elf, if that matters.

-Sandra


More information about the Libstdc++ mailing list