public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/19797] [4.0/4.1 Regression] g++.dg/abi/inline1.C fails on hppa*-*-hpux*
Date: Sat, 05 Mar 2005 01:41:00 -0000	[thread overview]
Message-ID: <20050305014106.21038.qmail@sourceware.org> (raw)
In-Reply-To: <20050207000300.19797.jsm28@gcc.gnu.org>


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-05 01:41 -------
Subject: Bug 19797

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	danglin@gcc.gnu.org	2005-03-05 01:40:48

Modified files:
	gcc            : ChangeLog 
	gcc/testsuite  : ChangeLog 
	gcc/config/pa  : elf.h pa-protos.h pa.c pa.h pa64-hpux.h som.h 
	gcc/testsuite/g++.dg/abi: vague1.C 

Log message:
	PR c++/19797
	* elf.h, pa64-hpux.h, som.h (ASM_OUTPUT_EXTERNAL_REAL): Define.
	(ASM_OUTPUT_EXTERNAL): Call pa_hpux_asm_output_external.
	* pa-protos.h (pa_hpux_asm_output_external): Add prototype.
	* pa.c (get_plabel): Change argument to symbol_ref.  Call
	maybe_get_identifier instead of get_identifier.
	(pa_hpux_asm_output_external, pa_hpux_file_end): New functions.
	(struct deferred_plabel): Replace name field with symbol field.
	(TARGET_ASM_FILE_END): Define as pa_hpux_file_end if
	ASM_OUTPUT_EXTERNAL_REAL is defined.
	(output_global_address): Use output_addr_const for output of all
	symbol_refs.
	(output_deferred_plabels): Use symbol_ref instead of name for address
	output.
	* pa.h (SYMBOL_FLAG_REFERENCED, SYMBOL_REF_REFERENCED_P,
	ASM_OUTPUT_SYMBOL_REF): New macros.
	* som.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Use assemble_name_raw.  Update
	comment.
	(ASM_WEAKEN_LABEL): Use targetm.asm_out.globalize_label to globalize
	label.
	* g++.dg/abi/vague1.C: Remove xfail hppa*-*-hpux*.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.7592.2.23&r2=2.7592.2.24
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5084.2.16&r2=1.5084.2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/pa/elf.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.15.72.1&r2=1.15.72.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/pa/pa-protos.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.40&r2=1.40.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/pa/pa.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.287&r2=1.287.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/pa/pa.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.242.8.1&r2=1.242.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/pa/pa64-hpux.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.39.8.1&r2=1.39.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/pa/som.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.55.2.1&r2=1.55.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/abi/vague1.C.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.3&r2=1.3.76.1



-- 


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


  parent reply	other threads:[~2005-03-05  1:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-07  6:03 [Bug c++/19797] New: [4.0 " jsm28 at gcc dot gnu dot org
2005-02-07 13:06 ` [Bug c++/19797] " pinskia at gcc dot gnu dot org
2005-02-13  2:12 ` jsm28 at gcc dot gnu dot org
2005-02-13  5:07 ` pinskia at gcc dot gnu dot org
2005-02-13 17:25 ` danglin at gcc dot gnu dot org
2005-02-13 17:41 ` danglin at gcc dot gnu dot org
2005-02-13 17:58 ` joseph at codesourcery dot com
2005-02-13 17:58 ` danglin at gcc dot gnu dot org
2005-02-13 18:00 ` joseph at codesourcery dot com
2005-02-13 18:04 ` dave at hiauly1 dot hia dot nrc dot ca
2005-02-15 15:55 ` dave at hiauly1 dot hia dot nrc dot ca
2005-02-21  0:35 ` pinskia at gcc dot gnu dot org
2005-02-25  8:27 ` jsm28 at gcc dot gnu dot org
2005-02-25 15:35 ` dave at hiauly1 dot hia dot nrc dot ca
2005-03-05  1:41 ` cvs-commit at gcc dot gnu dot org [this message]
2005-03-05  1:59 ` [Bug c++/19797] [4.0/4.1 " cvs-commit at gcc dot gnu dot org
2005-03-05  3:14 ` 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=20050305014106.21038.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).