public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/19889] New: g++.old-deja/g++.law/profile1.C execution test fails on ia64-hpux
@ 2005-02-11 11:38 jsm28 at gcc dot gnu dot org
  2005-02-11 11:49 ` [Bug target/19889] " joseph at codesourcery dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2005-02-11 11:38 UTC (permalink / raw)
  To: gcc-bugs

The test g++.old-deja/g++.law/profile1.C execution test fails on ia64-hpux.
Not a regression relative to 3.4.x.  Using -static as the test does
on hppa-hpux yields a link error "Can't find library or mismatched ABI for -lgprof".

-- 
           Summary: g++.old-deja/g++.law/profile1.C execution test fails on
                    ia64-hpux
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jsm28 at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: ia64-*-hpux11.*


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


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

* [Bug target/19889] g++.old-deja/g++.law/profile1.C execution test fails on ia64-hpux
  2005-02-11 11:38 [Bug target/19889] New: g++.old-deja/g++.law/profile1.C execution test fails on ia64-hpux jsm28 at gcc dot gnu dot org
@ 2005-02-11 11:49 ` joseph at codesourcery dot com
  2005-04-21 19:35 ` jsm28 at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: joseph at codesourcery dot com @ 2005-02-11 11:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From joseph at codesourcery dot com  2005-02-11 01:10 -------
Subject: Re:  New: g++.old-deja/g++.law/profile1.C execution
 test fails on ia64-hpux

gcc.dg/20021014-1.c execution test also fails, and as another profiling 
test this is likely the same issue.



-- 


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


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

* [Bug target/19889] g++.old-deja/g++.law/profile1.C execution test fails on ia64-hpux
  2005-02-11 11:38 [Bug target/19889] New: g++.old-deja/g++.law/profile1.C execution test fails on ia64-hpux jsm28 at gcc dot gnu dot org
  2005-02-11 11:49 ` [Bug target/19889] " joseph at codesourcery dot com
@ 2005-04-21 19:35 ` jsm28 at gcc dot gnu dot org
  2005-04-21 19:54 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2005-04-21 19:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jsm28 at gcc dot gnu dot org  2005-04-21 19:35 -------
With current binutils the tests also FAIL the test for excess errors with the
binutils warning

Warning: Initial .prologue should precede any instructions

See bug 12455 and the thread starting with
<http://gcc.gnu.org/ml/gcc/2005-01/msg01503.html> (which continues into February).


-- 


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


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

* [Bug target/19889] g++.old-deja/g++.law/profile1.C execution test fails on ia64-hpux
  2005-02-11 11:38 [Bug target/19889] New: g++.old-deja/g++.law/profile1.C execution test fails on ia64-hpux jsm28 at gcc dot gnu dot org
  2005-02-11 11:49 ` [Bug target/19889] " joseph at codesourcery dot com
  2005-04-21 19:35 ` jsm28 at gcc dot gnu dot org
@ 2005-04-21 19:54 ` pinskia at gcc dot gnu dot org
  2005-06-17 20:46 ` cvs-commit at gcc dot gnu dot org
  2005-06-29 18:18 ` sje at cup dot hp dot com
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-21 19:54 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-21 19:53:54
               date|                            |


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


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

* [Bug target/19889] g++.old-deja/g++.law/profile1.C execution test fails on ia64-hpux
  2005-02-11 11:38 [Bug target/19889] New: g++.old-deja/g++.law/profile1.C execution test fails on ia64-hpux jsm28 at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-04-21 19:54 ` pinskia at gcc dot gnu dot org
@ 2005-06-17 20:46 ` cvs-commit at gcc dot gnu dot org
  2005-06-29 18:18 ` sje at cup dot hp dot com
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-06-17 20:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-06-17 20:46 -------
Subject: Bug 19889

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	sje@gcc.gnu.org	2005-06-17 20:45:51

Modified files:
	gcc            : ChangeLog 
	gcc/config/ia64: hpux.h ia64.c ia64-protos.h ia64.md 

Log message:
	PR target/19889
	* config/ia64/hpux.h (FUNCTION_PROFILER): New (dummy).
	(PROFILE_HOOK): New.
	(PROFILE_BEFORE_PROLOGUE): Undef.
	(NO_PROFILE_COUNTERS): New.
	* config/ia64/ia64-protos.h (ia64_profile_hook): New.
	* config/ia64/ia64.c (ia64_compute_frame_size): Add ifdef.
	(gen_mcount_func_rtx): New.
	(ia64_profile_hook): New.
	* config/ia64/ia64.md (ip_value): New.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.9173&r2=2.9174
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/hpux.h.diff?cvsroot=gcc&r1=1.51&r2=1.52
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/ia64.c.diff?cvsroot=gcc&r1=1.376&r2=1.377
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/ia64-protos.h.diff?cvsroot=gcc&r1=1.74&r2=1.75
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/ia64.md.diff?cvsroot=gcc&r1=1.153&r2=1.154



-- 


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


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

* [Bug target/19889] g++.old-deja/g++.law/profile1.C execution test fails on ia64-hpux
  2005-02-11 11:38 [Bug target/19889] New: g++.old-deja/g++.law/profile1.C execution test fails on ia64-hpux jsm28 at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-06-17 20:46 ` cvs-commit at gcc dot gnu dot org
@ 2005-06-29 18:18 ` sje at cup dot hp dot com
  4 siblings, 0 replies; 6+ messages in thread
From: sje at cup dot hp dot com @ 2005-06-29 18:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From sje at cup dot hp dot com  2005-06-29 18:17 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


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


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

end of thread, other threads:[~2005-06-29 18:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-11 11:38 [Bug target/19889] New: g++.old-deja/g++.law/profile1.C execution test fails on ia64-hpux jsm28 at gcc dot gnu dot org
2005-02-11 11:49 ` [Bug target/19889] " joseph at codesourcery dot com
2005-04-21 19:35 ` jsm28 at gcc dot gnu dot org
2005-04-21 19:54 ` pinskia at gcc dot gnu dot org
2005-06-17 20:46 ` cvs-commit at gcc dot gnu dot org
2005-06-29 18:18 ` sje at cup dot hp dot com

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