public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "v dot haisman at sh dot cvut dot cz" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ada/23487] Assignment from incompatible pointer warning in __gnat_install_handler kills bootstrap
Date: Fri, 19 Aug 2005 20:11:00 -0000	[thread overview]
Message-ID: <20050819195704.22987.qmail@sourceware.org> (raw)
In-Reply-To: <20050819192439.23487.v.haisman@sh.cvut.cz>


------- Additional Comments From v dot haisman at sh dot cvut dot cz  2005-08-19 19:57 -------
More of the same:

*** link.c.~1.16.~	Fri Jul  8 12:45:47 2005
--- link.c	Fri Aug 19 21:55:40 2005
***************
*** 154,166 ****
  const char *__gnat_object_library_extension = ".a";
  
  #elif defined (__FreeBSD__)
! char *__gnat_object_file_option = "";
! char *__gnat_run_path_option = "-Wl,-rpath,";
  char __gnat_shared_libgnat_default = STATIC;
  int __gnat_link_max = 8192;
  unsigned char __gnat_objlist_file_supported = 1;
  unsigned char __gnat_using_gnu_linker = 1;
! char *__gnat_object_library_extension = ".a";
  
  #elif defined (linux)
  const char *__gnat_object_file_option = "";
--- 154,166 ----
  const char *__gnat_object_library_extension = ".a";
  
  #elif defined (__FreeBSD__)
! const char *__gnat_object_file_option = "";
! const char *__gnat_run_path_option = "-Wl,-rpath,";
  char __gnat_shared_libgnat_default = STATIC;
  int __gnat_link_max = 8192;
  unsigned char __gnat_objlist_file_supported = 1;
  unsigned char __gnat_using_gnu_linker = 1;
! const char *__gnat_object_library_extension = ".a";
  
  #elif defined (linux)
  const char *__gnat_object_file_option = "";


-- 


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


  parent reply	other threads:[~2005-08-19 19:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-19 19:29 [Bug bootstrap/23487] New: " v dot haisman at sh dot cvut dot cz
2005-08-19 19:51 ` [Bug ada/23487] " pinskia at gcc dot gnu dot org
2005-08-19 19:57 ` v dot haisman at sh dot cvut dot cz
2005-08-19 20:11 ` v dot haisman at sh dot cvut dot cz [this message]
2005-08-19 20:12 ` v dot haisman at sh dot cvut dot cz
2005-08-19 20:18 ` v dot haisman at sh dot cvut dot cz
2005-09-01 10:42 ` charlet at gcc dot gnu dot org
     [not found] <bug-23487-629@http.gcc.gnu.org/bugzilla/>
2005-10-25 20:16 ` pinskia at gcc dot gnu dot org
2007-11-20 13:56 ` sam at rfc1149 dot net
2007-11-21 13:50 ` charlet 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=20050819195704.22987.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).