#1058: auto::funcptr:  config step not needed if 'jitcapable' is never true
-----------------------+----------------------------------------------------
 Reporter:  jkeenan    |       Owner:  jkeenan    
     Type:  RFC        |      Status:  assigned   
 Priority:  normal     |   Milestone:             
Component:  configure  |     Version:  1.6.0      
 Severity:  medium     |    Keywords:  jit funcptr
     Lang:             |       Patch:             
 Platform:             |  
-----------------------+----------------------------------------------------
Changes (by jkeenan):

  * status:  new => assigned


Comment:

 Side note:  This was discovered through the joys of coverage analysis:
 {{{
 37    ***     39     50                     if ($jitcapable) {
 38    ***      0
 $conf->cc_gen('config/auto/funcptr/test_c.in');
 39    ***      0                                eval { $conf->cc_build();
 };
       ***      0
 40
 41    ***      0      0      0                  if ( $@ || $conf->cc_run()
 !~ /OK/ ) {
 42    ***      0
 _cast_void_pointers_msg();
 43    ***      0                                    exit(-1);
 44                                              }
 45    ***      0                                $conf->cc_clean();
 46    ***      0
 $self->_set_positive_result($conf);
 47                                          }
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1058#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to