public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* libI77 fmt uncleanliness
@ 1997-08-30  5:06 Richard Henderson
  1997-08-30  5:14 ` Results for haifa-disabled egcs-970828 g++ testsuite on sparc-sun-solaris2.5 Alexandre Oliva
  1997-09-04  9:46 ` libI77 fmt uncleanliness Craig Burley
  0 siblings, 2 replies; 5+ messages in thread
From: Richard Henderson @ 1997-08-30  5:06 UTC (permalink / raw)
  To: egcs

I77's fmt.h defines struct syl as

     struct syl { int op, p1, p2, p3; }

and then goes off and does things like

     *(char **)&sp->p2 = s + 1;

which is broken for 64-bit hosts.

Am I correct in assuming that the fortran front end
knows about the layout of these structures?  What
would I have to modify to change to

     typedef int syl_int __attribute__((mode(pointer)));
     struct syl { syl_int op, p1, p2, p3; };


r~

^ permalink raw reply	[flat|nested] 5+ messages in thread
* libg++?
@ 1997-08-30 11:27 Chip Salzenberg
  1997-08-30 12:00 ` libI77 fmt uncleanliness Dave Love
  0 siblings, 1 reply; 5+ messages in thread
From: Chip Salzenberg @ 1997-08-30 11:27 UTC (permalink / raw)
  To: egcs

Could someone please explain the relationships among libio, libstd++, and
libg++?  And given all the activity in C++, could someone explain why
libg++ hasn't been modified since 14 February 1997 (version 2.8.0b6)?
-- 
Chip Salzenberg          - a.k.a. -           
 (Roller coaster on camera:)  "Wow, this square quarter mile
    has unbelievably good light rail transit!"  // MST3K

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1997-09-05 12:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-08-30  5:06 libI77 fmt uncleanliness Richard Henderson
1997-08-30  5:14 ` Results for haifa-disabled egcs-970828 g++ testsuite on sparc-sun-solaris2.5 Alexandre Oliva
1997-09-04  9:46 ` libI77 fmt uncleanliness Craig Burley
1997-09-05 12:50   ` Richard Henderson
1997-08-30 11:27 libg++? Chip Salzenberg
1997-08-30 12:00 ` libI77 fmt uncleanliness Dave Love

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).