This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11067] [3.3/3.4 regression] Strange warning with abstract virtual inline function
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jun 2003 18:45:43 -0000
- Subject: [Bug c++/11067] [3.3/3.4 regression] Strange warning with abstract virtual inline function
- References: <20030602181938.11067.reichelt@gcc.gnu.org>
- 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=11067
pinskia@physics.uc.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-06-02 18:45:42
date| |
------- Additional Comments From pinskia@physics.uc.edu 2003-06-02 18:45 -------
One of the reason the warning was introduced in 3.3 was because -Winline was not say
when something was not inlined, now it looks like it is over warning. It is most likely
connected with bug 10929.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.