aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cprint.ml
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2017-02-01 15:38:30 +0100
committerXavier Leroy <xavier.leroy@inria.fr>2017-02-01 15:38:30 +0100
commitbe2192f295290c72d56e01263bc354f6844229ec (patch)
tree8a8cfe6527e738dd06ac1c294ee2936df6340a56 /cparser/Cprint.ml
parent8b178cf0b7e9dcc823ad164a6856032627b3bc6f (diff)
downloadcompcert-kvx-be2192f295290c72d56e01263bc354f6844229ec.tar.gz
compcert-kvx-be2192f295290c72d56e01263bc354f6844229ec.zip
Regression: type attributes and array modifiers
Owing to the peculiarities of array types in Cutil.change_attributes_type, type-related attributes of the array element type were duplicated on the array type. E.g. elaborating 'const int a[10][5]' produced "a is an array of 5 const arrays of 10 const ints" instead of "a is an array of 5 arrays of 10 const ints"
Diffstat (limited to 'cparser/Cprint.ml')
0 files changed, 0 insertions, 0 deletions