This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/18369] [4.0 regression] Segfault on braced new


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-08 13:46 -------
Almost certained it is caused by:
2004-06-21  Mark Mitchell  <mark@codesourcery.com>

        * cp-tree.def (NEW_EXPR): Add a fourth slot.
        * cp-tree.h (PARMLIST_ELLIPSIS_P): Remove.
        (TREE_PARMLIST): Likewise.
        (CALL_DECLARATOR_PARMS): Likewise.
        (CALL_DECLARATOR_QUALS): Likewise.
        (CALL_DECLARATOR_EXCEPTION_SPEC): Likewise.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org, mark at codesourcery
                   |                            |dot com
      Known to fail|                            |4.0.0
      Known to work|                            |3.4.3


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]