public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: "EXT-MOORE, JERRY" <Jerry.Moore@SW.Boeing.com>
To: "'gcc@gcc.gnu.org'" <gcc@gcc.gnu.org>
Subject: gcc 2.95.2
Date: Tue, 30 Jan 2001 10:15:00 -0000	[thread overview]
Message-ID: <21355C789CEED21180CC00805FA7895701E65CBA@xch-irv-02.tx.boeing.com> (raw)

I downloaded your precompiled version of gcc on HP-UX 11.0 clean install.
I get the following error messages when trying to compile a simple 18 line
source which 
is a test.

# gcc -o rand rand.c
as: "/var/tmp/ccfeGsvc.s", line 25: error 1052: Directive name not
recognized -NSUBSPA
as: "/var/tmp/ccfeGsvc.s", line 61: warning 36: Use of %fr22L is incorrect
for the current LEVEL of 1.0
as: "/var/tmp/ccfeGsvc.s", line 63: warning 36: Use of %fr24L is incorrect
for the current LEVEL of 1.0
as: "/var/tmp/ccfeGsvc.s", line 64: warning 36: Use of %fr24L is incorrect
for the current LEVEL of 1.0
as: "/var/tmp/ccfeGsvc.s", line 64: warning 36: Use of %fr22L is incorrect
for the current LEVEL of 1.0
as: "/var/tmp/ccfeGsvc.s", line 64: warning 36: Use of %fr23 is incorrect
for the current LEVEL of 1.0
as: "/var/tmp/ccfeGsvc.s", line 64: warning 36: Use of XMPYU is incorrect
for the current LEVEL of 1.0
as: "/var/tmp/ccfeGsvc.s", line 65: warning 36: Use of %fr23L is incorrect
for the current LEVEL of 1.0



Source:
#include <stdio.h>
#include <stdlib.h>
#include <time.h>

main()
{
        int i,y;
        int rand();
        int k;
        double x;

        srand(time(NULL));

        for (i = 1; i<7; i++)
        {
        printf("\nThe number is %d\n", rand()%55);
        }
}



             reply	other threads:[~2001-01-30 10:15 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-30 10:15 EXT-MOORE, JERRY [this message]
2001-01-30 13:56 ` Alexandre Oliva
     [not found] </prmd=kp/o=notes/s=Maznabi/g=Sally/i=S/"@MHS>
2001-05-16 15:28 ` Sally S Maznabi
2001-05-16 17:35 ` David Edelsohn
     [not found] <no.id>
2001-05-16 16:22 ` Joe Buck
  -- strict thread matches above, loose matches on Subject: below --
2000-12-04  3:26 GCC 2.95.2 c958179
2000-12-04  2:01 c958179
2000-12-04  2:05 ` Bo Thorsen
2000-11-30  6:01 c958179
2000-11-30 13:27 ` Erik Mouw
2000-11-30 14:34   ` Zack Weinberg
2000-10-02  7:53 gcc 2.95.2 Michael Clifford
     [not found] ` <20001002171956.A5262@napalm.go.cz>
2000-10-02 16:10   ` Michael Clifford
2000-10-02 16:28     ` Robert Boehne
2000-10-02 22:53 ` Alexandre Oliva
2000-01-12  3:32 GCC 2.95.2 Rainer Drath
1999-10-27  8:29 Dana, Eric
1999-10-27 12:39 ` Jeffrey A Law
1999-10-31 23:35   ` Jeffrey A Law
1999-10-27 12:40 ` Alexandre Oliva
1999-10-31 23:35   ` Alexandre Oliva
1999-10-31 23:35 ` Dana, Eric

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=21355C789CEED21180CC00805FA7895701E65CBA@xch-irv-02.tx.boeing.com \
    --to=jerry.moore@sw.boeing.com \
    --cc=gcc@gcc.gnu.org \
    /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).