Mercurial > hg > Papers > 2012 > aplas
changeset 22:f1839aae06dc
modify
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 15 Jun 2012 16:14:28 +0900 |
parents | 88899c193e6d |
children | e9d317e4ea70 |
files | paper/rectype.ind |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/paper/rectype.ind Fri Jun 15 15:59:00 2012 +0900 +++ b/paper/rectype.ind Fri Jun 15 16:14:28 2012 +0900 @@ -228,8 +228,14 @@ } The above code is the wrong argument of p. -The argument convert the above code is carried out in the GCC. -3 of type int that to a pointer type conversions are made of code segment. +The p's argument is converted by GCC. +3 of type int is converted to a pionter type of code segment. +At this time, GCC looks at the type of the argument. +p's argument is pointer of csA. +csA's argument is p. +GCC is also an infinite recursion happens to see the type of tye argument of the argument. + +In order to the solve this problem.