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 objc++/68932] FAIL: obj-c++.dg/property/at-property-23.mm -fgnu-runtime (internal compiler error)


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

--- Comment #2 from Martin Sebor <msebor at gcc dot gnu.org> ---
Author: msebor
Date: Wed Dec 16 23:56:27 2015
New Revision: 231726

URL: https://gcc.gnu.org/viewcvs?rev=231726&root=gcc&view=rev
Log:
PR objc++/68932  - FAIL: obj-c++.dg/property/at-property-23.mm -fgnu-runtime
                   (internal compiler error)

cp/
        * decl.c (grokdeclarator): Avoid assuming ctype is non-null when
        checking the validity of a flexible array member.

testsuite/
        * obj-c++.dg/property/at-property-23.mm: Remove check for
        an error message.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/obj-c++.dg/property/at-property-23.mm

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