public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Manfred Hollstein <manfred@s-direktnet.de>
To: nix@esperi.demon.co.uk
Cc: egcs@egcs.cygnus.com
Subject: Re: [PATCH] for latest libg++ build failures, and some warning patches
Date: Sat, 12 Dec 1998 14:45:00 -0000	[thread overview]
Message-ID: <13938.50832.963758.125096@saturn.hollstein.net> (raw)
In-Reply-To: <13938.36195.778277.940562@loki.wkstn.nix>

On Sat, 12 December 1998, 15:36:03, nix@esperi.demon.co.uk wrote:

 > Manfred Hollstein writes:
 > > Cool, thanks for your contribution.  I'll put it into the next snapshot.
 > 
 > And, you'll never guess what, it still doesn't build, there were more
 > of the little buggers. I've actually done a `make check' in libg++/etc 
 > this time, and that builds, so this should be all of them.

Hey, what are you doing? I've built libg++ on various systems myself!?!?!

 > 
 > Nice to see a g++ stamping on implicit int at last, I must say.

That's a very big improvement, indeed.

 > 
 > 1998-12-12  Nix  <nix@esperi.demon.co.uk>
 > 
 > 	* benchmarks/dhrystone.cc(Proc0): Remove unused variable.
 > 	  (main): Do not rely on implicit int.
 > 	* PlotFile3D/tPlotFile3D.cc(main): Likewise.
 > 	* trie-gen/compact.cc(CompactMatrix::CompactMatrix):
 > 	  Order initializer as in field declaration.
 > 
 > *** libg++/etc/benchmarks/dhrystone.cc.orig	Sat Dec 12 15:17:04 1998
 > --- libg++/etc/benchmarks/dhrystone.cc	Sat Dec 12 15:20:49 1998
 > ***************
 > *** 416,421 ****
 > --- 416,422 ----
 >   
 >   /*end - dl */
 >   
 > + int
 >   main()
 >   {
 >   	Proc0();
 > ***************
 > *** 439,445 ****
 >   	OneToFifty		IntLoc1;
 >   	REG OneToFifty		IntLoc2;
 >   	OneToFifty		IntLoc3;
 > - 	REG char		CharLoc;
 >   	REG char		CharIndex;
 >   	Enumeration	 	EnumLoc;
 >   	String30		String1Loc;
 > --- 440,445 ----
 > *** libg++/etc/PlotFile3D/tPlotFile3D.cc.orig	Sat Dec 12 15:22:07 1998
 > --- libg++/etc/PlotFile3D/tPlotFile3D.cc	Sat Dec 12 15:22:50 1998
 > ***************
 > *** 1,4 ****
 > --- 1,5 ----
 >   #include <PlotFile3D.h>
 > + int
 >   main()
 >   {
 >     PlotFile3D foo("test.pl");
 > *** libg++/etc/trie-gen/compact.cc.orig	Sat Dec 12 15:24:13 1998
 > --- libg++/etc/trie-gen/compact.cc	Sat Dec 12 15:26:49 1998
 > ***************
 > *** 57,63 ****
 >      handle matrices with fixed, but arbitrary-sized columns and rows. */
 >   
 >   Compact_Matrix::Compact_Matrix (ITEM_TYPE *mat, int rows, int cols):
 > !      matrix (mat), max_rows (rows), total_cols (cols), current_rows (rows)
 >   {
 >     init (rows);
 >   
 > --- 57,63 ----
 >      handle matrices with fixed, but arbitrary-sized columns and rows. */
 >   
 >   Compact_Matrix::Compact_Matrix (ITEM_TYPE *mat, int rows, int cols):
 > !      total_cols (cols), current_rows (rows), max_rows (rows), matrix (mat)
 >   {
 >     init (rows);
 >   
 > 
 > 
 > -- 
 > `Anyone who says you can have a lot of widely dispersed people hack
 >  away on a complicated piece of code and avoid total anarchy has never
 >  managed a software project.' - Andy Tanenbaum in 1992 on comp.os.minix
 > 

  reply	other threads:[~1998-12-12 14:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <13938.24459.907055.491437@loki.wkstn.nix>
1998-12-12 14:36 ` Manfred Hollstein
1998-12-12 15:20   ` Nix
1998-12-12 14:45     ` Manfred Hollstein [this message]
1998-12-12 16:55       ` Nix
1998-12-13  7:28         ` Manfred Hollstein
1998-12-13  8:09           ` Nix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=13938.50832.963758.125096@saturn.hollstein.net \
    --to=manfred@s-direktnet.de \
    --cc=egcs@egcs.cygnus.com \
    --cc=nix@esperi.demon.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).