This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

automatic arrays reportedly working on HP-UX systems


Committed.

        tq vm, (burley)


Thu May  6 08:23:52 1999  Craig Burley  <craig@jcb-sc.com>

	* bugs.texi, news.texi: Automatic arrays reportedly working
	on HP-UX systems.

*** g77-e/gcc/f/bugs.texi.~1~	Mon Apr 19 18:41:59 1999
--- g77-e/gcc/f/bugs.texi	Thu May  6 08:22:53 1999
***************
*** 10,14 ****
  @set copyrights-bugs 1995-1999
  
! @set last-update-bugs 1999-04-20
  
  @include root.texi
--- 10,14 ----
  @set copyrights-bugs 1995-1999
  
! @set last-update-bugs 1999-05-06
  
  @include root.texi
*************** The following information was last updat
*** 98,111 ****
  
  @itemize @bullet
- @item
- @c Tim Prince discovered this.
- Automatic arrays possibly aren't working on HP-UX systems,
- at least in HP-UX version 10.20.
- Writing into them apparently causes over-writing
- of statically declared data in the main program.
- This probably means the arrays themselves are being under-allocated,
- or pointers to them being improperly handled,
- e.g. not passed to other procedures as they should be.
- 
  @item
  @code{g77} fails to warn about
--- 98,101 ----
*** g77-e/gcc/f/news.texi.~1~	Mon May  3 18:50:07 1999
--- g77-e/gcc/f/news.texi	Thu May  6 08:23:48 1999
***************
*** 10,14 ****
  @set copyrights-news 1995-1999
  
! @set last-update-news 1999-05-03
  
  @include root.texi
--- 10,14 ----
  @set copyrights-news 1995-1999
  
! @set last-update-news 1999-05-06
  
  @include root.texi
*************** of the same assignment
*** 174,177 ****
--- 174,183 ----
  It now assigns through a temporary,
  in cases where such partial overlap is deemed possible.
+ @end ifclear
+ 
+ @ifclear USERVISONLY
+ @item
+ @c Tim Prince reported this, regarding the TEST_FPU benchmark.
+ Automatic arrays now seem to be working on HP-UX systems.
  @end ifclear
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]