[Bug c++/15759] ICE with function pointers

2006-03-05 Thread reichelt at gcc dot gnu dot org
--- Comment #9 from reichelt at gcc dot gnu dot org 2006-03-06 02:07 --- Fixed on mainline. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/15759] ICE with function pointers

2006-03-05 Thread reichelt at gcc dot gnu dot org
--- Comment #8 from reichelt at gcc dot gnu dot org 2006-03-06 02:01 --- Subject: Bug 15759 Author: reichelt Date: Mon Mar 6 02:01:29 2006 New Revision: 111754 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111754 Log: PR c++/15759 * tree.c (bot_manip): Don't c

[Bug c++/15759] ICE with function pointers

2006-03-03 Thread patchapp at dberlin dot org
--- Comment #7 from patchapp at dberlin dot org 2006-03-03 08:25 --- Subject: Bug number PR c++/15759 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-03/msg00192.html -- http://gcc.gnu.org/bugzil

[Bug c++/15759] ICE with function pointers

2005-06-16 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-06-16 19:01 --- Testing a patch. -- What|Removed |Added CC|reichelt at gcc dot gnu dot |

[Bug c++/15759] ICE with function pointers

2005-01-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-29 13:43 --- Note the following is make sure that we create correct code: extern "C" void exit (int); extern "C" void abort(); int defValue() { exit(0);return(0); } int(*defaultValue)() = defValue; void a(int blah = defa