public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/22172] [3.4/4.0/4.1 Regression] Internal compiler error, seg fault.
       [not found] <bug-22172-10869@http.gcc.gnu.org/bugzilla/>
@ 2005-10-08 18:11 ` cvs-commit at gcc dot gnu dot org
  2005-10-08 18:13 ` [Bug c++/22172] [3.4/4.0 " phython at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-08 18:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from cvs-commit at gcc dot gnu dot org  2005-10-08 18:11 -------
Subject: Bug 22172

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     phython@gcc.gnu.org     2005-10-08 18:11:02

Modified files:
        gcc/cp         : ChangeLog parser.c 
        gcc/testsuite  : ChangeLog 
Added files:
        gcc/testsuite/g++.dg/parse: crash30.C 

Log message:
        2005-10-08  James A. Morrison  <phython@gcc.gnu.org>

        PR c++/22172
        * parser.c (cp_parser_postfix_expression) <RID_TYPENAME>: Treat nontype
        scopes as nondependent.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.4914&r2=1.4915
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&r1=1.360&r2=1.361
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.6151&r2=1.6152
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/parse/crash30.C.diff?cvsroot=gcc&r1=NONE&r2=1.1


-- 


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


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

* [Bug c++/22172] [3.4/4.0 Regression] Internal compiler error, seg fault.
       [not found] <bug-22172-10869@http.gcc.gnu.org/bugzilla/>
  2005-10-08 18:11 ` [Bug c++/22172] [3.4/4.0/4.1 Regression] Internal compiler error, seg fault cvs-commit at gcc dot gnu dot org
@ 2005-10-08 18:13 ` phython at gcc dot gnu dot org
  2005-11-03 11:25 ` [Bug c++/22172] [3.4 " reichelt at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: phython at gcc dot gnu dot org @ 2005-10-08 18:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from phython at gcc dot gnu dot org  2005-10-08 18:13 -------
fixed in the previous patch.


-- 

phython at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|3.4.0 3.4.4 4.0.0 4.1.0     |3.4.0 3.4.4 4.0.0
      Known to work|3.3 3.3.6                   |3.3 3.3.6 4.1.0
            Summary|[3.4/4.0/4.1 Regression]    |[3.4/4.0 Regression]
                   |Internal compiler error, seg|Internal compiler error, seg
                   |fault.                      |fault.


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


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

* [Bug c++/22172] [3.4 Regression] Internal compiler error, seg fault.
       [not found] <bug-22172-10869@http.gcc.gnu.org/bugzilla/>
  2005-10-08 18:11 ` [Bug c++/22172] [3.4/4.0/4.1 Regression] Internal compiler error, seg fault cvs-commit at gcc dot gnu dot org
  2005-10-08 18:13 ` [Bug c++/22172] [3.4/4.0 " phython at gcc dot gnu dot org
@ 2005-11-03 11:25 ` reichelt at gcc dot gnu dot org
  2005-11-03 11:26 ` reichelt at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-11-03 11:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from reichelt at gcc dot gnu dot org  2005-11-03 11:25 -------
Now also fixed on the 3.4 branch due to Mark's patch for PR 19253:
http://gcc.gnu.org/ml/gcc-patches/2005-11/msg00141.html
I'd really like to get that one backported to the 3.4 branch


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.4/4.0 Regression]        |[3.4 Regression] Internal
                   |Internal compiler error, seg|compiler error, seg fault.
                   |fault.                      |
   Target Milestone|4.0.3                       |3.4.5


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


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

* [Bug c++/22172] [3.4 Regression] Internal compiler error, seg fault.
       [not found] <bug-22172-10869@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2005-11-03 11:25 ` [Bug c++/22172] [3.4 " reichelt at gcc dot gnu dot org
@ 2005-11-03 11:26 ` reichelt at gcc dot gnu dot org
  2005-11-08  6:46 ` phython at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-11-03 11:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from reichelt at gcc dot gnu dot org  2005-11-03 11:26 -------
I meant the 4.0 branch of course.


-- 


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


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

* [Bug c++/22172] [3.4 Regression] Internal compiler error, seg fault.
       [not found] <bug-22172-10869@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2005-11-03 11:26 ` reichelt at gcc dot gnu dot org
@ 2005-11-08  6:46 ` phython at gcc dot gnu dot org
  2005-11-09 17:12 ` reichelt at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: phython at gcc dot gnu dot org @ 2005-11-08  6:46 UTC (permalink / raw)
  To: gcc-bugs



-- 

phython at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|phython at gcc dot gnu dot  |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW


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


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

* [Bug c++/22172] [3.4 Regression] Internal compiler error, seg fault.
       [not found] <bug-22172-10869@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2005-11-08  6:46 ` phython at gcc dot gnu dot org
@ 2005-11-09 17:12 ` reichelt at gcc dot gnu dot org
  2005-11-15 19:14 ` reichelt at gcc dot gnu dot org
  2005-11-15 19:18 ` reichelt at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-11-09 17:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from reichelt at gcc dot gnu dot org  2005-11-09 17:12 -------
Backport for the 3.4 branch.


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |reichelt at gcc dot gnu dot
                   |dot org                     |org
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2005-
                   |                            |11/msg00643.html
             Status|NEW                         |ASSIGNED


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


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

* [Bug c++/22172] [3.4 Regression] Internal compiler error, seg fault.
       [not found] <bug-22172-10869@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2005-11-09 17:12 ` reichelt at gcc dot gnu dot org
@ 2005-11-15 19:14 ` reichelt at gcc dot gnu dot org
  2005-11-15 19:18 ` reichelt at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-11-15 19:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from reichelt at gcc dot gnu dot org  2005-11-15 19:14 -------
Subject: Bug 22172

Author: reichelt
Date: Tue Nov 15 19:14:21 2005
New Revision: 107037

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107037
Log:
        PR c++/19253
        PR c++/22172
        Backport from mainline:
        2005-11-02  Mark Mitchell  <mark@codesourcery.com>

        * parser.c (cp_parser_postfix_expression): Use
        cp_parser_elaborated_type_specifier to handle typename-types in
        functional casts.
        (cp_parser_enclosed_argument_list): Skip ahead to the end of the
        template argument list if the closing ">" is not found.


        Backport from mainline:
        2005-11-02  Mark Mitchell  <mark@codesourcery.com>

        PR c++/19253
        * g++.dg/parse/typename10.C: New test.

        Backport from mainline:
        2005-10-08  James A. Morrison  <phython@gcc.gnu.org>

        PR c++/22172
        * g++.dg/parse/crash30.C: New test.


Added:
    branches/gcc-3_4-branch/gcc/testsuite/g++.dg/parse/crash30.C
    branches/gcc-3_4-branch/gcc/testsuite/g++.dg/parse/typename10.C
Modified:
    branches/gcc-3_4-branch/gcc/cp/ChangeLog
    branches/gcc-3_4-branch/gcc/cp/parser.c
    branches/gcc-3_4-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/22172] [3.4 Regression] Internal compiler error, seg fault.
       [not found] <bug-22172-10869@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2005-11-15 19:14 ` reichelt at gcc dot gnu dot org
@ 2005-11-15 19:18 ` reichelt at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-11-15 19:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from reichelt at gcc dot gnu dot org  2005-11-15 19:18 -------
Now also fixed on the 3.4 branch.


-- 

reichelt at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2005-11-15 19:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-22172-10869@http.gcc.gnu.org/bugzilla/>
2005-10-08 18:11 ` [Bug c++/22172] [3.4/4.0/4.1 Regression] Internal compiler error, seg fault cvs-commit at gcc dot gnu dot org
2005-10-08 18:13 ` [Bug c++/22172] [3.4/4.0 " phython at gcc dot gnu dot org
2005-11-03 11:25 ` [Bug c++/22172] [3.4 " reichelt at gcc dot gnu dot org
2005-11-03 11:26 ` reichelt at gcc dot gnu dot org
2005-11-08  6:46 ` phython at gcc dot gnu dot org
2005-11-09 17:12 ` reichelt at gcc dot gnu dot org
2005-11-15 19:14 ` reichelt at gcc dot gnu dot org
2005-11-15 19:18 ` reichelt at gcc dot gnu dot 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).