]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fixed extract_types_for_resx function devel/nothrow-detection
authorPranil Dey <mkdeyp@gmail.com>
Thu, 24 Oct 2024 19:26:59 +0000 (00:56 +0530)
committerPranil Dey <mkdeyp@gmail.com>
Thu, 24 Oct 2024 19:27:07 +0000 (00:57 +0530)
commitc756ee328c82211698ddcaf9e3475c763884d7bb
tree3ba9410c973bc8ee51d51929d267036cda1e32dc
parentc4ab1c57107003e55287df06cf9b552830cb9d3c
Fixed extract_types_for_resx function

The function was recursive in nature and there is a chance of runnign out of stack, so now ann iterative approach was used to get the types for resx
gcc/tree-eh.cc