[Bug c++/27371] [4.1 Regression] Does not warn about unused function result (__attribute__((warn_unused_result)))

2006-09-08 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2006-09-08 07:40 --- Only fixed on the mainline. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27371] [4.1 Regression] Does not warn about unused function result (__attribute__((warn_unused_result)))

2006-09-07 Thread hjl at lucon dot org
--- Comment #6 from hjl at lucon dot org 2006-09-07 21:10 --- FWIW, g++.dg/warn/unused-result1.C fails: http://gcc.gnu.org/ml/gcc-testresults/2006-09/msg00338.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27371

[Bug c++/27371] [4.1 Regression] Does not warn about unused function result (__attribute__((warn_unused_result)))

2006-09-07 Thread jason at gcc dot gnu dot org
--- Comment #7 from jason at gcc dot gnu dot org 2006-09-07 22:47 --- Subject: Bug 27371 Author: jason Date: Thu Sep 7 22:47:34 2006 New Revision: 116765 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116765 Log: PR c++/27371 * cvt.c (convert_to_void): Enable

[Bug c++/27371] [4.1 Regression] Does not warn about unused function result (__attribute__((warn_unused_result)))

2006-09-07 Thread jason at redhat dot com
--- Comment #8 from jason at redhat dot com 2006-09-07 22:50 --- Subject: Re: [4.1 Regression] Does not warn about unused function result (__attribute__((warn_unused_result))) Whoops, I checked the patch in disabled. Fixed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27371

[Bug c++/27371] [4.1 Regression] Does not warn about unused function result (__attribute__((warn_unused_result)))

2006-09-07 Thread jason at gcc dot gnu dot org
--- Comment #9 from jason at gcc dot gnu dot org 2006-09-07 23:07 --- I don't think this patch is safe enough to backport to 4.1. Closing. -- jason at gcc dot gnu dot org changed: What|Removed |Added