public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* gfortran says to submit bug report
@ 2004-10-11 16:38 Joe Koski
  2004-10-11 17:03 ` Andrew Pinski
  2005-09-28 20:54 ` FW: " Joe Koski
  0 siblings, 2 replies; 5+ messages in thread
From: Joe Koski @ 2004-10-11 16:38 UTC (permalink / raw)
  To: gcc-bugs

While attempting to compile the NIST FDS4 code (f90 based) I get the
following error

pcp05454784pcs:~/Codes/Fortran_Compiles/fds_test_compile jakoski$ make
gfortran -c -O3 -ffixed-form mods.f
mods.f:628: internal compiler error: backend decl for module variable
y_f_inlet already exists
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [mods.o] Error 1

No "preprocessed source" appeared when I added -save-temps to the compile
line.

The compiler info is

pcp05454784pcs:~/Codes/Fortran_Compiles/fds_test_compile jakoski$ gfortran
-v
Reading specs from /usr/local/lib/gcc/powerpc-apple-darwin7.5.0/4.0.0/specs
Configured with: ../gcc/configure --enable-threads=posix
--enable-languages=f95 --enable-static --disable-shared
Thread model: posix
gcc version 4.0.0 20041009 (experimental)

I'm running on a dual processor G5 Mac under OS X 10.3.5 with Xcode 1.5
installed.

The source code and make file (for xlf Fortran) are available as downloads
from

http://fire.nist.gov/fds/

Hope this helps your efforts. Let me know if you need more info.

Joe Koski
jkoski11@comcast.net





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

* Re: gfortran says to submit bug report
  2004-10-11 16:38 gfortran says to submit bug report Joe Koski
@ 2004-10-11 17:03 ` Andrew Pinski
  2004-10-11 19:03   ` Joe Koski
  2005-09-28 20:54 ` FW: " Joe Koski
  1 sibling, 1 reply; 5+ messages in thread
From: Andrew Pinski @ 2004-10-11 17:03 UTC (permalink / raw)
  To: Joe Koski; +Cc: gcc-bugs


On Oct 11, 2004, at 12:38 PM, Joe Koski wrote:

> backend decl for module variable


This is most likely the same as PR 17917.

Thanks,
Andrew Pinski


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

* Re: gfortran says to submit bug report
  2004-10-11 17:03 ` Andrew Pinski
@ 2004-10-11 19:03   ` Joe Koski
  0 siblings, 0 replies; 5+ messages in thread
From: Joe Koski @ 2004-10-11 19:03 UTC (permalink / raw)
  To: Andrew Pinski; +Cc: gcc-bugs

Andrew,

After reading 17917, I agree. Thanks for your reply.

Joe Koski


on 10/11/04 11:03 AM, Andrew Pinski at pinskia@physics.uc.edu wrote:

> 
> On Oct 11, 2004, at 12:38 PM, Joe Koski wrote:
> 
>> backend decl for module variable
> 
> 
> This is most likely the same as PR 17917.
> 
> Thanks,
> Andrew Pinski
> 



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

* FW: gfortran says to submit bug report
  2004-10-11 16:38 gfortran says to submit bug report Joe Koski
  2004-10-11 17:03 ` Andrew Pinski
@ 2005-09-28 20:54 ` Joe Koski
  2005-09-28 21:02   ` Andrew Pinski
  1 sibling, 1 reply; 5+ messages in thread
From: Joe Koski @ 2005-09-28 20:54 UTC (permalink / raw)
  To: gcc-bugs

[-- Attachment #1: Type: text/plain, Size: 1621 bytes --]

While attempting to compile the NIST FDS4 code (f90 based) I get the
following error and a request to submit a bug report:

jakoski$ gfortran -c -O3 -ffixed-form -fno-underscoring mods.f
mods.f: In function 'lpcoef':
mods.f:5099: error: unrecognizable insn:
(insn 613 612 614 22 (set (reg:DF 729)
        (subreg:DF (mem/s:DC (plus:SI (reg/f:SI 114 virtual-stack-vars)
                    (const_int 56112 [0xdb30])) [1413 equiv.1.cm+32 S16
A64]) 8)) -1 (nil)
    (nil))
mods.f:5099: internal compiler error: in extract_insn, at recog.c:2082
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

The compiler that I am using (and can get) is:

Joe-Koskis-Computer:~/Fortran_Compiles/fds_test_compile_gfortran/compiler
error jakoski$ gfortran -v
Using built-in specs.
Target: powerpc-apple-darwin7.9.0
Configured with: ../gcc/configure --enable-languages=c++,f95
Thread model: posix
gcc version 4.1.0 20050517 (experimental)

I'm running on a dual processor G5 Mac under OS X 10.3.9 with Xcode 1.5
installed. A tar of the mods.f file is attached, and the error can be
reproduced by entering

  gfortran -c -O3 -ffixed-form -fno-underscoring mods.f

The source code and make file (for xlf Fortran) are available as downloads
from

http://fire.nist.gov/fds/

Hope this helps your efforts. Let me know if you need more info. If this is
fixed in CVS, just let me know and I'll try gfortran again in a few months.

Sorry for e-mailing, but I tried bugzilla, and find it totally confusing,
especially the "triplets."

Joe Koski
jkoski11@comcast.net


[-- Attachment #2: mods_f.tar.gz --]
[-- Type: application/octet-stream, Size: 53938 bytes --]

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

* Re: gfortran says to submit bug report
  2005-09-28 20:54 ` FW: " Joe Koski
@ 2005-09-28 21:02   ` Andrew Pinski
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Pinski @ 2005-09-28 21:02 UTC (permalink / raw)
  To: Joe Koski; +Cc: gcc-bugs


On Sep 28, 2005, at 4:53 PM, Joe Koski wrote:

> While attempting to compile the NIST FDS4 code (f90 based) I get the
> following error and a request to submit a bug report:
>
> jakoski$ gfortran -c -O3 -ffixed-form -fno-underscoring mods.f
> mods.f: In function 'lpcoef':
> mods.f:5099: error: unrecognizable insn:
> (insn 613 612 614 22 (set (reg:DF 729)
>         (subreg:DF (mem/s:DC (plus:SI (reg/f:SI 114 virtual-stack-vars)
>                     (const_int 56112 [0xdb30])) [1413 equiv.1.cm+32 S16
> A64]) 8)) -1 (nil)
>     (nil))
> mods.f:5099: internal compiler error: in extract_insn, at recog.c:2082
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
>
> The compiler that I am using (and can get) is:
>
> Joe-Koskis-Computer:~/Fortran_Compiles/fds_test_compile_gfortran/ 
> compiler
> error jakoski$ gfortran -v
> Using built-in specs.
> Target: powerpc-apple-darwin7.9.0
> Configured with: ../gcc/configure --enable-languages=c++,f95
> Thread model: posix
> gcc version 4.1.0 20050517 (experimental)


Can you try a new compiler as the one which you are using is more
than 4 months old and I think this has already been fixed.

Thanks,
Andrew Pinski


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

end of thread, other threads:[~2005-09-28 21:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-11 16:38 gfortran says to submit bug report Joe Koski
2004-10-11 17:03 ` Andrew Pinski
2004-10-11 19:03   ` Joe Koski
2005-09-28 20:54 ` FW: " Joe Koski
2005-09-28 21:02   ` Andrew Pinski

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