[Bug c++/28114] [4.0/4.1 regression] ICE with struct definition in argument of template function

2006-07-12 Thread sje at gcc dot gnu dot org
--- Comment #10 from sje at gcc dot gnu dot org 2006-07-12 21:46 --- Subject: Bug 28114 Author: sje Date: Wed Jul 12 21:46:43 2006 New Revision: 115397 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=115397 Log: PR c++/28114 * name-lookup.c (pushtag): Return if we

[Bug c++/28114] [4.0/4.1 regression] ICE with struct definition in argument of template function

2006-07-12 Thread sje at gcc dot gnu dot org
--- Comment #11 from sje at gcc dot gnu dot org 2006-07-12 21:48 --- Subject: Bug 28114 Author: sje Date: Wed Jul 12 21:47:58 2006 New Revision: 115398 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=115398 Log: PR c++/28114 * g++.dg/other/pr28114.C: New. Added:

[Bug c++/28114] [4.0/4.1 regression] ICE with struct definition in argument of template function

2006-07-11 Thread reichelt at igpm dot rwth-aachen dot de
--- Comment #8 from reichelt at igpm dot rwth-aachen dot de 2006-07-11 09:15 --- Subject: Re: [4.0/4.1 regression] ICE with struct definition in argument of template function On 10 Jul, sje at cup dot hp dot com wrote: --- Comment #7 from sje at cup dot hp dot com

[Bug c++/28114] [4.0/4.1 regression] ICE with struct definition in argument of template function

2006-07-11 Thread sje at cup dot hp dot com
--- Comment #9 from sje at cup dot hp dot com 2006-07-11 20:56 --- I am testing on the 4.0 branch now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28114

[Bug c++/28114] [4.0/4.1 regression] ICE with struct definition in argument of template function

2006-07-10 Thread sje at gcc dot gnu dot org
--- Comment #5 from sje at gcc dot gnu dot org 2006-07-10 20:42 --- Subject: Bug 28114 Author: sje Date: Mon Jul 10 20:42:14 2006 New Revision: 115314 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=115314 Log: PR c++/28114 * name-lookup.c (pushtag): Return if we

[Bug c++/28114] [4.0/4.1 regression] ICE with struct definition in argument of template function

2006-07-10 Thread sje at gcc dot gnu dot org
--- Comment #6 from sje at gcc dot gnu dot org 2006-07-10 20:43 --- Subject: Bug 28114 Author: sje Date: Mon Jul 10 20:43:34 2006 New Revision: 115315 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=115315 Log: PR c++/28114 * g++.dg/other/pr28114.C: New. Added:

[Bug c++/28114] [4.0/4.1 regression] ICE with struct definition in argument of template function

2006-07-10 Thread sje at cup dot hp dot com
--- Comment #7 from sje at cup dot hp dot com 2006-07-10 20:46 --- I have checked in a patch for ToT and on the 4.1 branch. My inclination is to not fix this on the 4.0 branch because the patch doesn't apply automatically. The same change is probably needed somewhere else for 4.0, but

[Bug c++/28114] [4.0/4.1 regression] ICE with struct definition in argument of template function

2006-06-26 Thread sje at gcc dot gnu dot org
--- Comment #4 from sje at gcc dot gnu dot org 2006-06-26 21:25 --- Subject: Bug 28114 Author: sje Date: Mon Jun 26 21:25:23 2006 New Revision: 115025 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=115025 Log: PR c++/28114 * g++.dg/other/pr28114.C: New. Added:

[Bug c++/28114] [4.0/4.1 regression] ICE with struct definition in argument of template function

2006-06-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-06-24 01:53 --- Confirmed, fixed at least on the mainline. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added