This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/9907] [3.4 regression] sizeof considered as non constant
- 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: 19 Jun 2003 18:41:04 -0000
- Subject: [Bug c++/9907] [3.4 regression] sizeof considered as non constant
- References: <20030302223600.9907.nes@lrde.epita.fr>
- 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=9907
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|0000-00-00 00:00:00 |2003-06-19 18:41:04
date| |
------- Additional Comments From pinskia at physics dot uc dot edu 2003-06-19 18:41 -------
Still exists on the mainline (20030618):
[omni:~/src/gccPRs] pinskia% gcc pr9907.cc
pr9907.cc: In function `void baz()':
pr9907.cc:10: error: non-constant `sizeof ((*foo()()))' cannot be used as
template argument
pr9907.cc:10: error: expected `;'