[Bug middle-end/21269] [4.0/4.1 Regression] member function pointers

2005-04-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-28 19:36 --- Actually this is invalid, you are going passed the bounds of buf. %.2x does not do what you want it to do. You want to do the following instead: void conv_ptr(void * ptr, char* buf) { unsigned char * s

[Bug middle-end/21269] [4.0/4.1 Regression] member function pointers

2005-04-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-28 19:18 --- Hmm, this also works just fine on ppc-darwin too. -- What|Removed |Added Component|