|
|
|
|   |
|
|
| Last week most active authors |
| No posts for a week |
|
|
|
  |
|
|
|
|   |
| Last active threads |
Praise for Gfortran (finally)
Started Al Greynolds · Date: Sep 17, 2008 16:14 ·
46 post(s) |
Philadelphia & Southern New Jersey Area Happenings 9/20/08
Started Jerrydread · Date: Sep 19, 2008 19:37 ·
1 post(s) |
- Yippi! Bible Readings today 19-23/9/008 - just another 14-13 weeks approx to Bible Completion -
Started 1st Century Apostolic Traditionalist · Date: Sep 19, 2008 12:41 ·
1 post(s) |
What Privileges Do McCain and Palin Receive Because They're White?
Started Zaroc Stone · Date: Sep 19, 2008 07:22 ·
2 post(s) |
Re: Praise for Gfortran (finally)
Started Phillip Helbig---remove CLOTHES to reply · Date: Sep 19, 2008 02:32 ·
1 post(s) |
The Death of Subject 13 Part 1 of 3
Started Thetaworks · Date: Sep 18, 2008 18:59 ·
1 post(s) |
- Yippi! Bible Readings today 18/9/008 - just another 14 weeks approx to Bible Completion -
Started 1st Century Apostolic Traditionalist · Date: Sep 18, 2008 13:07 ·
1 post(s) |
Re: ...Science Reinvents God... by Stuart Kauffman
Started Brian E. Clark · Date: Sep 11, 2008 09:40 ·
16 post(s) |
Hanoi adises LPDR to make peace with Hmong
Started chaofacandidateforlaopresident · Date: Sep 17, 2008 11:31 ·
2 post(s) |
- Yippi! Bible Readings today 17/9/008 - just another 14 weeks approx to Bible Completion -
Started 1st Century Apostolic Traditionalist · Date: Sep 17, 2008 13:58 ·
1 post(s) |
|
| Last week hot threads |
| No posts for a week |
|
|
|
|
  |
