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/80949] ICE in do_warn_duplicated_branches_r


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpolacek at gcc dot gnu.org

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
I can't reproduce; I get some errors:

$ ./cc1obj -quiet nsselect.mi  -fobjc-exceptions
In file included from lisp.h:39:0,
                 from nsselect.m:32:
../lib/intprops.h:91:1: error: static assertion failed: "verify (TYPE_MINIMUM
(long int) == LONG_MIN)"
In file included from lisp.h:39:0,
                 from nsselect.m:32:
../lib/intprops.h:92:1: error: static assertion failed: "verify (TYPE_MAXIMUM
(long int) == LONG_MAX)"
In file included from nsselect.m:32:0:
lisp.h:197:1: error: static assertion failed: "verify (BITS_WORD_MAX >>
(BITS_PER_BITS_WORD - 1) == 1)"
nsselect.m: In function ‘ns_string_from_pasteboard’:
nsselect.m:274:7: error: cannot find interface declaration for
‘NXConstantString’

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