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/31878] Spurious warnings generated due to not optimizing first



------- Comment #2 from lloyd at randombit dot net  2007-05-09 22:16 -------
So are you saying that it is the case that the f() function below might return
without a value? Since that is what the warning suggests.

(My interpretation re the optimizer may be completely off, I don't know GCC
internals, but I have a hard time believing that GCC warning about something
that cannot possibly happen is not a bug)


-- 


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


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