public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/9574: [3.4 regression] parser crash
@ 2003-03-27 14:46 nathan
  0 siblings, 0 replies; 4+ messages in thread
From: nathan @ 2003-03-27 14:46 UTC (permalink / raw)
  To: fche, gcc-bugs, gcc-prs, nathan, nobody

Synopsis: [3.4 regression] parser crash

Responsible-Changed-From-To: unassigned->nathan
Responsible-Changed-By: nathan
Responsible-Changed-When: Thu Mar 27 14:14:12 2003
Responsible-Changed-Why:
    fixing

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9574


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

* Re: c++/9574: [3.4 regression] parser crash
@ 2003-02-09 18:36 Andrew Pinski
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Pinski @ 2003-02-09 18:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/9574; it has been noted by GNATS.

From: Andrew Pinski <pinskia@physics.uc.edu>
To: Craig Rodrigues <rodrigc@attbi.com>
Cc: Andrew Pinski <pinskia@physics.uc.edu>, gcc-gnats@gcc.gnu.org,
   gcc-bugs@gcc.gnu.org, gcc@gcc.gnu.org, fche@redhat.com,
   mark@codesourcery.com, gcc-prs@gcc.gnu.org
Subject: Re: c++/9574: [3.4 regression] parser crash
Date: Sun, 9 Feb 2003 10:31:52 -0800

 So it is caused by the new c++ parser then?
 
 Thanks,
 Andrew Pinski
 
 On Sunday, Feb 9, 2003, at 10:28 US/Pacific, Craig Rodrigues wrote:
 
 >
 > The regression reported in PR9574:
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 > trail&database=gcc&pr=9574
 >
 > appears to be caused by:
 >
 >
 > 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
 >
 >        * Make-lang.in (po-generated): Remove parse.c.
 >        (CXX_OBJS): Remove parse.o and spew.o.  Add parser.o.
 >        ($(srcdir)/cp/parse.h): Remove target.
 >        ($(srcdir)/cp/parse.c): Likewise.
 >        (gt-cp-parse.h): Likewise.
 >        (gt-cp-parser.h): New target.
 >        (c++.distclean): Do not remove parse.output.
 >
 >        [snip]
 >
 >
 >
 


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

* Re: c++/9574: [3.4 regression] parser crash
@ 2003-02-09 18:36 Craig Rodrigues
  0 siblings, 0 replies; 4+ messages in thread
From: Craig Rodrigues @ 2003-02-09 18:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/9574; it has been noted by GNATS.

From: Craig Rodrigues <rodrigc@attbi.com>
To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc@gcc.gnu.org,
   fche@redhat.com, mark@codesourcery.com, gcc-prs@gcc.gnu.org
Cc:  
Subject: Re: c++/9574: [3.4 regression] parser crash
Date: Sun, 09 Feb 2003 13:28:53 -0500

 The regression reported in PR9574:
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9574
 
 appears to be caused by:
 
 
 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
 
         * Make-lang.in (po-generated): Remove parse.c.
         (CXX_OBJS): Remove parse.o and spew.o.  Add parser.o.
         ($(srcdir)/cp/parse.h): Remove target.
         ($(srcdir)/cp/parse.c): Likewise.
         (gt-cp-parse.h): Likewise.
         (gt-cp-parser.h): New target.
         (c++.distclean): Do not remove parse.output.
 
         [snip]
 


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

* Re: c++/9574: [3.4 regression] parser crash
@ 2003-02-04 22:38 bangerth
  0 siblings, 0 replies; 4+ messages in thread
From: bangerth @ 2003-02-04 22:38 UTC (permalink / raw)
  To: fche, gcc-bugs, gcc-prs, nobody

Old Synopsis: parser crash
New Synopsis: [3.4 regression] parser crash

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Tue Feb  4 22:38:28 2003
State-Changed-Why:
    Confirmed. A regression on mainline, worked with 3.3.
    
    A minimal testcase is
    ----------------------
    struct X {
        void operator[](const int& __k);
    };
    
    struct foo {
        static X x;
    };
    
    struct bar {
        int z;
        bar () { foo::x[z]; };
    };
    -----------------------------
    tmp/g> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc
    x.cc: In constructor `bar::bar()':
    x.cc:11: internal compiler error: Segmentation fault
    
    W.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9574


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

end of thread, other threads:[~2003-03-27 14:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-27 14:46 c++/9574: [3.4 regression] parser crash nathan
  -- strict thread matches above, loose matches on Subject: below --
2003-02-09 18:36 Andrew Pinski
2003-02-09 18:36 Craig Rodrigues
2003-02-04 22:38 bangerth

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