public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/38165]  New: g++.dg/pubtypes.C fails at -m32/-m64 on i686-apple-darwin9
@ 2008-11-17  0:51 howarth at nitro dot med dot uc dot edu
  2008-11-17  0:52 ` [Bug testsuite/38165] " howarth at nitro dot med dot uc dot edu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2008-11-17  0:51 UTC (permalink / raw)
  To: gcc-bugs

The g++.dg/pubtypes.C test case fails at both -m32 and -m64 on
i686-apple-darwin9. The appears as...

Executing on host:
/sw/src/fink.build/gcc44-4.3.999-20081116/darwin_objdir/gcc/testsuite/g++/../../g++
-B/sw/src/fink.build/gcc44-4.3.999-20081116/darwin_objdir/gcc/testsuite/g++/../../
/sw/src/fink.build/gcc44-4.3.999-20081116/gcc-4.4-20081116/gcc/testsuite/g++.dg/pubtypes.C
 -nostdinc++
-I/sw/src/fink.build/gcc44-4.3.999-20081116/darwin_objdir/i686-apple-darwin10/libstdc++-v3/include/i686-apple-darwin10
-I/sw/src/fink.build/gcc44-4.3.999-20081116/darwin_objdir/i686-apple-darwin10/libstdc++-v3/include
-I/sw/src/fink.build/gcc44-4.3.999-20081116/gcc-4.4-20081116/libstdc++-v3/libsupc++
-I/sw/src/fink.build/gcc44-4.3.999-20081116/gcc-4.4-20081116/libstdc++-v3/include/backward
-I/sw/src/fink.build/gcc44-4.3.999-20081116/gcc-4.4-20081116/libstdc++-v3/testsuite/util
-fmessage-length=0  -O0 -gdwarf-2 -dA -fno-eliminate-unused-debug-types  -S 
-m32 -o pubtypes.s    (timeout = 300)
PASS: g++.dg/pubtypes.C (test for excess errors)
PASS: g++.dg/pubtypes.C scan-assembler __debug_pubtypes
FAIL: g++.dg/pubtypes.C scan-assembler long+[ \t]+0x24+[ \t]+[#;]+[ \t]+Length
of Public Type Names Info
PASS: g++.dg/pubtypes.C scan-assembler "empty\\\\0"+[ \t]+[#;]+[ \t]+external
name
PASS: g++.dg/pubtypes.C scan-assembler "A\\\\0"+[ \t]+[#;]+[ \t]+external name
PASS: g++.dg/pubtypes.C scan-assembler "B\\\\0"+[ \t]+[#;]+[ \t]+external name


-- 
           Summary: g++.dg/pubtypes.C fails at -m32/-m64 on i686-apple-
                    darwin9
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: howarth at nitro dot med dot uc dot edu
 GCC build triplet: i686-apple-darwin9
  GCC host triplet: i686-apple-darwin9
GCC target triplet: i686-apple-darwin9


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


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

* [Bug testsuite/38165] g++.dg/pubtypes.C fails at -m32/-m64 on i686-apple-darwin9
  2008-11-17  0:51 [Bug testsuite/38165] New: g++.dg/pubtypes.C fails at -m32/-m64 on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
@ 2008-11-17  0:52 ` howarth at nitro dot med dot uc dot edu
  2008-11-17  0:54 ` howarth at nitro dot med dot uc dot edu
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2008-11-17  0:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from howarth at nitro dot med dot uc dot edu  2008-11-17 00:51 -------
Created an attachment (id=16705)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16705&action=view)
assembly file for g++.dg/pubtypes.C at -m32 on i686-apple-darwin9 with
-fomit-frame-pointer


-- 


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


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

* [Bug testsuite/38165] g++.dg/pubtypes.C fails at -m32/-m64 on i686-apple-darwin9
  2008-11-17  0:51 [Bug testsuite/38165] New: g++.dg/pubtypes.C fails at -m32/-m64 on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
  2008-11-17  0:52 ` [Bug testsuite/38165] " howarth at nitro dot med dot uc dot edu
@ 2008-11-17  0:54 ` howarth at nitro dot med dot uc dot edu
  2008-12-07 20:38 ` danglin at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2008-11-17  0:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from howarth at nitro dot med dot uc dot edu  2008-11-17 00:53 -------
