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 c++/31337] [4.2/4.3 regression] ICE with statement expression



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-03-25 08:46 -------
This is a front-end issue:
  <<cleanup_point <<< Unknown tree: expr_stmt
  (void) (a = TARGET_EXPR <D.2077, <<cleanup_point TARGET_EXPR <D.2076, <<<
Unknown tree: aggr_init_expr
  4
  __comp_ctor
  D.2076
  0B >>>
>>>>) >>>


We have a cleanup_point expression which causes an extra variable to be created
but since the type is addressable, we abort.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|middle-end                  |c++
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-03-25 07:46:59
               date|                            |


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


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