public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc/18456] New: ICE compiling Objective C code with protocol-qualified objects
@ 2004-11-12 17:01 mgd at santafe dot edu
  2004-11-12 17:03 ` [Bug objc/18456] " mgd at santafe dot edu
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: mgd at santafe dot edu @ 2004-11-12 17:01 UTC (permalink / raw)
  To: gcc-bugs

The attached program ICEs the Objective C compiler.   Two situations in which it
won't are if it is compiled with -DNOCRASH1 or -DNOCRASH2.

$ gcc -v
Reading specs from /packages/gcc/lib/gcc/i686-pc-linux-gnu/4.0.0/specs
Configured with: /src/gcc/configure --prefix=/packages/gcc --srcdir=/src/gcc
Thread model: posix
gcc version 4.0.0 20041112 (experimental)

-- 
           Summary: ICE compiling Objective C code with protocol-qualified
                    objects
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: objc
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mgd at santafe dot edu
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-apple-darwin7.5.0, i686-pc-linux-gnu
  GCC host triplet: powerpc-apple-darwin7.5.0, i686-pc-linux-gnu
GCC target triplet: powerpc-apple-darwin7.5.0, i686-pc-linux-gnu


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug objc/18456] ICE compiling Objective C code with protocol-qualified objects
  2004-11-12 17:01 [Bug objc/18456] New: ICE compiling Objective C code with protocol-qualified objects mgd at santafe dot edu
@ 2004-11-12 17:03 ` mgd at santafe dot edu
  2004-11-12 17:12 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: mgd at santafe dot edu @ 2004-11-12 17:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mgd at santafe dot edu  2004-11-12 17:02 -------
Created an attachment (id=7530)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7530&action=view)
Objective C file that crashes compiler

Compiling with no -D preprocessor defines will ICE gcc 4.0.0 20041112

-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug objc/18456] ICE compiling Objective C code with protocol-qualified objects
  2004-11-12 17:01 [Bug objc/18456] New: ICE compiling Objective C code with protocol-qualified objects mgd at santafe dot edu
  2004-11-12 17:03 ` [Bug objc/18456] " mgd at santafe dot edu
@ 2004-11-12 17:12 ` pinskia at gcc dot gnu dot org
  2005-05-01 13:55 ` [Bug objc/18456] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
  2005-08-22  2:21 ` mmitchel at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-12 17:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-12 17:12 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|powerpc-apple-darwin7.5.0,  |
                   |i686-pc-linux-gnu           |
   GCC host triplet|powerpc-apple-darwin7.5.0,  |
                   |i686-pc-linux-gnu           |
 GCC target triplet|powerpc-apple-darwin7.5.0,  |
                   |i686-pc-linux-gnu           |
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-12 17:12:21
               date|                            |


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug objc/18456] [4.0/4.1 Regression] ICE compiling Objective C code with protocol-qualified objects
  2004-11-12 17:01 [Bug objc/18456] New: ICE compiling Objective C code with protocol-qualified objects mgd at santafe dot edu
  2004-11-12 17:03 ` [Bug objc/18456] " mgd at santafe dot edu
  2004-11-12 17:12 ` pinskia at gcc dot gnu dot org
@ 2005-05-01 13:55 ` pinskia at gcc dot gnu dot org
  2005-08-22  2:21 ` mmitchel at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-01 13:55 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-11-12 17:12:21         |2005-05-01 13:55:20
               date|                            |
            Summary|ICE compiling Objective C   |[4.0/4.1 Regression] ICE
                   |code with protocol-qualified|compiling Objective C code
                   |objects                     |with protocol-qualified
                   |                            |objects
   Target Milestone|---                         |4.1.0


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug objc/18456] [4.0/4.1 Regression] ICE compiling Objective C code with protocol-qualified objects
  2004-11-12 17:01 [Bug objc/18456] New: ICE compiling Objective C code with protocol-qualified objects mgd at santafe dot edu
                   ` (2 preceding siblings ...)
  2005-05-01 13:55 ` [Bug objc/18456] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-08-22  2:21 ` mmitchel at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-08-22  2:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-08-22 02:20 -------
Objective-C is not release-critical; removing target milestone.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.0                       |---


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug objc/18456] [4.0/4.1 Regression] ICE compiling Objective C code with protocol-qualified objects
       [not found] <bug-18456-9606@http.gcc.gnu.org/bugzilla/>
  2005-10-30 22:12 ` pinskia at gcc dot gnu dot org
@ 2005-10-31  0:08 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-31  0:08 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P5


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug objc/18456] [4.0/4.1 Regression] ICE compiling Objective C code with protocol-qualified objects
       [not found] <bug-18456-9606@http.gcc.gnu.org/bugzilla/>
@ 2005-10-30 22:12 ` pinskia at gcc dot gnu dot org
  2005-10-31  0:08 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-30 22:12 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-10-31  0:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-12 17:01 [Bug objc/18456] New: ICE compiling Objective C code with protocol-qualified objects mgd at santafe dot edu
2004-11-12 17:03 ` [Bug objc/18456] " mgd at santafe dot edu
2004-11-12 17:12 ` pinskia at gcc dot gnu dot org
2005-05-01 13:55 ` [Bug objc/18456] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
2005-08-22  2:21 ` mmitchel at gcc dot gnu dot org
     [not found] <bug-18456-9606@http.gcc.gnu.org/bugzilla/>
2005-10-30 22:12 ` pinskia at gcc dot gnu dot org
2005-10-31  0:08 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).