# HG changeset patch # User Nobuyasu Oshiro # Date 1339744468 -32400 # Node ID f1839aae06dc74cde1e7004744b41f0409715db2 # Parent 88899c193e6df62a2115790bf5bd1d8ed231b24b modify diff -r 88899c193e6d -r f1839aae06dc paper/rectype.ind --- 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.