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++/21135] [4.0 Regression] &a[-2] ICE at the top level


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-09 03:13 -------
Fixed on the mainline by:
2005-09-08  Josh Conner  <jconner@apple.com>

        PR c++/23180
        * expr.c (expand_expr_addr_expr_1): Don't invoke
        expand_simple_binop for EXPAND_INITIALIZER.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|4.0.0 4.1.0                 |4.0.0
      Known to work|3.3.3 3.4.0                 |3.3.3 3.4.0 4.1.0
            Summary|[4.0/4.1 Regression] &a[-2] |[4.0 Regression] &a[-2] ICE
                   |ICE at the top level        |at the top level


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


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