| Latest posts |
Re: Praise for Gfortran (finally)
Group: comp.lang.fortran · Group Profile · Search for praises in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Sep 20, 2008 13:07
Richard Maine wrote: (snip) For example, there was concern in the past about cross compilers having to do things like implement all the intrinsics twice - once for the target environment and once for the compilation environment. That concern contributed towards keeping the list of intrinsics allowed in initialization expressions down. Today, I think the assumption is that if such duplication is needed, it can be done....
Show full article (0.92Kb) |
Re: Praise for Gfortran (finally)
Group: comp.lang.fortran · Group Profile · Search for praises in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Sep 20, 2008 12:58
James Van Buskirk wrote: (snip) The Intel compilers for 64-bit Windows at least used to be cross- compilers in that they ran under 32-bit mode, making it in principle possible to overrun compiler resources for a program that would not exceed runtime resources. One would hope that the code for most programs would fit in 2GB even integer x(10000000000) x=1 write(*,*) x(987654) end will ...
Show full article (1.17Kb) |
Re: Praise for Gfortran (finally)
Group: comp.lang.fortran · Group Profile · Search for praises in comp.lang.fortran
Author: nospam
Date: Sep 20, 2008 12:21
glen herrmannsfeldt <gah@ugcs.caltech.edu> wrote: I could imagine more differences in the results of compile time and run time intrinsic functions. Another reason not to do equality testing of floating point values. Yes, and I think the current thinking is more along exactly those lines - that this is a case of the reasons to avoid dependence on exact equality of floating point things in general, as opposed to a reason to limit...
Show full article (0.72Kb) |
Re: Praise for Gfortran (finally)
Group: comp.lang.fortran · Group Profile · Search for praises in comp.lang.fortran
Author: Gary Scott
Date: Sep 20, 2008 11:13
Richard Maine wrote: Gary Scott <garylscott@sbcglobal.net> wrote: Does someone actually produce a Fortran cross-compiler today? Every time I ask the main cross-compiler vendors (Green Hills, DDC-I), they just laugh at me. Yes. I don't personally do that kind of stuff, so I don't keep up with it, but Fortran cross compilers are bound to exist. Let's see... doing the most obvious thing (googling "fortran ...
Show full article (2.94Kb) |
Re: Praise for Gfortran (finally)
Group: comp.lang.fortran · Group Profile · Search for praises in comp.lang.fortran
Author: James Van Buskirk
Date: Sep 20, 2008 10:55
"Gary Scott" <garylscott@sbcglobal.net> wrote in message news:pG9Bk.735$D32.15@flpi146.ffdc.sbc.com... Does someone actually produce a Fortran cross-compiler today? Every time I ask the main cross-compiler vendors (Green Hills, DDC-I), they just laugh at me. The Intel compilers for 64-bit Windows at least used to be cross- compilers in that they ran under 32-bit mode, making it in principle possible to overrun compiler ...
Show full article (0.90Kb) |
Re: Praise for Gfortran (finally)
Group: comp.lang.fortran · Group Profile · Search for praises in comp.lang.fortran
Author: nospam
Date: Sep 20, 2008 10:29
Gary Scott <garylscott@sbcglobal.net> wrote: Does someone actually produce a Fortran cross-compiler today? Every time I ask the main cross-compiler vendors (Green Hills, DDC-I), they just laugh at me. Yes. I don't personally do that kind of stuff, so I don't keep up with it, but Fortran cross compilers are bound to exist. Let's see... doing the most obvious thing (googling "fortran cross compiler") pretty quickly comes up with...
Show full article (1.65Kb) |
Re: Praise for Gfortran (finally)
Group: comp.lang.fortran · Group Profile · Search for praises in comp.lang.fortran
Author: Gary Scott
Date: Sep 20, 2008 09:41
Richard Maine wrote: Phillip Helbig---remove CLOTHES to reply <helbig@astro.multiCLOTHESvax.de> wrote: In article <1inifpp.1j92xdij344rcN%%nospam@see.signature>, nospam@see.signature (Richard Maine) writes: Phillip Helbig---remove CLOTHES to reply <helbig@astro.multiCLOTHESvax.de> wrote: Shouldn't porting (the compiler) it be trivial? That is, just compile and go? Or is not everything ...
Show full article (2.73Kb) |
Re: Praise for Gfortran (finally)
Group: comp.lang.fortran · Group Profile · Search for praises in comp.lang.fortran
Author: nospam
Date: Sep 20, 2008 09:06
Phillip Helbig---remove CLOTHES to reply <helbig@astro.multiCLOTHESvax.de> wrote: In article <1inifpp.1j92xdij344rcN%%nospam@see.signature>, nospam@see.signature (Richard Maine) writes: Phillip Helbig---remove CLOTHES to reply <helbig@astro.multiCLOTHESvax.de> wrote: Shouldn't porting (the compiler) it be trivial? That is, just compile and go? Or is not everything implemented in the source code of ...
Show full article (2.33Kb) |
Re: Praise for Gfortran (finally)
Group: comp.lang.fortran · Group Profile · Search for praises in comp.lang.fortran
Author: Phillip Helbig---remove CLOTHES to reply
Date: Sep 20, 2008 03:15
In article <1inifpp.1j92xdij344rcN%%nospam@see.signature>, nospam@see.signature (Richard Maine) writes: Phillip Helbig---remove CLOTHES to reply <helbig@astro.multiCLOTHESvax.de> wrote: Shouldn't porting (the compiler) it be trivial? That is, just compile and go? Or is not everything implemented in the source code of the compiler, but instead makes use of system calls etc? Um. Compile with what? Yes, after ...
Show full article (1.00Kb) |
Philadelphia & Southern New Jersey Area Happenings 9/20/08
Group: rec.music.reggae · Group Profile · Search for praises in rec.music.reggae
Author: Jerrydread
Date: Sep 19, 2008 19:37
... PA music by Platinum Vibes and Ghetto Vibes 10pm to 4am  267-230-5431 Celebration of Praise Gospel Festival at Auditorium Park Square Ocean Park NJ A free multicultural family friendly festival featuring  eclectic, ... PA music by Platinum Vibes and Ghetto Vibes 10pm to 4am  267-230-5431 Celebration of Praise Gospel Festival at Auditorium Park Square Ocean Park NJ A free multicultural family friendly festival featuring  eclectic, ...
Show full article (12.40Kb) |
|
|
|