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/17534] gcc fails to diagnose suspect expressions that have incompatible bit masks



------- Comment #5 from trt at acm dot org  2005-11-15 15:43 -------
Since fold() is increasingly used for internal speculative computations, I
think it should avoid issuing warnings as false positives are too likely.  So
perhaps this warning belongs in parser_build_binary_op() in c-typeck.c

Similarly for bug 16302


-- 


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


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