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/28049] [4.1/4.2 regression] ICE on single + or -



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-06-17 02:27 -------
A single minus have the same ICE and backtrace:
#0  0x000000000040c33f in build_method_decl (code=167, ret_type=0x2aaaaaf3b8d0,
selector=0x0, add_args=0x2aaaaaf3b8a0, 
    ellipsis=0 '\0') at /home/pinskia/src/gcc-4.1/gcc/gcc/objc/objc-act.c:5952
#1  0x0000000000402fff in objc_build_method_signature (rettype=0x0,
selector=0x0, optparms=0x2aaaaaf3b8a0, ellipsis=0 '\0')
    at /home/pinskia/src/gcc-4.1/gcc/gcc/objc/objc-act.c:731
#2  0x00000000004740fd in c_parser_objc_method_decl (parser=0x2aaaaae03410) at
/home/pinskia/src/gcc-4.1/gcc/gcc/c-parser.c:5900
#3  0x0000000000473d2f in c_parser_objc_method_definition
(parser=0x2aaaaae03410)
    at /home/pinskia/src/gcc-4.1/gcc/gcc/c-parser.c:5720


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-06-17 02:27:29
               date|                            |
            Summary|[4.1/4.2 regression] ICE on |[4.1/4.2 regression] ICE on
                   |single +                    |single + or -


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28049


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