public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Problem with EGCS 2.95.2
@ 1999-11-11 17:40 jepollock
  1999-11-11 20:22 ` Mumit Khan
  1999-11-30 23:28 ` jepollock
  0 siblings, 2 replies; 6+ messages in thread
From: jepollock @ 1999-11-11 17:40 UTC (permalink / raw)
  To: help-gcc

Hello, hopefully I've found the right newsgroup.  If this
isn't it, I apologize.

I'm having some problems getting the following code to compile
under EGCS 2.95.2:
 foo(string **prefixes) {
*prefixes = new (string[numEntries]);
}

gcc -v
Reading specs from
/opt/gcc/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.2/specs
gcc version 2.95.2 19991024 (release)

I get the following error:
acsCompilerDBConnection.cc:1006: sorry, not implemented: initializer
contains unrecognized tree code

I've seen mention of this on Debian, and in the EGCS mailing list,
but there is no mention of what the error actually means, just
people asking for help.

If anyone out there knows what this error message means, that
would be very helpfull.

Thanks,
Jason Pollock
jason@pollock.ca
jpollock@g8labs.com



Sent via Deja.com http://www.deja.com/
Before you buy.

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

* Re: Problem with EGCS 2.95.2
  1999-11-11 17:40 Problem with EGCS 2.95.2 jepollock
@ 1999-11-11 20:22 ` Mumit Khan
  1999-11-12  0:01   ` jepollock
  1999-11-30 23:28   ` Mumit Khan
  1999-11-30 23:28 ` jepollock
  1 sibling, 2 replies; 6+ messages in thread
From: Mumit Khan @ 1999-11-11 20:22 UTC (permalink / raw)
  To: help-gcc

In article < 80fqeh$ooh$1@nnrp1.deja.com >,  <jepollock@my-deja.com> wrote:
>
>I'm having some problems getting the following code to compile
>under EGCS 2.95.2:
> foo(string **prefixes) {
>*prefixes = new (string[numEntries]);
>}
>
>gcc -v
>Reading specs from
>/opt/gcc/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.2/specs
>gcc version 2.95.2 19991024 (release)
>
>I get the following error:
>acsCompilerDBConnection.cc:1006: sorry, not implemented: initializer
>contains unrecognized tree code

Please see GCC web site on instructions on how to submit a bug report
(it's easy, really).

http://gcc.gnu.org/faq.html#bugreport tells you exactly what you need
to send to gcc-bugs@gcc.gnu.org.

Be sure to include information such as what assembler you're using (it's
important to know if you're using GNU binutils or not on HPPA/HPUX).

Regards,
Mumit


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

* Re: Problem with EGCS 2.95.2
  1999-11-11 20:22 ` Mumit Khan
@ 1999-11-12  0:01   ` jepollock
  1999-11-30 23:28     ` jepollock
  1999-11-30 23:28   ` Mumit Khan
  1 sibling, 1 reply; 6+ messages in thread
From: jepollock @ 1999-11-12  0:01 UTC (permalink / raw)
  To: help-gcc

Thanks, I'll submit a bug.  It seems that egcs is getting
confused about what is to happen inside of the ()'s.  If
you remove them, it works fine.

Jason


Sent via Deja.com http://www.deja.com/
Before you buy.

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

* Re: Problem with EGCS 2.95.2
  1999-11-12  0:01   ` jepollock
@ 1999-11-30 23:28     ` jepollock
  0 siblings, 0 replies; 6+ messages in thread
From: jepollock @ 1999-11-30 23:28 UTC (permalink / raw)
  To: help-gcc

Thanks, I'll submit a bug.  It seems that egcs is getting
confused about what is to happen inside of the ()'s.  If
you remove them, it works fine.

Jason


Sent via Deja.com http://www.deja.com/
Before you buy.

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

* Problem with EGCS 2.95.2
  1999-11-11 17:40 Problem with EGCS 2.95.2 jepollock
  1999-11-11 20:22 ` Mumit Khan
@ 1999-11-30 23:28 ` jepollock
  1 sibling, 0 replies; 6+ messages in thread
From: jepollock @ 1999-11-30 23:28 UTC (permalink / raw)
  To: help-gcc

Hello, hopefully I've found the right newsgroup.  If this
isn't it, I apologize.

I'm having some problems getting the following code to compile
under EGCS 2.95.2:
 foo(string **prefixes) {
*prefixes = new (string[numEntries]);
}

gcc -v
Reading specs from
/opt/gcc/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.2/specs
gcc version 2.95.2 19991024 (release)

I get the following error:
acsCompilerDBConnection.cc:1006: sorry, not implemented: initializer
contains unrecognized tree code

I've seen mention of this on Debian, and in the EGCS mailing list,
but there is no mention of what the error actually means, just
people asking for help.

If anyone out there knows what this error message means, that
would be very helpfull.

Thanks,
Jason Pollock
jason@pollock.ca
jpollock@g8labs.com



Sent via Deja.com http://www.deja.com/
Before you buy.

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

* Re: Problem with EGCS 2.95.2
  1999-11-11 20:22 ` Mumit Khan
  1999-11-12  0:01   ` jepollock
@ 1999-11-30 23:28   ` Mumit Khan
  1 sibling, 0 replies; 6+ messages in thread
From: Mumit Khan @ 1999-11-30 23:28 UTC (permalink / raw)
  To: help-gcc

In article < 80fqeh$ooh$1@nnrp1.deja.com >,  <jepollock@my-deja.com> wrote:
>
>I'm having some problems getting the following code to compile
>under EGCS 2.95.2:
> foo(string **prefixes) {
>*prefixes = new (string[numEntries]);
>}
>
>gcc -v
>Reading specs from
>/opt/gcc/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.2/specs
>gcc version 2.95.2 19991024 (release)
>
>I get the following error:
>acsCompilerDBConnection.cc:1006: sorry, not implemented: initializer
>contains unrecognized tree code

Please see GCC web site on instructions on how to submit a bug report
(it's easy, really).

http://gcc.gnu.org/faq.html#bugreport tells you exactly what you need
to send to gcc-bugs@gcc.gnu.org.

Be sure to include information such as what assembler you're using (it's
important to know if you're using GNU binutils or not on HPPA/HPUX).

Regards,
Mumit


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

end of thread, other threads:[~1999-11-30 23:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-11 17:40 Problem with EGCS 2.95.2 jepollock
1999-11-11 20:22 ` Mumit Khan
1999-11-12  0:01   ` jepollock
1999-11-30 23:28     ` jepollock
1999-11-30 23:28   ` Mumit Khan
1999-11-30 23:28 ` jepollock

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