Re: c++: Add stdlib module test cases

2021-04-03 Thread Andreas Schwab
On Jan 04 2021, Nathan Sidwell wrote: > +// { dg-final { scan-lang-dump {Wrote fixed:[0-9]* > pointer_type:'::__builtin_va_list'} module { target powerpc*-*-linux* } } } That is wrong for -m32. $ grep va_list builtin-3_a.C.002l.module Connecting declaration decl type_decl:'::va_list' Connectin

c++: Add stdlib module test cases

2021-01-04 Thread Nathan Sidwell
The remaining modules tests use the std library. These are those. gcc/testsuite/ * g++.dg/modules/binding-1_a.H: New. * g++.dg/modules/binding-1_b.H: New. * g++.dg/modules/binding-1_c.C: New. * g++.dg/modules/binding-2.H: New. * g++.dg/modules/buil