This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11971] [3.4 regression] ICE in cp_expr_size with variadic function call
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Aug 2003 21:47:27 -0000
- Subject: [Bug c++/11971] [3.4 regression] ICE in cp_expr_size with variadic function call
- References: <20030818211350.11971.poschmid@lbl.gov>
- 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=11971
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Priority|P3 |P1
Last reconfirmed|0000-00-00 00:00:00 |2003-08-18 21:47:26
date| |
Summary|Problems with |[3.4 regression] ICE in
|allocator::rebind::other |cp_expr_size with variadic
| |function call
Target Milestone|--- |3.4
------- Additional Comments From bangerth at dealii dot org 2003-08-18 21:47 -------
The ICE is certainly a regression. I guess the warning is warranted, since you
really put objects of non-POD type through ...
W.