This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/30017] [4.3 Regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101



------- Comment #16 from mmitchel at gcc dot gnu dot org  2007-06-29 17:46 -------
If this can no longer be reproduced, let's close the bug.

(I believe the assertion in question is important.  If the gimplifier is ever
making copies of classes with assignment operators/copy constructors, we are
doing something wrong.  It is never safe to make such a copy.  Of course, the
front end needs to make that clear to the gimplifier by setting appropriate
bits on the type.)


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]