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/69819] [4.9/5/6 Regression] ICE on invalid code on x86_64-linux-gnu in tree check: expected function_type or method_type, have array_type in function_args_iter_init, at tree.h:4536


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-02-15
                 CC|                            |jakub at gcc dot gnu.org
   Target Milestone|---                         |4.9.4
            Summary|ICE on invalid code on      |[4.9/5/6 Regression] ICE on
                   |x86_64-linux-gnu in tree    |invalid code on
                   |check: expected             |x86_64-linux-gnu in tree
                   |function_type or            |check: expected
                   |method_type, have           |function_type or
                   |array_type in               |method_type, have
                   |function_args_iter_init, at |array_type in
                   |tree.h:4536                 |function_args_iter_init, at
                   |                            |tree.h:4536
     Ever confirmed|0                           |1

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started either with r149749 or with r149750.

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