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/21161] "clobbered by longjmp" warning ignores the data flow


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-23 02:12 -------
The issue here is that obj is a parameter (argument) which gets assigned always the register r4 but I 
could be wrong.  It might be a true warning and the warning does not ignore flow control but I have not 
looked into that far.

-- 


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


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