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++/7827] incorrect warning "will never be executed" when optimizing


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-29 02:39 -------
It could be well the warning is correct for your code, see the other bugs which have to deal with "will 
never be executed". Some of them have to deal with inlining functions which causes the warning to 
happen because it is correct warning for that call site that was inlined.

-- 


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


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