public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: objc/8496: Crash if an object is declared instead of a pointer to an object
@ 2002-11-07 18:16 Andrew Pinski
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Pinski @ 2002-11-07 18:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR objc/8496; it has been noted by GNATS.

From: Andrew Pinski <pinskia@physics.uc.edu>
To: lminder@gmx.net
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: objc/8496: Crash if an object is declared instead of a pointer to an object
Date: Thu, 7 Nov 2002 18:15:21 -0800

 Does not happen to me with gcc version 3.3 20021107 (experimental) on 
 i686-pc-linux-gnu
 or gcc version 3.3 20021029 (experimental) on powerpc-apple-darwin6.1 
 but did happen on gcc version 3.1.1 on i686-pc-linux-gnu.
 
 Thanks,
 Andrew Pinski
 


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

* Re: objc/8496: Crash if an object is declared instead of a pointer to an object
@ 2003-03-15 19:05 bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: bangerth @ 2003-03-15 19:05 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, lminder, nobody

Synopsis: Crash if an object is declared instead of a pointer to an object

State-Changed-From-To: open->feedback
State-Changed-By: bangerth
State-Changed-When: Sat Mar 15 19:05:36 2003
State-Changed-Why:
    With present 3.3 branch, I get
      g/x> /home/bangerth/bin/gcc-3.3-pre/bin/gcc -c x.m
      x.m: In function `xyz':
      x.m:7: warning: `X' does not respond to `do_something'
    
    Does this indicate that the bug has been fixed?
    
    Thanks
      Wolfgang

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8496


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

* objc/8496: Crash if an object is declared instead of a pointer to an object
@ 2002-11-07 18:06 lminder
  0 siblings, 0 replies; 3+ messages in thread
From: lminder @ 2002-11-07 18:06 UTC (permalink / raw)
  To: gcc-gnats


>Number:         8496
>Category:       objc
>Synopsis:       Crash if an object is declared instead of a pointer to an object
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 07 18:06:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Lorenz Minder
>Release:        3.3 20020916 (experimental), also 3.1, 3.0.4 (Debian Package)
>Organization:
>Environment:
System: Linux fanzthesecond 2.4.18 #33 Thu Jul 18 04:56:44 CEST 2002 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../gcc-20020916/configure --program-suffix=-xp --prefix=/usr/local --enable-languages=c,objc
>Description:
Declaring an object (rather than, what would be correct, a pointer to an
object) causes the compiler to crash when one tries to send a message
to that object. 

>How-To-Repeat:

Try to compile the following code:

@interface X {
}
@end

void xyz(X y)
{
	[y do_something];
}

A crash occurs:

crash_objc.m: In function `xyz':
crash_objc.m:7: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2003-03-15 19:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-07 18:16 objc/8496: Crash if an object is declared instead of a pointer to an object Andrew Pinski
  -- strict thread matches above, loose matches on Subject: below --
2003-03-15 19:05 bangerth
2002-11-07 18:06 lminder

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).