public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/23615] New: obj-c++.dg/method-19.mm fails with the GNU runtime on linux
@ 2005-08-29  3:48 pinskia at gcc dot gnu dot org
  2005-08-31 15:56 ` [Bug testsuite/23615] " 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:48 UTC (permalink / raw)
  To: gcc-bugs

obj-c++.dg/method-19.mm fails with:
/home/pinskia/src/onetest/gcc/gcc/testsuite/obj-c++.dg/method-19.mm:19: error: declaration of 
'int strcmp(const char*, const char*)' throws different exceptions
/usr/include/string.h:97: error: than previous declaration 'int strcmp(const char*, const char*) throw ()'


We should just include string.h instead of declaring strcmp.

-- 
           Summary: obj-c++.dg/method-19.mm fails with the GNU runtime on
                    linux
           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
GCC target triplet: x86_64-*-linux-gnu


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


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

* [Bug testsuite/23615] obj-c++.dg/method-19.mm fails with the GNU runtime on linux
  2005-08-29  3:48 [Bug testsuite/23615] New: obj-c++.dg/method-19.mm fails with the GNU runtime on linux pinskia at gcc dot gnu dot org
@ 2005-08-31 15:56 ` 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:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-31 15:47 -------
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:47:12
               date|                            |


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


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

* [Bug testsuite/23615] obj-c++.dg/method-19.mm fails with the GNU runtime on linux
       [not found] <bug-23615-6528@http.gcc.gnu.org/bugzilla/>
  2005-10-06 23:49 ` 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=23615


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

* [Bug testsuite/23615] obj-c++.dg/method-19.mm fails with the GNU runtime on linux
       [not found] <bug-23615-6528@http.gcc.gnu.org/bugzilla/>
@ 2005-10-06 23:49 ` 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:49 UTC (permalink / raw)
  To: gcc-bugs



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

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

Modified files:
        gcc/testsuite  : ChangeLog 
        gcc/testsuite/obj-c++.dg: bitfield-3.mm bitfield-4.mm 
                                  const-str-4.mm encode-4.mm encode-5.mm 
                                  encode-6.mm gnu-runtime-3.mm 
                                  method-10.mm method-17.mm method-19.mm 
                                  try-catch-2.mm 

Log message:
        PR testsuite/23611, PR testsuite/23615
        * obj-c++.dg/bitfield-3.mm: Include standard headers instead of
        writing prototypes of library functions by hand.
        * obj-c++.dg/bitfield-4.mm: Likewise.
        * obj-c++.dg/const-str-4.mm: Likewise.
        * obj-c++.dg/encode-4.mm: Likewise.
        * obj-c++.dg/encode-5.mm: Likewise.
        * obj-c++.dg/encode-6.mm: Likewise.
        * obj-c++.dg/gnu-runtime-3.mm: Likewise.
        * obj-c++.dg/method-10.mm: Likewise.
        * obj-c++.dg/method-17.mm: Likewise.
        * obj-c++.dg/method-19.mm: Likewise.
        * obj-c++.dg/try-catch-2.mm: Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.6148&r2=1.6149
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/obj-c++.dg/bitfield-3.mm.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/obj-c++.dg/bitfield-4.mm.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/obj-c++.dg/const-str-4.mm.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/obj-c++.dg/encode-4.mm.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/obj-c++.dg/encode-5.mm.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/obj-c++.dg/encode-6.mm.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/obj-c++.dg/gnu-runtime-3.mm.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/obj-c++.dg/method-10.mm.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/obj-c++.dg/method-17.mm.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/obj-c++.dg/method-19.mm.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/obj-c++.dg/try-catch-2.mm.diff?cvsroot=gcc&r1=1.2&r2=1.3


-- 


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


^ 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:48 [Bug testsuite/23615] New: obj-c++.dg/method-19.mm fails with the GNU runtime on linux pinskia at gcc dot gnu dot org
2005-08-31 15:56 ` [Bug testsuite/23615] " pinskia at gcc dot gnu dot org
     [not found] <bug-23615-6528@http.gcc.gnu.org/bugzilla/>
2005-10-06 23:49 ` 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).