]> git.ipfire.org Git - thirdparty/gcc.git/commit
RESX statement processing functions added:
authorPranil Dey <mkdeyp@gmail.com>
Fri, 20 Sep 2024 21:36:48 +0000 (03:06 +0530)
committerPranil Dey <mkdeyp@gmail.com>
Tue, 1 Oct 2024 04:18:04 +0000 (09:48 +0530)
commitd1a84d379d65c8d11a1f81e54f41d98cbce03cd7
tree4958d1a1bf1910172025f6f3902032e3656edf45
parent70505f5757f09145f4465f5cf597ecc2b64069e0
RESX statement processing functions added:

1. extract_types_for_resx - Used as a helper for getting the types from a resx statement to use later in the extract_fun_resx_types
2. extract_fun_resx_types - Used for getting the types thrown and propagated outside a function
gcc/tree-eh.cc