--- 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
--- 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
--- 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
--- 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 |
--- 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