d: Remove setting of target-specific global.params flags from front-end
commita5e4abac26b815fe0b0d421930bfdfd2901adfe3
authorIain Buclaw <ibuclaw@gdcproject.org>
Wed, 14 Apr 2021 10:19:54 +0000 (14 12:19 +0200)
committerIain Buclaw <ibuclaw@gdcproject.org>
Wed, 14 Apr 2021 12:43:38 +0000 (14 14:43 +0200)
treec72316568a3ddbdf54cd09df14b10dad5534a317
parent5b63eb17d863ac080cf3c7df08233054b09d3747
d: Remove setting of target-specific global.params flags from front-end

Now that all dependencies on these flags have been removed, there's no
need to test and set them.

gcc/d/ChangeLog:

* d-builtins.cc (d_add_builtin_version): Remove all setting of
target-specific global.params.
* typeinfo.cc (create_typeinfo): Don't add argType fields to
TypeInfo_Struct.
gcc/d/d-builtins.cc
gcc/d/typeinfo.cc