public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/19308] New: compiler claims to accept variables of selected_integer_kind(30), I/O leads to internal error
@ 2005-01-07 10:25 Thomas dot Koenig at online dot de
  2005-01-07 13:57 ` [Bug libfortran/19308] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Thomas dot Koenig at online dot de @ 2005-01-07 10:25 UTC (permalink / raw)
  To: gcc-bugs

$ cat sel.f90
program sel
  integer(kind=selected_int_kind(30)) :: j
  j = 42
  print *,j
end
$ gfortran sel.f90
$ ./a.out
At line 4 of file sel.f90
Internal Error: bad integer kind
 $ gfortran -v
Using built-in specs.
Configured with: ../gcc-4.0-20050102/configure --prefix=/home/zfkts
--enable-languages=c,c++,f95
Thread model: posix
gcc version 4.0.0 20050102 (experimental)
$ gfortran -dumpmachine
ia64-unknown-linux-gnu

I don't know wether 128-bit integers are supposed to work or not,
so this is either a library or a compiler bug.

-- 
           Summary: compiler claims to accept variables of
                    selected_integer_kind(30), I/O leads to internal error
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Thomas dot Koenig at online dot de
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19308


^ permalink raw reply	[flat|nested] 9+ messages in thread
[parent not found: <bug-19308-9515@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2005-10-23 22:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-07 10:25 [Bug fortran/19308] New: compiler claims to accept variables of selected_integer_kind(30), I/O leads to internal error Thomas dot Koenig at online dot de
2005-01-07 13:57 ` [Bug libfortran/19308] " pinskia at gcc dot gnu dot org
2005-06-01  9:56 ` [Bug libfortran/19308] I/O library should support more real and integer kinds fxcoudert at gcc dot gnu dot org
2005-09-24  5:35 ` pinskia at gcc dot gnu dot org
2005-09-24  7:57 ` fxcoudert at gcc dot gnu dot org
2005-09-24 17:42 ` kargl at gcc dot gnu dot org
     [not found] <bug-19308-9515@http.gcc.gnu.org/bugzilla/>
2005-10-03  7:23 ` cvs-commit at gcc dot gnu dot org
2005-10-03  7:24 ` fxcoudert at gcc dot gnu dot org
2005-10-23 22:56 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).