public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/42373]  New: g++.dg/cpp0x/lambda/lambda-mangle.C scan-assembler weak[ \t]*_?_ZN1RIiE1xMUlvE_clEv fails on x86_64-apple-darwin
@ 2009-12-15  2:05 howarth at nitro dot med dot uc dot edu
  2009-12-15  2:06 ` [Bug c++/42373] " 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 @ 2009-12-15  2:05 UTC (permalink / raw)
  To: gcc-bugs

On both x86_64-apple-darwin9 and x86_64-apple-darwin10, we are failing the
testcase g++.dg/cpp0x/lambda/lambda-mangle.C in the section...

FAIL: g++.dg/cpp0x/lambda/lambda-mangle.C scan-assembler weak[
\t]*_?_ZN1RIiE1xMUlvE_clEv

Using built-in specs.
COLLECT_GCC=/sw/src/fink.build/gcc45-4.4.999-20091211/darwin_objdir/gcc/testsuite/g++/../../g++
Target: x86_64-apple-darwin10.2.0
Configured with: ../gcc-4.5-20091211/configure --prefix=/sw
--prefix=/sw/lib/gcc4.5 --mandir=/sw/share/man --infodir=/sw/share/info
--enable-languages=c,c++,fortran,objc,obj-c++,java --with-gmp=/sw
--with-libiconv-prefix=/sw --with-ppl=/sw --with-cloog=/sw --with-mpc=/sw
--with-system-zlib --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
--disable-libjava-multilib
Thread model: posix
gcc version 4.5.0 20091212 (experimental) (GCC)


-- 
           Summary: g++.dg/cpp0x/lambda/lambda-mangle.C scan-assembler weak[
                    \t]*_?_ZN1RIiE1xMUlvE_clEv fails on x86_64-apple-darwin
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: howarth at nitro dot med dot uc dot edu
 GCC build triplet: x86_64-apple-darwin*
  GCC host triplet: x86_64-apple-darwin*
GCC target triplet: x86_64-apple-darwin*


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


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

* [Bug c++/42373] g++.dg/cpp0x/lambda/lambda-mangle.C scan-assembler weak[ \t]*_?_ZN1RIiE1xMUlvE_clEv fails on x86_64-apple-darwin
  2009-12-15  2:05 [Bug c++/42373] New: g++.dg/cpp0x/lambda/lambda-mangle.C scan-assembler weak[ \t]*_?_ZN1RIiE1xMUlvE_clEv fails on x86_64-apple-darwin howarth at nitro dot med dot uc dot edu
@ 2009-12-15  2:06 ` howarth at nitro dot med dot uc dot edu
  2009-12-15  4:00 ` jason at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2009-12-15  2:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from howarth at nitro dot med dot uc dot edu  2009-12-15 02:06 -------
Created an attachment (id=19301)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19301&action=view)
assembly from g++.dg/cpp0x/lambda/lambda-mangle.C

Created with...

/sw/src/fink.build/gcc45-4.4.999-20091211/darwin_objdir/gcc/testsuite/g++/../../g++
-B/sw/src/fink.build/gcc45-4.4.999-20091211/darwin_objdir/gcc/testsuite/g++/../../
/sw/src/fink.build/gcc45-4.4.999-20091211/gcc-4.5-20091211/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle.C
-nostdinc++
-I/sw/src/fink.build/gcc45-4.4.999-20091211/darwin_objdir/x86_64-apple-darwin10.2.0/libstdc++-v3/include/x86_64-apple-darwin10.2.0
-I/sw/src/fink.build/gcc45-4.4.999-20091211/darwin_objdir/x86_64-apple-darwin10.2.0/libstdc++-v3/include
-I/sw/src/fink.build/gcc45-4.4.999-20091211/gcc-4.5-20091211/libstdc++-v3/libsupc++
-I/sw/src/fink.build/gcc45-4.4.999-20091211/gcc-4.5-20091211/libstdc++-v3/include/backward
-I/sw/src/fink.build/gcc45-4.4.999-20091211/gcc-4.5-20091211/libstdc++-v3/testsuite/util
-fmessage-length=0 -std=c++0x -fno-inline -S -o lambda-mangle.s


-- 


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


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

* [Bug c++/42373] g++.dg/cpp0x/lambda/lambda-mangle.C scan-assembler weak[ \t]*_?_ZN1RIiE1xMUlvE_clEv fails on x86_64-apple-darwin
  2009-12-15  2:05 [Bug c++/42373] New: g++.dg/cpp0x/lambda/lambda-mangle.C scan-assembler weak[ \t]*_?_ZN1RIiE1xMUlvE_clEv fails on x86_64-apple-darwin howarth at nitro dot med dot uc dot edu
  2009-12-15  2:06 ` [Bug c++/42373] " howarth at nitro dot med dot uc dot edu
@ 2009-12-15  4:00 ` jason at gcc dot gnu dot org
  2009-12-15 18:57 ` jason at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-12-15  4:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jason at gcc dot gnu dot org  2009-12-15 03:59 -------
