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++/69411] ICE on invalid code


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |mpolacek at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Looks like this was fixed in:

commit 8a9401a4c6a15518e504cb69b16147f02f288526
Author: jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Jan 12 15:21:27 2016 +0000

        PR objc++/68511
        PR c++/69213
        * cp-gimplify.c (cp_gimplify_expr) <case INIT_EXPR>: Don't return
        GS_ERROR whenever seen_error (), only if *expr_p contains
        cilk spawn stmt, but cilk_detect_spawn_and_unwrap failed.

        * g++.dg/opt/pr69213.C: New test.


    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232278
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]