This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [4.3/4.4 Regression] Wrong locus for errors in DATA statement
- From: FX <fxcoudert at gmail dot com>
- To: Dominique Dhumieres <dominiq at lps dot ens dot fr>
- Cc: fortran at gcc dot gnu dot org
- Date: Sun, 22 Jun 2008 14:10:58 +0100
- Subject: Re: [4.3/4.4 Regression] Wrong locus for errors in DATA statement
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:in-reply-to:references :mime-version:content-type:message-id:cc:content-transfer-encoding :from:subject:date:to:x-mailer; bh=NEm63lLIoGWeChGSS40KRxJRLI8EBP4LeQ6J/AtdNt8=; b=j2VK7TxA3UFr7rwDj5+WG+1SSFVLl2nk5BdcwMBuZ8h8febOdrt9Y+WDVisY12c8yq RFKm2YDSdI/4aXTiRRDQB0fdAXJmLh0fMV3pq3crsl6JYd01oxvEzzvtB55hBGDuGB1C gdveXQRte41er6swbn6P3KuGjugEAFt1xyY8o=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:content-type:message-id:cc :content-transfer-encoding:from:subject:date:to:x-mailer; b=JF875bqK+1DYxIsh/jRJksq9WB58OukSown9XlU4AdNeg54xwh1tECY5JKj4uNnB1O Aa/RYA1limEYe4C1nkyZfC8BZaZR7DwOahV1SkdlkvhrH08uTE5t+NhG8QJRtoM/FFDy wDBCM7JAPVBR7xgYwJpVqEw9gkwcVRZKIuF5Q=
- References: <20080622130244.D57773BE8F@mailhost.lps.ens.fr>
Error: Incompatible types in DATA statement at (1); attempted
conversion of INTEGER(4) to CHARACTER(1)
It should be "CHARACTER(KIND=1)", that would be clearer.
FX
--
François-Xavier Coudert
http://www.homepages.ucl.ac.uk/~uccafco/