public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/18827] New: compiler segfault on assign to common variable
@ 2004-12-04 12:41 Thomas dot Koenig at online dot de
  2004-12-04 12:42 ` [Bug fortran/18827] ICE " Thomas dot Koenig at online dot de
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Thomas dot Koenig at online dot de @ 2004-12-04 12:41 UTC (permalink / raw)
  To: gcc-bugs

$ cat assign3.f
      program main
      integer*4 i
      common /foo/ i
      assign 1000 to i
 1000 continue
      end
$ gfortran assign3.f
 In file assign3.f:4

      assign 1000 to i
                                                                       1
Warning: Obsolete: ASSIGN statement at (1)
assign3.f: In function 'MAIN__':
assign3.f:4: internal compiler error: tree check: expected class
'declaration',have 'reference' (component_ref) in gfc_trans_label_assign, at
fortran/trans-stmt.c:101
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
$ gfortran -v
Reading specs from /home/ig25/lib/gcc/i686-pc-linux-gnu/4.0.0/specs
Configured with: ../gcc/configure --prefix=/home/ig25
--enable-languages=c,c++,f95 --disable-shared
Thread model: posix
gcc version 4.0.0 20041204 (experimental)

-- 
           Summary: compiler segfault on assign to common variable
           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=18827


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2005-03-16  0:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-04 12:41 [Bug fortran/18827] New: compiler segfault on assign to common variable Thomas dot Koenig at online dot de
2004-12-04 12:42 ` [Bug fortran/18827] ICE " Thomas dot Koenig at online dot de
2004-12-04 13:16 ` pinskia at gcc dot gnu dot org
2004-12-04 14:57 ` Thomas dot Koenig at online dot de
2004-12-10 14:58 ` wf_cs at yahoo dot com
2005-01-06 14:43 ` tobi at gcc dot gnu dot org
2005-01-23 11:36 ` wf_cs at yahoo dot com
2005-03-15  2:52 ` cvs-commit at gcc dot gnu dot org
2005-03-15  3:43 ` cvs-commit at gcc dot gnu dot org
2005-03-16  0:19 ` fengwang at gcc dot gnu dot org
2005-03-16  0:25 ` 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).