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++/69251] [6 Regression] ICE (segmentation fault) in unify_array_domain on i686-linux-gnu


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69251

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-01-12
                 CC|                            |mpolacek at gcc dot gnu.org
   Target Milestone|---                         |6.0
     Ever confirmed|0                           |1

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Confirmed.

commit 8a36d0ec201ef1511b372523f72a763b836107b0
Author: jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Wed Apr 15 21:17:29 2015 +0000

        * constexpr.c (cxx_eval_store_expression): Ignore clobbers.
        (build_constexpr_constructor_member_initializers): Loop to find
        the BIND_EXPR.
        * decl.c (start_preparsed_function): Clobber the object at the
        beginning of a constructor.

    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222135
138bc75d-0d04-0410-961f-82ee72b054a4

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