public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/58222] New: <built-in>:0:0: internal compiler error: Segmentation fault
@ 2013-08-23  3:32 blake.fumberger at gmail dot com
  2013-08-23  3:36 ` [Bug fortran/58222] " blake.fumberger at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: blake.fumberger at gmail dot com @ 2013-08-23  3:32 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58222
           Summary: <built-in>:0:0: internal compiler error: Segmentation
                    fault
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: blake.fumberger at gmail dot com

Created attachment 30691
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30691&action=edit
Program used for bisection solving of the Colebrook White Formula

Initial Error during compiling with gfortran: 

<built-in>:0:0: 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.

Returned from the "gcc -v" command

COLLECT_GCC=C:\MinGW\bin\gcc.exe
COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.7.2/lto-wrapper.exe
Target: mingw32
Configured with: ../gcc-4.7.2/configure
--enable-languages=c,c++,ada,fortran,obj
c,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared
--enable-libgo
mp --disable-win32-registry --enable-libstdcxx-debug
--disable-build-poststage1-
with-cxx --enable-version-specific-runtime-libs --build=mingw32 --prefix=/mingw
Thread model: win32
gcc version 4.7.2 (GCC)

Attached is the code that I am trying to compile. If I place intentional syntax
errors, the compiler will pick them up. With no errors, the compiler returns an
internal error


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

* [Bug fortran/58222] <built-in>:0:0: internal compiler error: Segmentation fault
  2013-08-23  3:32 [Bug fortran/58222] New: <built-in>:0:0: internal compiler error: Segmentation fault blake.fumberger at gmail dot com
@ 2013-08-23  3:36 ` blake.fumberger at gmail dot com
  2013-08-23  4:01 ` kargl at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: blake.fumberger at gmail dot com @ 2013-08-23  3:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from blake.fumberger at gmail dot com ---
reviewing the attached file shows that line 45 wasn't in the correct position.
After fixing this, the compiler still doesn't cooperate.


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

* [Bug fortran/58222] <built-in>:0:0: internal compiler error: Segmentation fault
  2013-08-23  3:32 [Bug fortran/58222] New: <built-in>:0:0: internal compiler error: Segmentation fault blake.fumberger at gmail dot com
  2013-08-23  3:36 ` [Bug fortran/58222] " blake.fumberger at gmail dot com
@ 2013-08-23  4:01 ` kargl at gcc dot gnu.org
  2013-08-23  4:07 ` blake.fumberger at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kargl at gcc dot gnu.org @ 2013-08-23  4:01 UTC (permalink / raw)
  To: gcc-bugs

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

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org
           Severity|major                       |normal

--- Comment #2 from kargl at gcc dot gnu.org ---
The program compiles with all version of gfortran I have
available to me on x86_64-*-freebsd:

4.2.5 20090330
4.3.6 (GCC)
4.4.7 (GCC)
4.5.4 (GCC)
4.6.4 (GCC)
4.7.4 20130708
4.8.2 20130708
4.9.0 20130712

What compiler options did you use?
Where did you get the compiler you are using?
Have you thought about using a different OS?


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

* [Bug fortran/58222] <built-in>:0:0: internal compiler error: Segmentation fault
  2013-08-23  3:32 [Bug fortran/58222] New: <built-in>:0:0: internal compiler error: Segmentation fault blake.fumberger at gmail dot com
  2013-08-23  3:36 ` [Bug fortran/58222] " blake.fumberger at gmail dot com
  2013-08-23  4:01 ` kargl at gcc dot gnu.org
@ 2013-08-23  4:07 ` blake.fumberger at gmail dot com
  2013-08-23  4:31 ` sgk at troutmask dot apl.washington.edu
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: blake.fumberger at gmail dot com @ 2013-08-23  4:07 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from blake.fumberger at gmail dot com ---
"What compiler options did you use?"
I haven't changed any options with post-install.

"Where did you get the compiler you are using?"
The compiler was downloaded from this link:
http://internode.dl.sourceforge.net/project/mingw/Installer/mingw-get-inst/mingw-get-inst-20120426/mingw-get-inst-20120426.exe

"Have you thought about using a different OS?"
I currently run a Win 8 x64bit, I have no intentions on using a differnet OS. I
only have 1 accessible computer.


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

* [Bug fortran/58222] <built-in>:0:0: internal compiler error: Segmentation fault
  2013-08-23  3:32 [Bug fortran/58222] New: <built-in>:0:0: internal compiler error: Segmentation fault blake.fumberger at gmail dot com
                   ` (2 preceding siblings ...)
  2013-08-23  4:07 ` blake.fumberger at gmail dot com
@ 2013-08-23  4:31 ` sgk at troutmask dot apl.washington.edu
  2013-09-02 12:44 ` dominiq at lps dot ens.fr
  2013-09-02 14:13 ` blake.fumberger at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: sgk at troutmask dot apl.washington.edu @ 2013-08-23  4:31 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Steve Kargl <sgk at troutmask dot apl.washington.edu> ---
On Fri, Aug 23, 2013 at 04:07:07AM +0000, blake.fumberger at gmail dot com
wrote:
> --- Comment #3 from blake.fumberger at gmail dot com ---
> "What compiler options did you use?"
> I haven't changed any options with post-install.

I meant how did you try to compile your code.

> "Have you thought about using a different OS?"
> I currently run a Win 8 x64bit, I have no intentions on
> using a differnet OS. I only have 1 accessible computer.

If you don't want to change OS, then it may be prudent
to use a compiler that is meant to run on the OS that
you do use.


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

* [Bug fortran/58222] <built-in>:0:0: internal compiler error: Segmentation fault
  2013-08-23  3:32 [Bug fortran/58222] New: <built-in>:0:0: internal compiler error: Segmentation fault blake.fumberger at gmail dot com
                   ` (3 preceding siblings ...)
  2013-08-23  4:31 ` sgk at troutmask dot apl.washington.edu
@ 2013-09-02 12:44 ` dominiq at lps dot ens.fr
  2013-09-02 14:13 ` blake.fumberger at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-09-02 12:44 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2013-09-02
     Ever confirmed|0                           |1

--- Comment #5 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Works also for me on x86_64-apple-darwin10.


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

* [Bug fortran/58222] <built-in>:0:0: internal compiler error: Segmentation fault
  2013-08-23  3:32 [Bug fortran/58222] New: <built-in>:0:0: internal compiler error: Segmentation fault blake.fumberger at gmail dot com
                   ` (4 preceding siblings ...)
  2013-09-02 12:44 ` dominiq at lps dot ens.fr
@ 2013-09-02 14:13 ` blake.fumberger at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: blake.fumberger at gmail dot com @ 2013-09-02 14:13 UTC (permalink / raw)
  To: gcc-bugs

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

blake.fumberger at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #6 from blake.fumberger at gmail dot com ---
I just uninstalled and used a different compiler.


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

end of thread, other threads:[~2013-09-02 14:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-23  3:32 [Bug fortran/58222] New: <built-in>:0:0: internal compiler error: Segmentation fault blake.fumberger at gmail dot com
2013-08-23  3:36 ` [Bug fortran/58222] " blake.fumberger at gmail dot com
2013-08-23  4:01 ` kargl at gcc dot gnu.org
2013-08-23  4:07 ` blake.fumberger at gmail dot com
2013-08-23  4:31 ` sgk at troutmask dot apl.washington.edu
2013-09-02 12:44 ` dominiq at lps dot ens.fr
2013-09-02 14:13 ` blake.fumberger at gmail dot com

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).