aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-warn-recursion.cc
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-03-08 16:31:51 +0000
committerGitHub <noreply@github.com>2022-03-08 16:31:51 +0000
commit39c04258300be68a36b80f2f23929a97e8af1865 (patch)
treeaa9ba4fbc2509bf2b0cbb247d918656c262aba29 /gcc/gimple-warn-recursion.cc
parent865b6090a8f8981cdfc050ea2ee44abbe92de141 (diff)
parentdc2eab39525f0ccac46497f84818c6f5d612b7d0 (diff)
parentd2a6a5eef46296a8b5b2f4c39059a7d55ff22941 (diff)
downloadgcc-39c04258300be68a36b80f2f23929a97e8af1865.zip
gcc-39c04258300be68a36b80f2f23929a97e8af1865.tar.gz
gcc-39c04258300be68a36b80f2f23929a97e8af1865.tar.bz2
Merge #994 #997
994: Parse macro patterns properly in repetitions r=CohenArthur a=CohenArthur Closes #966 We actually cannot reuse functions from the parser since we're expanding a macro transcriber. This is fine as the "algorithm" is extremely simple 997: macros: Allow any delimiters for invocation r=CohenArthur a=CohenArthur Closes #946 Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>