This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/22127] [3.4/4.0/4.1 Regression] register window not preserved after getcontext call


------- Additional Comments From akr at m17n dot org  2005-06-20 17:36 -------
Although I have no Sun's Compiler, I found some pragmas about header file in SunOS:

#pragma unknown_control_flow(setjmp)
#pragma unknown_control_flow(_setjmp)
#pragma unknown_control_flow(sigsetjmp)
#pragma unknown_control_flow(getcontext)

So I guess Sun's Compiler can know getcontext is special. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22127


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]