Hi,
For a case:
1 int foo()
2 {
3 int i=9;
4
5 if (i < 10)
6 return 1;
7 else
8 return 0;
9
10 }
11
If we debug this case with GCC, the debugger will stop at line 5 and 10.
But open64 only stops at line 5. So far the end SPOS (line 13) of the
function is missing from the IR because there isn't any statement on line
13. Is it OK to keep the end SPOS on the kid n-3 of the FUNC_ENTRY? Or is
there any other suggestions? Thank you very much.
--
Regards,
Lai Jian-Xin
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel