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

obj-c++.dg/encode-6.mm fails with:
/home/pinskia/src/onetest/gcc/gcc/testsuite/obj-c++.dg/encode-6.mm:57: error: invalid use of 
undefined type 'struct objc_ivar'/home/pinskia/src/onetest/gcc/gcc/testsuite/../../libobjc/objc/objc-
api.h:216: error: forward declaration of 'struct objc_ivar'
/home/pinskia/src/onetest/gcc/gcc/testsuite/obj-c++.dg/encode-6.mm:58: error: invalid use of 
undefined type 'struct objc_ivar'
/home/pinskia/src/onetest/gcc/gcc/testsuite/../../libobjc/objc/objc-api.h:216: error: forward 
declaration of 'struct objc_ivar'
/home/pinskia/src/onetest/gcc/gcc/testsuite/obj-c++.dg/encode-6.mm:59: error: cannot increment 
a pointer to incomplete type 'objc_ivar'
/home/pinskia/src/onetest/gcc/gcc/testsuite/obj-c++.dg/encode-6.mm:63: error: cannot convert 
'objc_ivar_list::objc_ivar [1]' to 'objc_ivar*' in assignment
/home/pinskia/src/onetest/gcc/gcc/testsuite/obj-c++.dg/encode-6.mm:70: error: cannot convert 
'objc_ivar_list::objc_ivar [1]' to 'objc_ivar*' in assignment

-- 
           Summary: obj-c++.dg/encode-6.mm fail 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=23612


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

* [Bug testsuite/23612] obj-c++.dg/encode-6.mm fail with the GNU runtime
  2005-08-29  3:41 [Bug testsuite/23612] New: obj-c++.dg/encode-6.mm fail with the GNU runtime pinskia at gcc dot gnu dot org
@ 2005-08-31 15:44 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-31 15:44 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:12
               date|                            |


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


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

* [Bug testsuite/23612] obj-c++.dg/encode-6.mm fail with the GNU runtime
       [not found] <bug-23612-6528@http.gcc.gnu.org/bugzilla/>
  2005-10-06 23:47 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-07  0:21 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-07  0:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-10-07 00:21 -------
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


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


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

* [Bug testsuite/23612] obj-c++.dg/encode-6.mm fail with the GNU runtime
       [not found] <bug-23612-6528@http.gcc.gnu.org/bugzilla/>
@ 2005-10-06 23:47 ` cvs-commit at gcc dot gnu dot org
  2005-10-07  0:21 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-06 23:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from cvs-commit at gcc dot gnu dot org  2005-10-06 23:47 -------
Subject: Bug 23612

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     uweigand@gcc.gnu.org    2005-10-06 23:47:09

Modified files:
        libobjc        : ChangeLog 
        libobjc/objc   : objc-api.h 

Log message:
        PR libobjc/23612
        * objc/objc-api.h (struct objc_ivar): Move definition to
        global scope.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/ChangeLog.diff?cvsroot=gcc&r1=1.173&r2=1.174
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/objc/objc-api.h.diff?cvsroot=gcc&r1=1.14&r2=1.15


-- 


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


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-29  3:41 [Bug testsuite/23612] New: obj-c++.dg/encode-6.mm fail with the GNU runtime pinskia at gcc dot gnu dot org
2005-08-31 15:44 ` [Bug testsuite/23612] " pinskia at gcc dot gnu dot org
     [not found] <bug-23612-6528@http.gcc.gnu.org/bugzilla/>
2005-10-06 23:47 ` cvs-commit at gcc dot gnu dot org
2005-10-07  0:21 ` 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).