From: Jonathan Wakely Date: Fri, 1 Sep 2023 15:49:42 +0000 (+0100) Subject: c++: Move new test to 'opt' sub-directory X-Git-Tag: basepoints/gcc-15~6511 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d35b1ad9725466d15b4dea7478637ec7602f808;p=thirdparty%2Fgcc.git c++: Move new test to 'opt' sub-directory gcc/testsuite/ChangeLog: * g++.dg/pr110879.C: Moved to... * g++.dg/opt/pr110879.C: ...here. --- diff --git a/gcc/testsuite/g++.dg/pr110879.C b/gcc/testsuite/g++.dg/opt/pr110879.C similarity index 100% rename from gcc/testsuite/g++.dg/pr110879.C rename to gcc/testsuite/g++.dg/opt/pr110879.C