This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: -pg && template-related bug
- To: jle at star dot be
- Subject: Re: -pg && template-related bug
- From: Jeffrey A Law <law at upchuck dot cygnus dot com>
- Date: Thu, 06 May 1999 12:02:50 -0600
- cc: egcs-bugs at egcs dot cygnus dot com
- Reply-To: law at cygnus dot com
In message <C1256769.0033DC6A.00@lotusout.star.be>you write:
>
>
>
>
>
> I compile nurbs++-3.0.5 with egcs-1.1.2
> with -pg profiling option on a HP 975 HP-UX 10.20
>
> see: http://yukon.genie.uottawa.ca/~lavoie/software/nurbs/ for download
>
> when trying to link programs from the example directory,
> the linker issues a:
>
> unconditionnal branch target out of range
>
> error message
>
> is this an egcs bug or an hp linker bug ?
Configure for the GNU assembler and use it.
There are still cases where this can happen, but they are extremely rare
if you are using the GNU assembler.
jeff