This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11964] [3.4 regression] Incorrect warning: statement has no effect for "new ARRAY[3]"
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Aug 2003 11:56:00 -0000
- Subject: [Bug c++/11964] [3.4 regression] Incorrect warning: statement has no effect for "new ARRAY[3]"
- References: <20030818104242.11964.gerald@pfeifer.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11964
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nathan at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-08-18 11:55:59
date| |
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-18 11:55 -------
I can confirm this on the mainline (20030818).
It is a recent regression, from Phil's regression hunter: Search converges between 2003-
08-15-trunk (#373) and 2003-08-16-trunk (#374).
It is caused by Nathan's fix for PR 11512.