Re: printf behaviour

2023-05-12 Thread Jonathan Wakely via Gcc-bugs
This mailing list is for automated mails from our Bugzilla bug tracker system. If you want to report a bug, please see https://gcc.gnu.org/bugs/ If you want to ask a question, use the gcc-h...@gcc.gnu.org list, not the gcc-bugs list. Please direct any follow-up discussion there instead. There is

printf behaviour

2023-05-12 Thread johannes janssens via Gcc-bugs
//-- gcc (Debian 10.2.1-6) 10.2.1 20210110 //-- Debian 11.7 /*cut and paste and compile*/ #include #include typedef enum { false=0, true=1 } predikaat; static char *timestamp(predikaat bStamp){ //- static char stamp[22]; time_t curtime; struct