[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-08-13 Thread jakub at gcc dot gnu dot org
--- Comment #22 from jakub at gcc dot gnu dot org 2006-08-13 19:26 --- Subject: Bug 27793 Author: jakub Date: Sun Aug 13 20:26:38 2006 New Revision: 116115 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116115 Log: 2006-08-13 Andrew MacLeod [EMAIL PROTECTED] PR

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-06-15 Thread amacleod at gcc dot gnu dot org
--- Comment #21 from amacleod at redhat dot com 2006-06-15 13:30 --- Subject: Bug 27793 Author: amacleod Date: Thu Jun 15 13:30:17 2006 New Revision: 114678 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=114678 Log: 2006-06-15 Andrew MacLeod [EMAIL PROTECTED] PR

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-06-13 Thread jakub at gcc dot gnu dot org
--- Comment #20 from jakub at gcc dot gnu dot org 2006-06-13 09:21 --- Subject: Bug 27793 Author: jakub Date: Tue Jun 13 09:21:30 2006 New Revision: 114607 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=114607 Log: PR middle-end/27793 * cp-tree.h

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-06-08 Thread rguenth at gcc dot gnu dot org
--- Comment #19 from rguenth at gcc dot gnu dot org 2006-06-08 14:17 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-06-07 Thread amacleod at gcc dot gnu dot org
--- Comment #18 from amacleod at redhat dot com 2006-06-08 01:18 --- Subject: Bug 27793 Author: amacleod Date: Thu Jun 8 01:18:16 2006 New Revision: 114480 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=114480 Log: 2006-06-07 Andrew MacLeod [EMAIL PROTECTED] PR

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-06-06 Thread amacleod at redhat dot com
--- Comment #13 from amacleod at redhat dot com 2006-06-06 14:43 --- Created an attachment (id=11609) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11609action=view) assert to add if Jakub's idea is implemented. So do you want to fix it Jakub's way instead of hacking up the tree

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-06-06 Thread mark at codesourcery dot com
--- Comment #14 from mark at codesourcery dot com 2006-06-06 16:37 --- Subject: Re: [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong amacleod at redhat dot com wrote: --- Comment #13 from amacleod at redhat dot com 2006-06-06 14:43 --- Created an

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-06-06 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2006-06-06 18:58 --- Can someone check to see if the proposed patch also fixes PR 27894, it is the same issue as we have: extern CBaseEntityList *g_pEntityList; inline IHandleEntity* CBaseHandle::Get() const { extern CBaseEntityList

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-06-06 Thread amacleod at redhat dot com
--- Comment #16 from amacleod at redhat dot com 2006-06-06 19:41 --- yes, this appears to fix PR 27894 as well. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27793

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-06-06 Thread amacleod at gcc dot gnu dot org
--- Comment #17 from amacleod at redhat dot com 2006-06-07 00:51 --- Subject: Bug 27793 Author: amacleod Date: Wed Jun 7 00:51:27 2006 New Revision: 114458 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=114458 Log: 2006-06-06 Andrew MacLeod [EMAIL PROTECTED] PR

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-06-01 Thread jakub at gcc dot gnu dot org
--- Comment #11 from jakub at gcc dot gnu dot org 2006-06-01 11:48 --- Does the C++ FE need the exact decl after gimplification? If not, perhaps as a workaround pushdecl_maybe_friend could together with duplicating DECL_UID also populate a hash table and cp-gimplify.c would use that

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-06-01 Thread mark at codesourcery dot com
--- Comment #12 from mark at codesourcery dot com 2006-06-01 14:59 --- Subject: Re: [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong jakub at gcc dot gnu dot org wrote: --- Comment #11 from jakub at gcc dot gnu dot org 2006-06-01 11:48 --- Does

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-05-30 Thread amacleod at redhat dot com
--- Comment #10 from amacleod at redhat dot com 2006-05-30 22:05 --- Created an attachment (id=11540) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11540action=view) proposed patch yeah, not terribly suprising the bug came back. The original patch I applied fixed a long standing

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-05-29 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2006-05-29 14:09 --- 4.1.0 seems to work, as well as mainline and 4.0.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-05-29 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2006-05-29 14:15 --- Reverting Author: amacleod Date: Tue May 16 20:51:14 2006 New Revision: 113829 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=113829 Log: Remove redundant hash table lookup when finding referenced vars.

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-05-29 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2006-05-29 14:19 --- Mark, can we please have the C++ frontend fixed instead of having workarounds that cause all sorts of problems? Please? -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-05-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |