public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/39808]  New: warn_unused_result fails to produce warning
@ 2009-04-18 17:31 sandmann at daimi dot au dot dk
  2009-04-18 17:33 ` [Bug c/39808] " sandmann at daimi dot au dot dk
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: sandmann at daimi dot au dot dk @ 2009-04-18 17:31 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1603 bytes --]

The program to be attached produces the warning

[ssp@dhcp-100-2-40 ~]$ gcc gb.c
gb.c: In function ‘main’:
gb.c:11: warning: ignoring return value of ‘foo’, declared with attribute
warn_unused_result

which is expected. However, it should also produce a warning for line 12, which
is exactly the same except a dummy variable is declared.



Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla
--enable-bootstrap --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk
--disable-dssi --enable-plugin
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
--enable-libgcj-multifile --enable-java-maintainer-mode
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib
--with-cpu=generic --build=i386-redhat-linux
Thread model: posix
gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC)


-- 
           Summary: warn_unused_result fails to produce warning
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sandmann at daimi dot au dot dk
 GCC build triplet: i386-redhat-linux
  GCC host triplet: i386-redhat-linux
GCC target triplet: i386-redhat-linux


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c/39808] warn_unused_result fails to produce warning
  2009-04-18 17:31 [Bug c/39808] New: warn_unused_result fails to produce warning sandmann at daimi dot au dot dk
@ 2009-04-18 17:33 ` sandmann at daimi dot au dot dk
  2009-04-21 17:59 ` pinskia at gcc dot gnu dot org
  2009-04-22 17:04 ` sandmann at daimi dot au dot dk
  2 siblings, 0 replies; 4+ messages in thread
From: sandmann at daimi dot au dot dk @ 2009-04-18 17:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from sandmann at daimi dot au dot dk  2009-04-18 17:32 -------
Created an attachment (id=17654)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17654&action=view)
program


-- 


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c/39808] warn_unused_result fails to produce warning
  2009-04-18 17:31 [Bug c/39808] New: warn_unused_result fails to produce warning sandmann at daimi dot au dot dk
  2009-04-18 17:33 ` [Bug c/39808] " sandmann at daimi dot au dot dk
@ 2009-04-21 17:59 ` pinskia at gcc dot gnu dot org
  2009-04-22 17:04 ` sandmann at daimi dot au dot dk
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-04-21 17:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2009-04-21 17:59 -------
I think neither of these cases should be warned about since you are using it
with a statement expression.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c/39808] warn_unused_result fails to produce warning
  2009-04-18 17:31 [Bug c/39808] New: warn_unused_result fails to produce warning sandmann at daimi dot au dot dk
  2009-04-18 17:33 ` [Bug c/39808] " sandmann at daimi dot au dot dk
  2009-04-21 17:59 ` pinskia at gcc dot gnu dot org
@ 2009-04-22 17:04 ` sandmann at daimi dot au dot dk
  2 siblings, 0 replies; 4+ messages in thread
From: sandmann at daimi dot au dot dk @ 2009-04-22 17:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from sandmann at daimi dot au dot dk  2009-04-22 17:03 -------
Why not? If not using the return value is a bug, then it's also a bug if it
isn't used after being passed through a statement expression.


-- 


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-22 17:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-18 17:31 [Bug c/39808] New: warn_unused_result fails to produce warning sandmann at daimi dot au dot dk
2009-04-18 17:33 ` [Bug c/39808] " sandmann at daimi dot au dot dk
2009-04-21 17:59 ` pinskia at gcc dot gnu dot org
2009-04-22 17:04 ` sandmann at daimi dot au dot dk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).