public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "h dot m dot brand at xs4all dot nl" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/26508] 4.1.0 doesn't build in 64bit on PA-RISC
Date: Wed, 01 Mar 2006 13:45:00 -0000	[thread overview]
Message-ID: <20060301134527.18790.qmail@sourceware.org> (raw)
In-Reply-To: <bug-26508-11434@http.gcc.gnu.org/bugzilla/>



------- Comment #4 from h dot m dot brand at xs4all dot nl  2006-03-01 13:45 -------
(temporary) workaround:

.../obj-64/gcc > cat xx.c
int _not_called_but_just_to_force_ref ()
{
    __deregister_frame_info ();
    __register_frame_info ();
    return (0);
    } /* ... */
.../obj-64/gcc > stage1/xgcc -Bstage1/
-B/usr/local/pa20_64/hppa64-hp-hpux11.11/bin/ -c -o xx.o xx.c
.../obj-64/gcc > stage1/xgcc \
    -Bstage1/ -B/usr/local/pa20_64/hppa64-hp-hpux11.11/bin/ \
    -g -O2 \
    -DIN_GCC \
    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
    -pedantic \
    -Wno-long-long -Wno-variadic-macros -Wold-style-definition
-Wmissing-format-attribute \
    -DHAVE_CONFIG_H -DGENERATOR_FILE \
    -o build/gencodes \
    build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o \
    build/min-insn-modes.o build/gensupport.o build/insn-conditions.o \
    build/print-rtl.o build/errors.o xx.o \
    ../build-hppa64-hp-hpux11.11/libiberty/libiberty.a \
    stage1/libgcc.a
.../obj-64/gcc >

makes gencodes work again.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26508


  parent reply	other threads:[~2006-03-01 13:45 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-01 12:32 [Bug c/26508] New: " h dot m dot brand at xs4all dot nl
2006-03-01 12:56 ` [Bug target/26508] " h dot m dot brand at xs4all dot nl
2006-03-01 13:04 ` pinskia at gcc dot gnu dot org
2006-03-01 13:15 ` h dot m dot brand at xs4all dot nl
2006-03-01 13:45 ` h dot m dot brand at xs4all dot nl [this message]
2006-03-01 14:37 ` pinskia at gcc dot gnu dot org
2006-03-01 15:01 ` h dot m dot brand at xs4all dot nl
2006-03-01 15:21 ` h dot m dot brand at xs4all dot nl
2006-03-01 15:54 ` h dot m dot brand at xs4all dot nl
2006-03-02 17:47 ` steven at gcc dot gnu dot org
2006-03-05 15:51 ` pinskia at gcc dot gnu dot org
2006-03-05 16:46 ` h dot m dot brand at xs4all dot nl
2006-03-11 15:14 ` danglin at gcc dot gnu dot org
2006-03-11 17:12 ` h dot m dot brand at xs4all dot nl
2006-03-11 19:00 ` h dot m dot brand at xs4all dot nl
2006-03-11 23:57 ` dave at hiauly1 dot hia dot nrc dot ca
2006-03-12  0:29 ` dave at hiauly1 dot hia dot nrc dot ca
2006-03-12 12:26 ` h dot m dot brand at xs4all dot nl
2006-03-12 22:05 ` dave at hiauly1 dot hia dot nrc dot ca
2006-03-13 18:03 ` h dot m dot brand at xs4all dot nl
2006-03-13 18:10 ` dave at hiauly1 dot hia dot nrc dot ca
2006-03-23 17:49 ` dave at hiauly1 dot hia dot nrc dot ca
2006-03-23 18:11 ` h dot m dot brand at xs4all dot nl
2006-04-09 18:32 ` danglin at gcc dot gnu dot org
2006-04-09 18:56 ` danglin at gcc dot gnu dot org
2006-04-09 20:39 ` danglin at gcc dot gnu dot org

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=20060301134527.18790.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).