[Bug c++/46807] [4.6 Regression] internal compiler error: in synthesized_method_walk

2011-02-15 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 --- Comment #15 from Jason Merrill jason at gcc dot gnu.org 2011-02-16 00:39:31 UTC --- Author: jason Date: Wed Feb 16 00:39:27 2011 New Revision: 170207 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170207 Log: PR c++/46807 *

[Bug c++/46807] [4.6 Regression] internal compiler error: in synthesized_method_walk

2011-02-15 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 --- Comment #16 from rwgk at yahoo dot com 2011-02-16 05:08:05 UTC --- Thank you very much! The original problem is solved, too.

[Bug c++/46807] [4.6 Regression] internal compiler error: in synthesized_method_walk

2011-02-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/46807] [4.6 Regression] internal compiler error: in synthesized_method_walk

2011-02-14 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added AssignedTo|unassigned at gcc dot |jason at gcc

[Bug c++/46807] [4.6 Regression] internal compiler error: in synthesized_method_walk

2011-02-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED ---

[Bug c++/46807] [4.6 Regression] internal compiler error: in synthesized_method_walk

2011-01-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added CC||jason at gcc dot

[Bug c++/46807] [4.6 Regression] internal compiler error: in synthesized_method_walk

2011-01-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug c++/46807] [4.6 Regression] internal compiler error: in synthesized_method_walk

2011-01-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 --- Comment #11 from Jakub Jelinek jakub at gcc dot gnu.org 2011-01-19 19:45:17 UTC --- Created attachment 23033 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23033 pr46807.ii Even further reduced testcase (and this time one that compiles

[Bug c++/46807] [4.6 Regression] internal compiler error: in synthesized_method_walk

2011-01-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug c++/46807] [4.6 Regression] internal compiler error: in synthesized_method_walk

2011-01-07 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c++/46807] [4.6 Regression] internal compiler error: in synthesized_method_walk

2011-01-07 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 --- Comment #9 from Jonathan Wakely redi at gcc dot gnu.org 2011-01-07 19:27:16 UTC --- Created attachment 22929 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22929 manually reduced ... a little this has no dependency on vector and has some

[Bug c++/46807] [4.6 Regression] internal compiler error: in synthesized_method_walk

2011-01-07 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 --- Comment #10 from H.J. Lu hjl.tools at gmail dot com 2011-01-08 02:21:39 UTC --- Created attachment 22931 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22931 A reduced testcase