public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/23613] New: obj-c++.dg/isa-field-1.mm fails with the GNU runtime
@ 2005-08-29  3:42 pinskia at gcc dot gnu dot org
  2005-08-31 15:45 ` [Bug testsuite/23613] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-29  3:42 UTC (permalink / raw)
  To: gcc-bugs

obj-c++.dg/isa-field-1.mm fails with:
/home/pinskia/src/onetest/gcc/gcc/testsuite/obj-c++.dg/isa-field-1.mm:17: error: 'struct 
objc_object' has no member named 'isa'
/home/pinskia/src/onetest/gcc/gcc/testsuite/obj-c++.dg/isa-field-1.mm:21: error: 'struct 
objc_object' has no member named 'isa'
/home/pinskia/src/onetest/gcc/gcc/testsuite/obj-c++.dg/isa-field-1.mm:30: error: 'struct 
objc_object' has no member named 'isa'
/home/pinskia/src/onetest/gcc/gcc/testsuite/obj-c++.dg/isa-field-1.mm:34: error: 'struct 
objc_object' has no member named 'isa'
/home/pinskia/src/onetest/gcc/gcc/testsuite/obj-c++.dg/isa-field-1.mm:41: error: 'struct 
objc_object' has no member named 'isa'

-- 
           Summary: obj-c++.dg/isa-field-1.mm fails with the GNU runtime
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug testsuite/23613] obj-c++.dg/isa-field-1.mm fails with the GNU runtime
  2005-08-29  3:42 [Bug testsuite/23613] New: obj-c++.dg/isa-field-1.mm fails with the GNU runtime pinskia at gcc dot gnu dot org
@ 2005-08-31 15:45 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-31 15:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-31 15:44 -------
Confirmed based on:
http://gcc.gnu.org/ml/gcc-testresults/2005-08/msg01653.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-08-31 15:44:35
               date|                            |


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


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

* [Bug testsuite/23613] obj-c++.dg/isa-field-1.mm fails with the GNU runtime
       [not found] <bug-23613-6528@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-10-16 22:36 ` danglin at gcc dot gnu dot org
@ 2008-02-08  6:08 ` ghazi at gcc dot gnu dot org
  4 siblings, 0 replies; 7+ messages in thread
From: ghazi at gcc dot gnu dot org @ 2008-02-08  6:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from ghazi at gcc dot gnu dot org  2008-02-08 06:08 -------
This error still happens on 4.1/4.2/trunk.  I get it on x86_64 and i686:

x86_64:
http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00469.html
http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00468.html
http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00466.html

i686:
http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00441.html
http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00366.html
http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00365.html


-- 

ghazi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ghazi at gcc dot gnu dot
                   |                            |org, mrs at apple dot com
      Known to fail|                            |4.1.3 4.2.4 4.3.0
   Last reconfirmed|2006-01-08 05:22:17         |2008-02-08 06:08:20
               date|                            |


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


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

* [Bug testsuite/23613] obj-c++.dg/isa-field-1.mm fails with the GNU runtime
       [not found] <bug-23613-6528@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-04-21  0:12 ` janis at gcc dot gnu dot org
@ 2006-10-16 22:36 ` danglin at gcc dot gnu dot org
  2008-02-08  6:08 ` ghazi at gcc dot gnu dot org
  4 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2006-10-16 22:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from danglin at gcc dot gnu dot org  2006-10-16 22:36 -------
Also fails on hppa2.0w-hp-hpux11.11.


-- 


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


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

* [Bug testsuite/23613] obj-c++.dg/isa-field-1.mm fails with the GNU runtime
       [not found] <bug-23613-6528@http.gcc.gnu.org/bugzilla/>
  2005-10-09 21:00 ` christian dot joensson at gmail dot com
  2006-01-31  4:05 ` pinskia at gcc dot gnu dot org
@ 2006-04-21  0:12 ` janis at gcc dot gnu dot org
  2006-10-16 22:36 ` danglin at gcc dot gnu dot org
  2008-02-08  6:08 ` ghazi at gcc dot gnu dot org
  4 siblings, 0 replies; 7+ messages in thread
From: janis at gcc dot gnu dot org @ 2006-04-21  0:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from janis at gcc dot gnu dot org  2006-04-21 00:12 -------
isa-field-1.mm still fails the same way for powerpc-linux as of 2006-04-20.


-- 


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


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

* [Bug testsuite/23613] obj-c++.dg/isa-field-1.mm fails with the GNU runtime
       [not found] <bug-23613-6528@http.gcc.gnu.org/bugzilla/>
  2005-10-09 21:00 ` christian dot joensson at gmail dot com
@ 2006-01-31  4:05 ` pinskia at gcc dot gnu dot org
  2006-04-21  0:12 ` janis at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-31  4:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-01-31 04:05 -------
*** Bug 26043 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danglin at gcc dot gnu dot
                   |                            |org


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


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

* [Bug testsuite/23613] obj-c++.dg/isa-field-1.mm fails with the GNU runtime
       [not found] <bug-23613-6528@http.gcc.gnu.org/bugzilla/>
@ 2005-10-09 21:00 ` christian dot joensson at gmail dot com
  2006-01-31  4:05 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: christian dot joensson at gmail dot com @ 2005-10-09 21:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from christian dot joensson at gmail dot com  2005-10-09 21:00 -------
Also here... http://gcc.gnu.org/ml/gcc/2005-10/msg00198.html


-- 


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


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

end of thread, other threads:[~2008-02-08  6:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-29  3:42 [Bug testsuite/23613] New: obj-c++.dg/isa-field-1.mm fails with the GNU runtime pinskia at gcc dot gnu dot org
2005-08-31 15:45 ` [Bug testsuite/23613] " pinskia at gcc dot gnu dot org
     [not found] <bug-23613-6528@http.gcc.gnu.org/bugzilla/>
2005-10-09 21:00 ` christian dot joensson at gmail dot com
2006-01-31  4:05 ` pinskia at gcc dot gnu dot org
2006-04-21  0:12 ` janis at gcc dot gnu dot org
2006-10-16 22:36 ` danglin at gcc dot gnu dot org
2008-02-08  6:08 ` ghazi 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).