Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: G77


Related Topics
Nb

In the News (Fri 25 Dec 09)

  
  GNU Fortran 77 (g77) Legacy Site
As with all free software, GNU Fortran, or g77, will continue to progress and evolve as directed by those who take the time and make the effort to test, fix, and improve it.
Since I'll no longer be working as a volunteer on g77 beyond GCC 2.95, it is no longer appropriate to donate funds to me with the idea that they'll fund future development.
Many past (pre-1998) contributors to g77 received goodies as a means of saying "thanks".
www.kilmnj.com /g77   (816 words)

  
  Al Jazeera English - Archive   (Site not responding. Last check: 2007-10-30)
Ahmia said the last G77 summit in Havana in 2000 approved the creation of a "solidarity fund, which is currently functioning within the framework of the United Nations".
On the political front, participants at the G77 summit were due to attempt to gather support for UN reforms that would "take into consideration the interests of the south", one official said.
G77 foreign ministers were also expected to draft a plan of action to be submitted to the Doha conference, in which the group will denounce Washington's unilateral sanctions against Syria and Cuba.
english.aljazeera.net /NR/exeres/BB53024B-B595-415D-AF98-F068FDB7954B.htm   (552 words)

  
 Info Node: (g77.info)News
`g77' now warns about a reference to a function when the corresponding *subsequent* function program unit disagrees with the reference concerning the type of the function.
Fix `g77' version of `libf2c' so it no longer produces a spurious `I/O recursion' diagnostic at run time when an I/O operation (such as `READ *,I') is interrupted in a manner that causes the program to be terminated via the `f_exit' routine (such as via `C-c').
`g77' and `gcc' now do a somewhat better job detecting and diagnosing arrays that are too large to handle before these cause diagnostics during the assembler or linker phase, a compiler crash, or generation of incorrect code.
www.go.dlr.de:8081 /cgi-bin/info2www?(g77)News   (6126 words)

  
 YoLinux.com Manpage: g77
All gcc and g77 options are accepted both by g77 and by gcc (as well as any other drivers built at the same time, such as g++), since adding g77 to the gcc distribution enables acceptance of g77 options by all of the relevant drivers.
In future versions of g77 we hope to improve naming and linking issues so that debugging always involves using the names as they appear in the source, even if the names as seen by the linker are mangled to prevent accidental linking between procedures with incompatible interfaces.
As of version 0.5.18, g77 normally treats "DATA" and other state- ments that are used to specify initial values of zero for vari- ables and arrays as if no values were actually specified, in the sense that no diagnostics regarding multiple initializations are produced.
node1.yo-linux.com /cgi-bin/man2html?cgi_command=g77   (6353 words)

  
 g77
Note that g77 implements a fairly general form of backslash pro- cessing that is incompatible with the narrower forms supported by some other compilers.
However, because the "libg2c" library uses f2c calling conventions, g77 rejects attempts to pass intrinsics implemented by routines in this library as actual arguments when -fno-f2c is used, to avoid bugs when they are actually called by code expecting the GNU call- ing conventions to work.
As of version 0.5.18, g77 normally treats "DATA" and other state- ments that are used to specify initial values of zero for variables and arrays as if no values were actually specified, in the sense that no diagnostics regarding multiple initializations are pro- duced.
www.uni-kiel.de /rz/altix-doc/man_html/man1/g77.1.html   (5415 words)

  
 Info: (g77) News
In `EGCS' 1.1 versus `g77' 0.5.23: ================================== * Fix a code-generation bug that afflicted Intel x86 targets when `-O2' was specified compiling, for example, an old version of the `DNRM2' routine.
Features that have been dropped from this version of `g77' due to their being implemented via `g77'-specific patches to the `gcc' back end in previous releases include: - Support for the C-language `restrict' keyword.
* `g77' and `gcc' now do a somewhat better job detecting and diagnosing arrays that are too large to handle before these cause diagnostics during the assembler or linker phase, a compiler crash, or generation of incorrect code.
www.cit.gu.edu.au /teaching/2105CIT/cgi-bin/info2html.cgi?(g77)News   (6815 words)

  
 GNU g77,Intel and OpenWatcom Fortran Installation for use with NONMEM
This option is always recommended when using g77 on DOS based systems because it allows the standard DOS path delimiter "\" to be used when specifying file locations.
g77 is part of a larger collection of software primarily orientated around the gcc C compiler.
This output indicates that your g77 or ivf compiler is probably installed properly for use with NONMEM.
wfn.sourceforge.net /g77inst.htm   (586 words)

  
 Info Node: (g77.info)Changes
User-visible Changes ******************** This chapter describes changes to `g77' that are visible to the programmers who actually write and maintain Fortran code they compile with `g77'.
Information on changes to installation procedures, changes to the documentation, and bug fixes is not provided here, unless it is likely to affect how users use `g77'.
When the `-W' option is specified, `gcc', `g77', and other GNU compilers that incorporate the `gcc' back end as modified by `g77', issue a warning about integer division by constant zero.
www.go.dlr.de:8081 /cgi-bin/info2www?(g77)Changes   (2819 words)

  
 USF+AngSysWis: info (g77)News   (Site not responding. Last check: 2007-10-30)
The `libf2c.a' library produced by `g77' has been renamed to `libg2c.a'.
`g77' no longer produces incorrect code and initial values for `EQUIVALENCE' and `COMMON' aggregates that, due to "unnatural" ordering of members vis-a-vis their types, require initial padding.
This change applies only to global (filewide) analysis, making it consistent with how `g77' actually generates code for these cases.
www.usf.uni-osnabrueck.de:8880 /cgi-bin/info?(g77)News   (6126 words)

  
 G77 library workaround   (Site not responding. Last check: 2007-10-30)
We have become aware of a problem in the g77 IO library.
This bug exists in the g77 libraries as shipped with all RedHat 6 and 7 versions, and probably many other Linux distributions.
Basically, if your g77 is 2.x instead of 3.x, you need to fix this problem.
www.msg.ameslab.gov /GAMESS/g77bug/g77bug.html   (245 words)

  
 g77 Help
The g77 compiler is designed to be portable, and there are implementations on a wide variety of systems including Linux, other Unixes, OS/2, MS-DOS and Windows 95/98 and Windows NT.
The command G77 will compile and link your program and produce an executable that can only be run under Windows 95 or Windows NT, not under DOS (nor in a DOS box of Windows 3.1x) There are various command options (see below) which need to be specified before the name of the program file(s).
G77 supports, even under Windows 95/98/NT, most of the routines commonly used to access system services on Unix.
myweb.lmu.edu /dmsmith/g77Help.html   (1965 words)

  
 Choike - G77 Ministers voice concerns on UN reform
Opening the meeting, Aziz Pahad, Deputy Foreign Minister of South Africa (which currently chairs the New York chapter of the G77 and China) said the pecial Ministerial Meeting was held to discuss urgent issues in the UN that have arisen since the last G77 Ministerial in September 2005.
For the G77 and China, strengthening the UN is a collective agenda, and every Member State must be heard and respected during this reform process irrespective of the contributions made to the budget of the organization.
He said he was extremely disturbed by efforts to portray the G77 as an obstacle to reform, whereas for the G77 reform is a collective agenda where the process is owned by all member states, and all states should have equal roles in monitoring activities related to the reform.
www.choike.org /nuevo_eng/informes/4473.html   (2773 words)

  
 SciDev.Net
However, Moawad is disappointed that five years after the first G77 South Summit, held in Havana, Cuba in 2000, little progress has been made in South-South science and technology cooperation.
To ensure transparency, the board overseeing the distribution of funds will be made of members from seven of the richer G77 countries that will not need the fund's assistance.
Some 80 per cent of the world's population lives in G77 countries, but their combined gross domestic product is only about 40 per cent of global total.
www.scidev.net /gateways/index.cfm?fuseaction=readitem&rgwid=2&item=News&itemid=2172&language=1   (677 words)

  
 G77
The minimal set of G77 v0.5.25 for Win32 (Windows 95/98/Me and Windows NT/2000/XP) consists of the Fortran-specific executables and libraries of the EGCS project, as ported to the Win32 environment by Mr Mummit Khan (this is the so-called GNU-MinGW32 variety that uses DLLs that exist in all basic Windows 95/98/Me and Windows NT4/2000/XP installations.)
g77doc.zip (301Kb),the archive that contains the G77 documentation.
Note that this documentation is in HTML format, so it can be read using any web browser such as Netscape or Microsoft Internet Explorer.
www.geocities.com /Athens/Olympus/5564/g77.htm   (289 words)

  
 G77 Ministers 'message' to Seattle WTO meet
Marrakech 16 Sept -- The Ministers of the G77 have issued a declaration in Marrakech formulating wide-ranging proposals on the future negotiations in the WTO.
In the declaration and message the G77 Ministers said they are strongly committed to liberal and open trade policies which integrate the development dimension.
The G77 Ministers also said they were convinced of the need for differential and more favourable treatment of developing countries.
www.twnside.org.sg /title/makhor6-cn.htm   (1159 words)

  
 GNU Fortran 77 (g77) Legacy Site   (Site not responding. Last check: 2007-10-30)
As with all free software, GNU Fortran, or g77, will continue to progress and evolve as directed by those who take the time and make the effort to test, fix, and improve it.
GNU Fortran (g77) is developed, tested, and also used by a large number of people around the world.
Work on g77 currently is mostly within the domain of the GCC project, which is producing versions of GCC starting with 2.95.
world.std.com /~burley/g77.html   (947 words)

  
 Khaleej Times Online - G77 ministers to tackle economy, UN reform
DOHA — Foreign ministers of the Group of 77 plus China met yesterday ahead of a summit of the largest Third World coalition due to discuss UN reform and measures to strengthen their developing economies.
Participants told AFP that G77 experts meetings in Doha since Sunday have discussed the possible creation of a banking institution for southern countries after a proposal by Arab Gulf monarchies.
Ahmia gave a cautious welcome to the decision of the G8 leading industrialised countries to wipe out the debts of the planet’s 18 poorest states, amounting to about 40 billion dollars.
www.khaleejtimes.com /DisplayArticle.asp?xfile=data/business/2005/June/business_June319.xml§ion=business   (581 words)

  
 News - Using and Porting GNU Fortran
Roger Sayle (roger@eyesopen.com) fixed the remaining problems with regard to the support of INTEGER*8, INTEGER*2 and INTEGER*1 as a fallout of fixing PR 8485.
g77 -v -c -xf77-version /dev/null -xnone causes ice
Robert Anderson (rwa@alumni.princeton.edu) thought up a two line change that enables g77 to compile such code as:
gcc.gnu.org /onlinedocs/gcc-3.4.6/g77/News.html   (4277 words)

  
 The g77 Page   (Site not responding. Last check: 2007-10-30)
GNU Fortran, or g77, is designed initially as a free replacement for, or alternative to, the UNIX f77 command.
The g77 compiler is a combination of a front end that translates Fortran source programs and a back end that uses the results of the translation to make an object or executable file that performs the actions specified by the source programs when run.
However, g77 is unable to offer some popular extensions that aren't supported by f2c-compatible libraries, and the interface to the libraries isn't necessarily a high-performance design.
www-rocq.inria.fr /~kern/G77/g77.html   (444 words)

  
 People's Daily Online -- Roundup: G77 plus China summit stresses South-South cooperation
The second summit of the Group of 77 (G77) plus China kicked off in Qatari capital of Doha on Wednesday to focus on ways to promote South-South cooperation in addition to South-North ties.
He pointed out that there were two major reasons for the limited success of the G77, namely the failure to provide financial resources to deliver the development objectives and lack of provision of institutional mechanisms at the economic and technical levels.
Cooperation among developing countries has qualified G77 with their economic weight to be an active partner in the world economic arena, he said.
english.peopledaily.com.cn /200506/16/eng20050616_190585.html   (751 words)

  
 UNIX man pages : g77 ()   (Site not responding. Last check: 2007-10-30)
This option is supplied automatically when -v or gcc-3.4.4 Last change: 2005-05-19 4 GNU G77(1) --verbose is specified as a command-line option for g77 or gcc and when the resulting commands compile Fortran source files.
The meaning of this option is likely to be refined as future versions of g77 provide more compatibility with other existing and obsolete Fortran implementations.
With -fno-backslash, it specifies four characters, A, \, n, and B. Note that g77 implements a fairly general form of backslash processing that is incompatible with the narrower forms supported by some other compilers.
www.cs.umbc.edu /cgi-bin/man-cgi?g77   (1747 words)

  
 g77(1): GNU project Fortran 77 compiler - Linux man page
Note that g77 implements a fairly general form of backslash processing that is incompatible with the narrower forms supported by some other compilers.
Although such loops can be written to work in the ``obvious'' way, the way g77 is required by the Fortran standard to interpret such code is likely to be quite different from the way many programmers expect.
Caution: Future versions of g77 might disregard this option (and its negative form, the default) or interpret it somewhat differently.
www.die.net /doc/linux/man/man1/g77.1.html   (5589 words)

  
 Fortran - GNU Project - Free Software Foundation (FSF)
For info on G77, now integrated into the GNU Compiler Collection (GCC), see the online g77 documentation.
Important: To build g77, you must have a source distribution of gcc.
Also, unless you are an expert, avoid using any distribution of gcc not identical to the one distributed by the FSF.
www.gnu.org /software/fortran/fortran.html   (136 words)

  
 WWF - An Analysis of the Role of OPEC as a G77 Member at the UNFCCC
This has led them to oppose greenhouse gas reductions, disrupt the whole negotiation process (by asking for equal progress on all issues) or by holding certain issues that are important to other G77 countries (e.g., adaptation) hostage by linking progress on them to progress on the impacts of response measures.
OPEC and in particular Saudi Arabia are not particularly well viewed by G77 delegates because of the tactics they have used in the negotiations: controlling the process and agenda items; misrepresentation of G77 positions, etc. Their tactics have implications for all Parties, even OPEC member states.
For many G77 groups such as AOSIS, LDCs, the African Group and other vulnerable developing countries the implications are much more significant as issues that are important to them (assistance for adaptation) are not advancing because they are linked to OPEC issues such as response measures.
www.panda.org /about_wwf/what_we_do/climate_change/publications/index.cfm?uNewsID=17192&uLangID=1   (394 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.