[Bug fortran/68458] New: internal compiler error: Segmentation fault

2015-11-20 Thread rgaveiga at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68458

Bug ID: 68458
   Summary: internal compiler error: Segmentation fault
   Product: gcc
   Version: unknown
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: fortran
  Assignee: unassigned at gcc dot gnu.org
  Reporter: rgaveiga at gmail dot com
  Target Milestone: ---

If I try to compile even a simple code like the following

program test
print*,'Buh'
end program test

with gfortran, I get

: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

The version is 5.2 and the platform is Cygwin-64.

[Bug fortran/68458] internal compiler error: Segmentation fault

2015-11-20 Thread rgaveiga at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68458

rgaveiga at gmail dot com  changed:

   What|Removed |Added

 CC||rgaveiga at gmail dot com
   Severity|normal  |blocker

[Bug fortran/68458] internal compiler error: Segmentation fault

2015-11-20 Thread rgaveiga at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68458

--- Comment #3 from rgaveiga at gmail dot com  ---
(In reply to Dominique d'Humieres from comment #2)
> > Where did you GCC?
> 
> and where did you get GCC?

From Cygwin.