public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/24900] new "value computed is not used" warning in gcc 4.1
Date: Wed, 16 Nov 2005 18:30:00 -0000	[thread overview]
Message-ID: <20051116183024.4459.qmail@sourceware.org> (raw)
In-Reply-To: <bug-24900-4603@http.gcc.gnu.org/bugzilla/>



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-11-16 18:30 -------
Here is a further reduced testcase:
unsigned long t(void);

void apic_write_atomic(unsigned long reg, unsigned int v)
{
 ((__typeof__(*((volatile unsigned int *)((t())+reg))))t());
}

-Wall is all is needed to reproduce the issue.


-- 


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


  parent reply	other threads:[~2005-11-16 18:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-16 18:21 [Bug c/24900] New: " arjanv at redhat dot com
2005-11-16 18:21 ` [Bug c/24900] " arjanv at redhat dot com
2005-11-16 18:23 ` arjanv at redhat dot com
2005-11-16 18:30 ` pinskia at gcc dot gnu dot org [this message]
2005-11-16 18:33 ` [Bug c/24900] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-11-16 18:36 ` pinskia at gcc dot gnu dot org
2005-11-16 18:46 ` [Bug middle-end/24900] " pinskia at gcc dot gnu dot org
2005-11-16 20:11 ` aldyh at gcc dot gnu dot org
2005-11-17 21:12 ` aldyh at gcc dot gnu dot org
2005-11-17 21:15 ` aldyh at gcc dot gnu dot org
2006-01-16 15:30 ` pinskia at gcc dot gnu dot org
2006-01-25 13:07 ` pinskia at gcc dot gnu dot org
2006-01-26  3:02 ` mike at codeweavers dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051116183024.4459.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).