public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/46749] New: gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin
@ 2010-12-01 17:43 howarth at nitro dot med.uc.edu
  2010-12-01 17:50 ` [Bug debug/46749] " howarth at nitro dot med.uc.edu
                   ` (43 more replies)
  0 siblings, 44 replies; 45+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2010-12-01 17:43 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures
                    on darwin
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: howarth@nitro.med.uc.edu


The new gcc.dg/debug/pr41893-1.c testcase fails on darwin as...

FAIL: gcc.dg/debug/pr41893-1.c -gdwarf-2 -g1 (test for excess errors)
FAIL: gcc.dg/debug/pr41893-1.c -gdwarf-2 -g1 -O (test for excess errors)
FAIL: gcc.dg/debug/pr41893-1.c -gdwarf-2 -g1 -O3 (test for excess errors)
FAIL: gcc.dg/debug/pr41893-1.c -gdwarf-2 (test for excess errors)
FAIL: gcc.dg/debug/pr41893-1.c -gdwarf-2 -O (test for excess errors)
FAIL: gcc.dg/debug/pr41893-1.c -gdwarf-2 -O3 (test for excess errors)
FAIL: gcc.dg/debug/pr41893-1.c -gdwarf-2 -g3 (test for excess errors)
FAIL: gcc.dg/debug/pr41893-1.c -gdwarf-2 -g3 -O (test for excess errors)
FAIL: gcc.dg/debug/pr41893-1.c -gdwarf-2 -g3 -O3 (test for excess errors)

where the form of the failure is...

/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/xgcc
-B/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/
/sw/src/fink.build/gcc46-4.6.0-1000/gcc-4.6-20101201/gcc/testsuite/gcc.dg/debug/pr41893-1.c
-gdwarf-2 -g1 -flto -fwhole-program -O
/sw/src/fink.build/gcc46-4.6.0-1000/gcc-4.6-20101201/gcc/testsuite/gcc.dg/debug/pr41893-2.c
-lm -m32 -o pr41893-1.exe
warning: (i386) /var/tmp//cchADStB.ltrans0.ltrans.o unable to open object file
warning: no debug symbols in executable (-arch i386)

>From the output with -v this appears to be a dsymutil related issue...

 /sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/as -arch i386
-force_cpusubtype_ALL -o /var/tmp//ccyf23lE.ltrans0.ltrans.o
/var/tmp//ccJ7sllh.s
COMPILER_PATH=/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/:/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/
LIBRARY_PATH=/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/i386/:/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/i386/:/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/:/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/i386/:/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/:/usr/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-c' '-mmacosx-version-min=10.6.5' '-B'
'/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/' '-gdwarf-2' '-g1'
'-fwhole-program' '-O' '-m32' '-v' '-mtune=core2' '-dumpdir' './' '-dumpbase'
'pr41893-1.exe.ltrans0' '-fltrans' '-o' '/var/tmp//ccyf23lE.ltrans0.ltrans.o'
COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.6.5' '-B'
'/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/' '-gdwarf-2' '-g1'
'-flto' '-fwhole-program' '-O' '-m32' '-v' '-o' 'pr41893-1.exe' '-mtune=core2'
 dsymutil pr41893-1.exe
warning: (i386) /var/tmp//ccyf23lE.ltrans0.ltrans.o unable to open object file
warning: no debug symbols in executable (-arch i386)


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

end of thread, other threads:[~2010-12-08 23:13 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-01 17:43 [Bug debug/46749] New: gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin howarth at nitro dot med.uc.edu
2010-12-01 17:50 ` [Bug debug/46749] " howarth at nitro dot med.uc.edu
2010-12-01 18:05 ` howarth at nitro dot med.uc.edu
2010-12-01 18:44 ` rguenth at gcc dot gnu.org
2010-12-01 20:31 ` howarth at nitro dot med.uc.edu
2010-12-01 20:31 ` howarth at nitro dot med.uc.edu
2010-12-01 20:33 ` howarth at nitro dot med.uc.edu
2010-12-01 20:35 ` howarth at nitro dot med.uc.edu
2010-12-01 20:38 ` rguenth at gcc dot gnu.org
2010-12-01 20:46 ` iains at gcc dot gnu.org
2010-12-01 20:50 ` rguenth at gcc dot gnu.org
2010-12-01 20:59 ` howarth at nitro dot med.uc.edu
2010-12-01 21:11 ` iains at gcc dot gnu.org
2010-12-01 21:21 ` iains at gcc dot gnu.org
2010-12-01 21:24 ` rguenth at gcc dot gnu.org
2010-12-01 21:34 ` iains at gcc dot gnu.org
2010-12-01 21:51 ` rguenther at suse dot de
2010-12-01 21:53 ` iains at gcc dot gnu.org
2010-12-01 22:06 ` iains at gcc dot gnu.org
2010-12-02  8:53 ` rguenther at suse dot de
2010-12-02  9:10 ` iains at gcc dot gnu.org
2010-12-02  9:51 ` rguenther at suse dot de
2010-12-02 10:10 ` iains at gcc dot gnu.org
2010-12-02 10:14 ` iains at gcc dot gnu.org
2010-12-03  0:26 ` mrs at gcc dot gnu.org
2010-12-03 10:48 ` rguenther at suse dot de
2010-12-03 10:51 ` rguenther at suse dot de
2010-12-03 11:30 ` iains at gcc dot gnu.org
2010-12-03 12:11 ` iains at gcc dot gnu.org
2010-12-03 23:13 ` mikestump at comcast dot net
2010-12-03 23:21 ` rguenther at suse dot de
2010-12-04  0:18 ` mikestump at comcast dot net
2010-12-04  2:11 ` howarth at nitro dot med.uc.edu
2010-12-04  3:19 ` howarth at nitro dot med.uc.edu
2010-12-04 10:28 ` rguenther at suse dot de
2010-12-05 21:13 ` mikestump at comcast dot net
2010-12-05 21:57 ` rguenth at gcc dot gnu.org
2010-12-07  0:26 ` mrs at gcc dot gnu.org
2010-12-07  0:34 ` mrs at gcc dot gnu.org
2010-12-07  9:47 ` rguenth at gcc dot gnu.org
2010-12-07 13:21 ` joseph at codesourcery dot com
2010-12-07 16:34 ` mrs at gcc dot gnu.org
2010-12-07 16:42 ` mikestump at comcast dot net
2010-12-08 20:11 ` mrs at gcc dot gnu.org
2010-12-08 23:13 ` mrs at gcc dot gnu.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).