<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugsy.grid.aau.dk/bugzilla3/bugzilla.dtd">

<bugzilla version="3.6.2.0-4.6"
          urlbase="http://bugsy.grid.aau.dk/bugzilla3/"
          
          maintainer="behrmann@nordu.net"
>

    <bug>
          <bug_id>98</bug_id>
          
          <creation_ts>2004-04-21 13:05:00 +0200</creation_ts>
          <short_desc>Syntax error, when specifying two const process parameters in old format.</short_desc>
          <delta_ts>2005-02-18 11:07:01 +0100</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>UPPAAL</product>
          <component>GUI</component>
          <version>3.4.5</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.cs.auc.dk/~ulrikl/uppaal/ProcessParameters.xml</bug_file_loc>
          
          
          <priority>P2</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ulrik Nyman">ulrik</reporter>
          <assigned_to name="Gerd Behrmann">behrmann</assigned_to>
          

      

      

      

          <long_desc isprivate="0">
            <commentid>253</commentid>
            <who name="Ulrik Nyman">ulrik</who>
            <bug_when>2004-04-21 13:05:59 +0200</bug_when>
            <thetext>When two const process parameters are defined in the old syntax &quot;const i,j&quot; 
only the first one is considered to be const. Thus the following assignments 
yields a syntax error in the second line.

int[0,5] x := i;
int[0,5] y := j;

There is no syntax error is one writes: &quot;const i; const j&quot;

The link point to a small example file.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <commentid>257</commentid>
            <who name="Gerd Behrmann">behrmann</who>
            <bug_when>2004-04-27 11:21:07 +0200</bug_when>
            <thetext>A fix has been checked into CVS.</thetext>
          </long_desc>
      
      

    </bug>

</bugzilla>