public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/10804] [3.4 regression] missing implicit instantiation of template static methods
       [not found] <20030515163600.10804.harinath@cs.umn.edu>
@ 2003-06-07  0:38 ` bangerth@dealii.org
  2003-06-30 14:49 ` bangerth at dealii dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: bangerth@dealii.org @ 2003-06-07  0:38 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


bangerth@dealii.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lars@trolltech.com


------- Additional Comments From bangerth@dealii.org  2003-06-07 00:38 -------
*** Bug 11120 has been marked as a duplicate of this bug. ***


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

* [Bug c++/10804] [3.4 regression] missing implicit instantiation of template static methods
       [not found] <20030515163600.10804.harinath@cs.umn.edu>
  2003-06-07  0:38 ` [Bug c++/10804] [3.4 regression] missing implicit instantiation of template static methods bangerth@dealii.org
@ 2003-06-30 14:49 ` bangerth at dealii dot org
  2003-07-15 15:30 ` pinskia at physics dot uc dot edu
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: bangerth at dealii dot org @ 2003-06-30 14:49 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


bangerth at dealii dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |richard dot kreckel at ginac
                   |                            |dot de


------- Additional Comments From bangerth at dealii dot org  2003-06-30 14:49 -------
*** Bug 11367 has been marked as a duplicate of this bug. ***


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

* [Bug c++/10804] [3.4 regression] missing implicit instantiation of template static methods
       [not found] <20030515163600.10804.harinath@cs.umn.edu>
  2003-06-07  0:38 ` [Bug c++/10804] [3.4 regression] missing implicit instantiation of template static methods bangerth@dealii.org
  2003-06-30 14:49 ` bangerth at dealii dot org
@ 2003-07-15 15:30 ` pinskia at physics dot uc dot edu
  2003-07-27 23:29 ` harinath at cs dot umn dot edu
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-15 15:30 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-15 15:30:00
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-15 15:30 -------
Still happens on the mainline (20030715).


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

* [Bug c++/10804] [3.4 regression] missing implicit instantiation of template static methods
       [not found] <20030515163600.10804.harinath@cs.umn.edu>
                   ` (2 preceding siblings ...)
  2003-07-15 15:30 ` pinskia at physics dot uc dot edu
@ 2003-07-27 23:29 ` harinath at cs dot umn dot edu
  2003-07-29  5:10 ` pinskia at physics dot uc dot edu
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: harinath at cs dot umn dot edu @ 2003-07-27 23:29 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From harinath at cs dot umn dot edu  2003-07-27 23:29 -------
Appears to be fixed by Jan Hubicka's patch in

  http://gcc.gnu.org/ml/gcc-patches/2003-07/msg02584.html

for PR c++/11530.  That patch hasn't yet been reviewed/applied.


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

* [Bug c++/10804] [3.4 regression] missing implicit instantiation of template static methods
       [not found] <20030515163600.10804.harinath@cs.umn.edu>
                   ` (3 preceding siblings ...)
  2003-07-27 23:29 ` harinath at cs dot umn dot edu
@ 2003-07-29  5:10 ` pinskia at physics dot uc dot edu
  2003-08-10  3:00 ` pinskia at gcc dot gnu dot org
  2003-09-07  3:43 ` cvs-commit at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-29  5:10 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

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


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-29 05:10 -------
Fixed by:
2003-07-28  Mark Mitchell

        PR c++/11530
        * parser.c (cp_parser_postfix_expression): Do not call mark_used.
        * semantics.c (finish_id_expression): Call mark_used for all
        declarations.

Will submit a testcase soon.


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

* [Bug c++/10804] [3.4 regression] missing implicit instantiation of template static methods
       [not found] <20030515163600.10804.harinath@cs.umn.edu>
                   ` (4 preceding siblings ...)
  2003-07-29  5:10 ` pinskia at physics dot uc dot edu
@ 2003-08-10  3:00 ` pinskia at gcc dot gnu dot org
  2003-09-07  3:43 ` cvs-commit at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-10  3:00 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |monge at sns dot it


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-10 03:00 -------
*** Bug 11872 has been marked as a duplicate of this bug. ***


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

* [Bug c++/10804] [3.4 regression] missing implicit instantiation of template static methods
       [not found] <20030515163600.10804.harinath@cs.umn.edu>
                   ` (5 preceding siblings ...)
  2003-08-10  3:00 ` pinskia at gcc dot gnu dot org
@ 2003-09-07  3:43 ` cvs-commit at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-09-07  3:43 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-09-07 03:43 -------
Subject: Bug 10804

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2003-09-07 03:43:15

Added files:
	gcc/testsuite/g++.dg/lookup: scoped7.C 
	gcc/testsuite/g++.dg/other: static1.C 
	gcc/testsuite/g++.dg/warn: template-1.C 
	gcc/testsuite/g++.dg/template: crash10.C call1.C 
	gcc/testsuite/g++.dg/overload: VLA.C 

Log message:
	2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR c++/11507
	* g++.dg/lookup/scoped7.C: New test.
	
	PR c++/9574
	* g++.dg/other/static1.C: New test.
	
	PR c++/11490
	* g++.dg/warn/template-1.C: New test.
	
	PR c++/11432
	* g++.dg/template/crash10.C: New test.
	
	PR c++/2478
	* g++.dg/overload/VLA.C: New test.
	
	PR c++/10804
	* g++.dg/template/call1.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/lookup/scoped7.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/other/static1.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/warn/template-1.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/crash10.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/call1.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/overload/VLA.C.diff?cvsroot=gcc&r1=NONE&r2=1.1


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

end of thread, other threads:[~2003-09-07  3:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030515163600.10804.harinath@cs.umn.edu>
2003-06-07  0:38 ` [Bug c++/10804] [3.4 regression] missing implicit instantiation of template static methods bangerth@dealii.org
2003-06-30 14:49 ` bangerth at dealii dot org
2003-07-15 15:30 ` pinskia at physics dot uc dot edu
2003-07-27 23:29 ` harinath at cs dot umn dot edu
2003-07-29  5:10 ` pinskia at physics dot uc dot edu
2003-08-10  3:00 ` pinskia at gcc dot gnu dot org
2003-09-07  3:43 ` cvs-commit 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).