aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-warn-recursion.cc
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-03-11 14:40:22 +0000
committerGitHub <noreply@github.com>2022-03-11 14:40:22 +0000
commit8c88e8e0c9c3ebc627e3f3373cd7303d487c8d63 (patch)
tree2310cea8ca2a4dcd6196f97d3398001aa23a2ef5 /gcc/gimple-warn-recursion.cc
parenta50fcbc2eb4dacdeaa733f2a8dbae6e727693bdc (diff)
parent040b2ec9a6b20aa2441951e47f344d303dd61d7e (diff)
parentc62e9eb5ee3be6e321a1bf725cbc797ba7fda593 (diff)
downloadgcc-8c88e8e0c9c3ebc627e3f3373cd7303d487c8d63.zip
gcc-8c88e8e0c9c3ebc627e3f3373cd7303d487c8d63.tar.gz
gcc-8c88e8e0c9c3ebc627e3f3373cd7303d487c8d63.tar.bz2
Merge #1015 #1018
1015: Add code generation for the slice type r=philberty a=philberty This type must respect the layout of the FatPtr type in libcore. Rust implements slices using Rustc types in libcore and uses a neat trick. Addresses #849 1018: builtin-macros: Add more documentation for defining builtins r=CohenArthur a=CohenArthur `@mvvsmk` you might find this a little more clear. Sorry about the confusion! Co-authored-by: Philip Herron <philip.herron@embecosm.com> Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>