id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,difficulty 1122,"Some compiler rewrites marked ""safe"" are really unsafe",sjamaan,,"Due to a currently unknown reason, sometimes the scrutinizer seems to be able to prevent hardwired compiler rewrites from being done. If the following code is interpreted, it will print two lines saying ""error"". If it is compiled, it will either print ""error"" and ""smaller"", or in case of a {{{DEBUGBUILD}}}, it will print ""error"" and show a low-level type assertion error. {{{ #!scm (use ports) (handle-exceptions exn (print 'error) (print (if (char