public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/47906] New: r170459 regresses g++.dg/abi/mangle39.C on *-apple-darwin*
@ 2011-02-26 16:36 howarth at nitro dot med.uc.edu
  2011-02-27  9:24 ` [Bug c++/47906] " jason at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2011-02-26 16:36 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: r170459 regresses g++.dg/abi/mangle39.C on
                    *-apple-darwin*
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: howarth@nitro.med.uc.edu


The commit...

Author: jason
Date: Thu Feb 24 04:56:26 2011
New Revision: 170459

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170459
Log:
    * cp-tree.h (DECL_PARM_LEVEL): New.
    (struct lang_decl_parm): Add level field.
    * name-lookup.c (function_parm_depth): New fn.
    * name-lookup.h: Declare it.
    * parser.c (cp_parser_parameter_declaration_list): Use it.
    * mangle.c (struct globals): Add parm_depth field.
    (write_bare_function_type): Adjust it.
    (write_expression): Include the level delta in PARM_DECL mangling
    for abi >= 6.

    * semantics.c (finish_decltype_type): Remove shortcut for decltype
    of id-expression.
    * mangle.c (write_type) [DECLTYPE_TYPE]: Strip it here for abi < 6.

Added:
    trunk/gcc/testsuite/g++.dg/abi/mangle45.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/common.opt
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/mangle.c
    trunk/gcc/cp/name-lookup.c
    trunk/gcc/cp/name-lookup.h
    trunk/gcc/cp/parser.c
    trunk/gcc/cp/semantics.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/abi/mangle39.C
    trunk/gcc/testsuite/g++.dg/cpp0x/trailing1.C
    trunk/gcc/testsuite/g++.dg/template/canon-type-12.C
    trunk/gcc/testsuite/g++.dg/template/canon-type-9.C

regresses g++.dg/abi/mangle39.C on both powerpc-apple-darwin9 and
x86_64-apple-darwin10...

FAIL: g++.dg/abi/mangle39.C scan-assembler _Z1gIiEvRK1AIT_EDTixfL0p_Li0EE

at -m32/-m64. It also introduces the new failures of...

FAIL: g++.dg/abi/mangle45.C scan-assembler _Z1fIiEvT_DtfL0p_E
FAIL: g++.dg/abi/mangle45.C scan-assembler _Z1gIiEvT_PFDtfL0p_EvE
FAIL: g++.dg/abi/mangle45.C scan-assembler _Z1kIiEvT_PFPAszfL0p__iPS0_E

for the new testcase.


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

end of thread, other threads:[~2011-10-02 10:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-26 16:36 [Bug c++/47906] New: r170459 regresses g++.dg/abi/mangle39.C on *-apple-darwin* howarth at nitro dot med.uc.edu
2011-02-27  9:24 ` [Bug c++/47906] " jason at gcc dot gnu.org
2011-02-27 15:01 ` jason at gcc dot gnu.org
2011-02-27 15:01 ` jason at gcc dot gnu.org
2011-02-28  6:39 ` howarth at nitro dot med.uc.edu
2011-02-28  7:49 ` jason at gcc dot gnu.org
2011-10-02 10:21 ` paolo.carlini at oracle 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).