Import gcc-dg/vect directory from GCC#114
Open
Uh oh!
There was an error while loading. Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi all.
This works builds directly off of our other MR waiting to be merged here, and simply adds the
gcc-dg/vectsubfolder.Under x86_64 there are 2913 build targets, 1152 passing tests.
There is a minor "hack" right now in that the original
vect.expfile from upstream uses lots of glob patterns to create the list of tests to run - I've re-created this behaviour here by instrumenting the GCCvect.exptoechothe globs,cat'ted them into a file, and then copied that into a new file created by this MR calledSingleSource/Regression/C/gcc-dg/vect/DgVectTestList.txt. This file is then consumed inSingleSource/Regression/C/gcc-dg/vect/CMakeLists.txtto figure out what tests to run/not run.