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

2011-01-07 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 --- Comment #7 from rwgk at yahoo dot com 2011-01-07 18:32:12 UTC --- > This command still produces the original ICE with gcc svn trunk rev. 168562: Sorry, cut and paste error. The last command should have been g++ -O3 pr46807_gcc46_ice_pre_proc

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

2011-01-07 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 --- Comment #6 from rwgk at yahoo dot com 2011-01-07 18:29:59 UTC --- Created attachment 22928 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22928 pre-processor output of original reproducer Created with (Fedora 14 64-bit): g++ -E gcc_bug

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

2011-01-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #5 f

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

2011-01-06 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 --- Comment #4 from rwgk at yahoo dot com 2011-01-07 04:28:46 UTC --- I just saw the "GCC 4.6.0 Status Report (2011-01-04), Stage 3 is over" announcement. This bug should be a P1 since it is an ICE on valid code. If necessary I'll try to reduce t

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

2010-12-17 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 --- Comment #3 from Andrew Pinski 2010-12-17 22:37:56 UTC --- Can you provide the preprocessed source?

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

2010-12-17 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 --- Comment #2 from rwgk at yahoo dot com 2010-12-17 22:34:16 UTC --- Using a binary search I found that svn rev. 161579 introduced the ICE. (Note that I had to replace gcc/config/i386/i386.md with rev. 161594 since gcc doesn't build otherwise.)

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

2010-12-04 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807 --- Comment #1 from rwgk at yahoo dot com 2010-12-05 07:42:02 UTC --- Created attachment 22640 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22640 reproducer Reproducer depends on and boost as shipped with Fedora 14.