Re: [wwwdocs] List new Fortran options under Fortran section

2012-01-22 Thread Gerald Pfeifer
On Wed, 18 Jan 2012, Tobias Burnus wrote:
 Looks OK to me. Though, I had made the N and M italic at:

 +code-freal-N-real-M/code/a  have been added.  These options promote
 and
 +codeN/code  andcodeM/code  can be 4 and 8 and, if available,

Something like

  code-freal-emN/em-real-emM/em/code/a have been added.  
  These options promote and emN/em and emM/em can be 4 and 8
  and, if available...

?  Yes, that would be nice.

 No, there is no ChangeLog - and due to using CVS, the commit message 
 (may but) does not need to contain file name as cvs saves the log per 
 file.

Yep.  Just something like
  Document -freal-N-real-M and -finteger-4-integer-8.
would be fine.  If you prefer a changelog entry like we do for code,
that's fine as well, though. :-)

Gerald


[wwwdocs] List new Fortran options under Fortran section

2012-01-18 Thread Steve Kargl
The attached patch documents the new Fortran options
-freal-N-real-M and -finteger-4-integer-8.  These
options are used for promoting all entities of the 
first type to entities of the second type.

OK to commit?

PS: Is there a ChangeLog file for the wwwdoc repository?

-- 
Steve
Index: changes.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.74
diff -c -p -r1.74 changes.html
*** changes.html	16 Jan 2012 08:39:01 -	1.74
--- changes.html	18 Jan 2012 18:05:27 -
*** well./p/li
*** 421,426 
--- 421,439 
  
  h3 id=fortranFortran/h3
ul
+ liThe compile options a
+   href=http://gcc.gnu.org/onlinedocs/gfortran/Fortran-Dialect-Options.html#Fortran-Dialect-Options
+   code-freal-N-real-M/code/a have been added.  These options promote
+   all entities on type codeREAL(N)/code to codeREAL(M)/code, where
+   codeN/code and codeM/code can be 4 and 8 and, if available,
+   10 and 16.
+ /li
+ li The compile option a
+   href=http://gcc.gnu.org/onlinedocs/gfortran/Fortran-Dialect-Options.html#Fortran-Dialect-Options
+   code-finteger-4-integer-8/code/a has been added.  This option
+   promotes all entities of type codeINTEGER(4)/code to
+   codeINTEGER(8)/code.
+ /li
  liThe compile flag a
href=http://gcc.gnu.org/onlinedocs/gfortran/Code-Gen-Options.html#index-g_t_0040code_007bfstack_002darrays_007d-254;
code-fstack-arrays/code/a has been added, which causes


Re: [wwwdocs] List new Fortran options under Fortran section

2012-01-18 Thread Tobias Burnus

Steve Kargl wrote:

The attached patch documents the new Fortran options
-freal-N-real-M and -finteger-4-integer-8.  These
options are used for promoting all entities of the
first type to entities of the second type.

OK to commit?


Looks OK to me. Though, I had made the N and M italic at:

+code-freal-N-real-M/code/a  have been added.  These options promote
and
+codeN/code  andcodeM/code  can be 4 and 8 and, if available,



PS: Is there a ChangeLog file for the wwwdoc repository?


No, there is no ChangeLog - and due to using CVS, the commit message 
(may but) does not need to contain file name as cvs saves the log per file.


Tobias