typo in original attachment description. It wasn't generated with
-fomit-frame-pointer.


-- 


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


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

* [Bug testsuite/38165] g++.dg/pubtypes.C fails at -m32/-m64 on i686-apple-darwin9
  2008-11-17  0:51 [Bug testsuite/38165] New: g++.dg/pubtypes.C fails at -m32/-m64 on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
  2008-11-17  0:52 ` [Bug testsuite/38165] " howarth at nitro dot med dot uc dot edu
  2008-11-17  0:54 ` howarth at nitro dot med dot uc dot edu
@ 2008-12-07 20:38 ` danglin at gcc dot gnu dot org
  2009-02-18 14:56 ` howarth at nitro dot med dot uc dot edu
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-12-07 20:38 UTC (permalink / raw)
  To: gcc-bugs



-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-12-07 20:36:41
               date|                            |


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


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

* [Bug testsuite/38165] g++.dg/pubtypes.C fails at -m32/-m64 on i686-apple-darwin9
  2008-11-17  0:51 [Bug testsuite/38165] New: g++.dg/pubtypes.C fails at -m32/-m64 on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
                   ` (2 preceding siblings ...)
  2008-12-07 20:38 ` danglin at gcc dot gnu dot org
@ 2009-02-18 14:56 ` howarth at nitro dot med dot uc dot edu
  2009-02-18 23:18 ` janis at gcc dot gnu dot org
  2009-02-19  2:32 ` howarth at nitro dot med dot uc dot edu
  5 siblings, 0 replies; 7+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2009-02-18 14:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from howarth at nitro dot med dot uc dot edu  2009-02-18 14:56 -------
Submitted patch to gcc-patches...

http://gcc.gnu.org/ml/gcc-patches/2009-02/msg00831.html


-- 


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


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

* [Bug testsuite/38165] g++.dg/pubtypes.C fails at -m32/-m64 on i686-apple-darwin9
  2008-11-17  0:51 [Bug testsuite/38165] New: g++.dg/pubtypes.C fails at -m32/-m64 on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
                   ` (3 preceding siblings ...)
  2009-02-18 14:56 ` howarth at nitro dot med dot uc dot edu
@ 2009-02-18 23:18 ` janis at gcc dot gnu dot org
  2009-02-19  2:32 ` howarth at nitro dot med dot uc dot edu
  5 siblings, 0 replies; 7+ messages in thread
From: janis at gcc dot gnu dot org @ 2009-02-18 23:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from janis at gcc dot gnu dot org  2009-02-18 23:18 -------
Subject: Bug 38165

Author: janis
Date: Wed Feb 18 23:17:56 2009
New Revision: 144277

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144277
Log:
2009-02-18  Jack Howarth <howarth@bromo.med.uc.edu>

        PR testsuite/38165
        * g++.dg/pubtypes.C: Adopt Radar 4535968 fix to testcase.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/pubtypes.C


-- 


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


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

* [Bug testsuite/38165] g++.dg/pubtypes.C fails at -m32/-m64 on i686-apple-darwin9
  2008-11-17  0:51 [Bug testsuite/38165] New: g++.dg/pubtypes.C fails at -m32/-m64 on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
                   ` (4 preceding siblings ...)
  2009-02-18 23:18 ` janis at gcc dot gnu dot org
@ 2009-02-19  2:32 ` howarth at nitro dot med dot uc dot edu
  5 siblings, 0 replies; 7+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2009-02-19  2:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from howarth at nitro dot med dot uc dot edu  2009-02-19 02:32 -------
Fixed on current gcc trunk.


-- 

howarth at nitro dot med dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2009-02-19  2:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-17  0:51 [Bug testsuite/38165] New: g++.dg/pubtypes.C fails at -m32/-m64 on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
2008-11-17  0:52 ` [Bug testsuite/38165] " howarth at nitro dot med dot uc dot edu
2008-11-17  0:54 ` howarth at nitro dot med dot uc dot edu
2008-12-07 20:38 ` danglin at gcc dot gnu dot org
2009-02-18 14:56 ` howarth at nitro dot med dot uc dot edu
2009-02-18 23:18 ` janis at gcc dot gnu dot org
2009-02-19  2:32 ` howarth at nitro dot med dot uc dot edu

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