Created an attachment (id=19302)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19302&action=view)
patch

Does this fix it?


-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jason at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED


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


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

* [Bug c++/42373] g++.dg/cpp0x/lambda/lambda-mangle.C scan-assembler weak[ \t]*_?_ZN1RIiE1xMUlvE_clEv fails on x86_64-apple-darwin
  2009-12-15  2:05 [Bug c++/42373] New: g++.dg/cpp0x/lambda/lambda-mangle.C scan-assembler weak[ \t]*_?_ZN1RIiE1xMUlvE_clEv fails on x86_64-apple-darwin howarth at nitro dot med dot uc dot edu
  2009-12-15  2:06 ` [Bug c++/42373] " howarth at nitro dot med dot uc dot edu
  2009-12-15  4:00 ` jason at gcc dot gnu dot org
@ 2009-12-15 18:57 ` jason at gcc dot gnu dot org
  2009-12-15 18:58 ` jason at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-12-15 18:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jason at gcc dot gnu dot org  2009-12-15 18:57 -------
Subject: Bug 42373

Author: jason
Date: Tue Dec 15 18:57:30 2009
New Revision: 155266

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155266
Log:
        PR c++/42373
        * g++.dg/cpp0x/lambda/lambda-mangle.C: Adjust regexps for darwin.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle.C


-- 


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


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

* [Bug c++/42373] g++.dg/cpp0x/lambda/lambda-mangle.C scan-assembler weak[ \t]*_?_ZN1RIiE1xMUlvE_clEv fails on x86_64-apple-darwin
  2009-12-15  2:05 [Bug c++/42373] New: g++.dg/cpp0x/lambda/lambda-mangle.C scan-assembler weak[ \t]*_?_ZN1RIiE1xMUlvE_clEv fails on x86_64-apple-darwin howarth at nitro dot med dot uc dot edu
                   ` (2 preceding siblings ...)
  2009-12-15 18:57 ` jason at gcc dot gnu dot org
@ 2009-12-15 18:58 ` jason at gcc dot gnu dot org
  2009-12-16  3:08 ` howarth at nitro dot med dot uc dot edu
  2009-12-22 17:54 ` hjl dot tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-12-15 18:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jason at gcc dot gnu dot org  2009-12-15 18:58 -------
fixed, I think.  Needs confirmation.


-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


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


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

* [Bug c++/42373] g++.dg/cpp0x/lambda/lambda-mangle.C scan-assembler weak[ \t]*_?_ZN1RIiE1xMUlvE_clEv fails on x86_64-apple-darwin
  2009-12-15  2:05 [Bug c++/42373] New: g++.dg/cpp0x/lambda/lambda-mangle.C scan-assembler weak[ \t]*_?_ZN1RIiE1xMUlvE_clEv fails on x86_64-apple-darwin howarth at nitro dot med dot uc dot edu
                   ` (3 preceding siblings ...)
  2009-12-15 18:58 ` jason at gcc dot gnu dot org
@ 2009-12-16  3:08 ` howarth at nitro dot med dot uc dot edu
  2009-12-22 17:54 ` hjl dot tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2009-12-16  3:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from howarth at nitro dot med dot uc dot edu  2009-12-16 03:08 -------
Fixed on x86_64-apple-darwin10.


-- 

howarth at nitro dot med dot uc dot edu changed:

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


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


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

* [Bug c++/42373] g++.dg/cpp0x/lambda/lambda-mangle.C scan-assembler weak[ \t]*_?_ZN1RIiE1xMUlvE_clEv fails on x86_64-apple-darwin
  2009-12-15  2:05 [Bug c++/42373] New: g++.dg/cpp0x/lambda/lambda-mangle.C scan-assembler weak[ \t]*_?_ZN1RIiE1xMUlvE_clEv fails on x86_64-apple-darwin howarth at nitro dot med dot uc dot edu
                   ` (4 preceding siblings ...)
  2009-12-16  3:08 ` howarth at nitro dot med dot uc dot edu
@ 2009-12-22 17:54 ` hjl dot tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-12-22 17:54 UTC (permalink / raw)
  To: gcc-bugs



-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.5.0


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


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

end of thread, other threads:[~2009-12-22 17:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-15  2:05 [Bug c++/42373] New: g++.dg/cpp0x/lambda/lambda-mangle.C scan-assembler weak[ \t]*_?_ZN1RIiE1xMUlvE_clEv fails on x86_64-apple-darwin howarth at nitro dot med dot uc dot edu
2009-12-15  2:06 ` [Bug c++/42373] " howarth at nitro dot med dot uc dot edu
2009-12-15  4:00 ` jason at gcc dot gnu dot org
2009-12-15 18:57 ` jason at gcc dot gnu dot org
2009-12-15 18:58 ` jason at gcc dot gnu dot org
2009-12-16  3:08 ` howarth at nitro dot med dot uc dot edu
2009-12-22 17:54 ` hjl dot tools at gmail dot com

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