public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: GCC Internal Compiler Error When Compiling with -pipe
@ 1999-03-03  8:31 Suhaib M. Siddiqi
       [not found] ` < 001101be6595$72ce0770$29acdfd0@InspirePharm.Com >
  1999-03-31 19:45 ` Suhaib M. Siddiqi
  0 siblings, 2 replies; 24+ messages in thread
From: Suhaib M. Siddiqi @ 1999-03-03  8:31 UTC (permalink / raw)
  To: Chris Faylor, Mumit Khan; +Cc: cygwin

>
>The -pipe problem should have been fixed in B20.1.  I submitted a patch
for
>it myself.
>

BUt I had gcc/egcs 1.1.1 with B20.1 crashed on me with -pipe last week,
when I tried compiling one of my code from LINUX.  After removing -pipe
from Makefile.  It compiled.

--S




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* windres.exe error?
       [not found] ` < 001101be6595$72ce0770$29acdfd0@InspirePharm.Com >
@ 1999-03-03  8:48   ` Frank McIngvale
  1999-03-31 19:45     ` Frank McIngvale
  1999-03-03 15:58   ` GCC Internal Compiler Error When Compiling with -pipe Chris Faylor
  1 sibling, 1 reply; 24+ messages in thread
From: Frank McIngvale @ 1999-03-03  8:48 UTC (permalink / raw)
  To: cygwin

I'm getting what seems to be an out of memory error
when running an .rc through windres, but I'm suspicious
because of the huge allocation:

--------------------------------------------------------------------
windres.exe -i minimal.rc -o minimal_resources.o --include-dir \
/usr/local/wx/include --define __WIN32__ --define __WIN95__ --define \
__GNUWIN32__

[main] c:\cygnus\CYGWIN~1\H-I586~1\bin\windres.exe 1777 (0)
commit_and_inc: VirtualAlloc failed

windres.exe: Can not allocate 369098853 bytes after allocating 201318400
bytes
make: *** [minimal_resources.o] Error 1
---------------------------------------------------------------------

An allocation of 370 Mb to compile an .rc file seems a bit
excessive, doesn't it? I'll be glad to send the .rc file
to whomever, I just didn't want to spam the list.

This is under B20.1 with egcs 1.1.1. Did I miss an update
to windres.exe somewhere?

thanks!
frank





--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: GCC Internal Compiler Error When Compiling with -pipe
       [not found] ` < 001101be6595$72ce0770$29acdfd0@InspirePharm.Com >
  1999-03-03  8:48   ` windres.exe error? Frank McIngvale
@ 1999-03-03 15:58   ` Chris Faylor
  1999-03-31 19:45     ` Chris Faylor
  1 sibling, 1 reply; 24+ messages in thread
From: Chris Faylor @ 1999-03-03 15:58 UTC (permalink / raw)
  To: Suhaib M. Siddiqi; +Cc: Mumit Khan, cygwin

On Wed, Mar 03, 1999 at 11:46:51AM -0500, Suhaib M. Siddiqi wrote:
>
>
>>
>>The -pipe problem should have been fixed in B20.1.  I submitted a patch
>for
>>it myself.
>>
>
>BUt I had gcc/egcs 1.1.1 with B20.1 crashed on me with -pipe last week,
>when I tried compiling one of my code from LINUX.  After removing -pipe
>from Makefile.  It compiled.

egcs 1.1.1 != B20.1.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* windres.exe error?
  1999-03-03  8:48   ` windres.exe error? Frank McIngvale
@ 1999-03-31 19:45     ` Frank McIngvale
  0 siblings, 0 replies; 24+ messages in thread
From: Frank McIngvale @ 1999-03-31 19:45 UTC (permalink / raw)
  To: cygwin

I'm getting what seems to be an out of memory error
when running an .rc through windres, but I'm suspicious
because of the huge allocation:

--------------------------------------------------------------------
windres.exe -i minimal.rc -o minimal_resources.o --include-dir \
/usr/local/wx/include --define __WIN32__ --define __WIN95__ --define \
__GNUWIN32__

[main] c:\cygnus\CYGWIN~1\H-I586~1\bin\windres.exe 1777 (0)
commit_and_inc: VirtualAlloc failed

windres.exe: Can not allocate 369098853 bytes after allocating 201318400
bytes
make: *** [minimal_resources.o] Error 1
---------------------------------------------------------------------

An allocation of 370 Mb to compile an .rc file seems a bit
excessive, doesn't it? I'll be glad to send the .rc file
to whomever, I just didn't want to spam the list.

This is under B20.1 with egcs 1.1.1. Did I miss an update
to windres.exe somewhere?

thanks!
frank





--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* Re: GCC Internal Compiler Error When Compiling with -pipe
  1999-03-03 15:58   ` GCC Internal Compiler Error When Compiling with -pipe Chris Faylor
@ 1999-03-31 19:45     ` Chris Faylor
  0 siblings, 0 replies; 24+ messages in thread
From: Chris Faylor @ 1999-03-31 19:45 UTC (permalink / raw)
  To: Suhaib M. Siddiqi; +Cc: Mumit Khan, cygwin

On Wed, Mar 03, 1999 at 11:46:51AM -0500, Suhaib M. Siddiqi wrote:
>
>
>>
>>The -pipe problem should have been fixed in B20.1.  I submitted a patch
>for
>>it myself.
>>
>
>BUt I had gcc/egcs 1.1.1 with B20.1 crashed on me with -pipe last week,
>when I tried compiling one of my code from LINUX.  After removing -pipe
>from Makefile.  It compiled.

egcs 1.1.1 != B20.1.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* Re: GCC Internal Compiler Error When Compiling with -pipe
  1999-03-03  8:31 GCC Internal Compiler Error When Compiling with -pipe Suhaib M. Siddiqi
       [not found] ` < 001101be6595$72ce0770$29acdfd0@InspirePharm.Com >
@ 1999-03-31 19:45 ` Suhaib M. Siddiqi
  1 sibling, 0 replies; 24+ messages in thread
From: Suhaib M. Siddiqi @ 1999-03-31 19:45 UTC (permalink / raw)
  To: Chris Faylor, Mumit Khan; +Cc: cygwin

>
>The -pipe problem should have been fixed in B20.1.  I submitted a patch
for
>it myself.
>

BUt I had gcc/egcs 1.1.1 with B20.1 crashed on me with -pipe last week,
when I tried compiling one of my code from LINUX.  After removing -pipe
from Makefile.  It compiled.

--S




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* RE: GCC Internal Compiler Error When Compiling with -pipe
  1999-03-03 10:28         ` Todd Goodman
@ 1999-03-31 19:45           ` Todd Goodman
  0 siblings, 0 replies; 24+ messages in thread
From: Todd Goodman @ 1999-03-31 19:45 UTC (permalink / raw)
  To: 'Chris Faylor', 'Mumit Khan'; +Cc: cygwin

/usr/H-i586-cygwin32/bin> uname -a
CYGWIN_NT-4.0 TGOODMAN8 20.1 (0.3/1/1) 1998-12-3 20:39:18 i686 unknown
/usr/H-i586-cygwin32/bin> gcc -v
Reading specs from
f:\usr\H-i586-cygwin32\bin\..\lib\gcc-lib\i586-cygwin32\egcs-2.91.57\specs
gcc version egcs-2.91.57 19980901 (egcs-1.1 release)
/usr/H-i586-cygwin32/bin>

Is it the wrong compiler version?

I guess I'll try the egcs-1.2 release soon and see if that changes the
behaviour.

Todd

> -----Original Message-----
> From: cygwin-owner@sourceware.cygnus.com
> [ mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of Chris Faylor
> Sent: Tuesday, March 02, 1999 10:13 PM
> To: Mumit Khan
> Cc: cygwin@sourceware.cygnus.com
> Subject: Re: GCC Internal Compiler Error When Compiling with -pipe
>
>
> On Sun, Feb 28, 1999 at 10:37:18PM -0600, Mumit Khan wrote:
> >N8TM@aol.com writes:
> >> In a message dated 2/28/99 8:18:03 AM Pacific Standard Time,
> >> tsg1@earthlink.net writes:
> >>
> >> << gcc -DHAVE_CONFIG_H -I. -I. -I..   -g -O2 -Wall -pipe
> -c capability.c
> >>  /home/noer/src/b20/comp-tools/devo/gcc/pexecute.c:245:
> Internal compiler
> >>  error in function pexecute >>
> >> I haven't seen this problem since b20.1, although I've had
> configure failures
> >> associated with setting CFLAGS '... -pipe'
> >
> >I couldn't reproduce Todd's problem, so hopefully that
> particular one is
> >fixed.  We still have a few more cases that I'm tracking down ...
> >
> >The quality of upcoming egcs-1.1.2 is heaps better as compared to b20
> >in terms of stability and "un-crashability".
>
> The -pipe problem should have been fixed in B20.1.  I
> submitted a patch for
> it myself.
>
> cgf
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* Re: GCC Internal Compiler Error When Compiling with -pipe
  1999-03-03 16:57 Suhaib M. Siddiqi
@ 1999-03-31 19:45 ` Suhaib M. Siddiqi
  0 siblings, 0 replies; 24+ messages in thread
From: Suhaib M. Siddiqi @ 1999-03-31 19:45 UTC (permalink / raw)
  To: Chris Faylor; +Cc: Mumit Khan, cygwin

Dear Chris,

Thanks will try again sometime soon.

Suhaib


-----Original Message-----
From: Chris Faylor <cgf@cygnus.com>
To: Suhaib M. Siddiqi <Ssiddiqi@InspirePharm.Com>
Cc: Mumit Khan <khan@xraylith.wisc.EDU>; cygwin
<cygwin@sourceware.cygnus.com>
Date: Wednesday, March 03, 1999 6:57 PM
Subject: Re: GCC Internal Compiler Error When Compiling with -pipe


>On Wed, Mar 03, 1999 at 11:46:51AM -0500, Suhaib M. Siddiqi wrote:
>>
>>
>>>
>>>The -pipe problem should have been fixed in B20.1.  I submitted a patch
>>for
>>>it myself.
>>>
>>
>>BUt I had gcc/egcs 1.1.1 with B20.1 crashed on me with -pipe last week,
>>when I tried compiling one of my code from LINUX.  After removing -pipe
>>from Makefile.  It compiled.
>
>egcs 1.1.1 != B20.1.
>
>cgf
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* RE: GCC Internal Compiler Error When Compiling with -pipe
  1999-03-03 19:06   ` Todd Goodman
@ 1999-03-31 19:45     ` Todd Goodman
  0 siblings, 0 replies; 24+ messages in thread
From: Todd Goodman @ 1999-03-31 19:45 UTC (permalink / raw)
  To: 'Suhaib M. Siddiqi'; +Cc: 'cygwin'

Sorry, I dropped the middle 1.  I meant 1.1.2.

> -----Original Message-----
> From: Suhaib M. Siddiqi [ mailto:Ssiddiqi@InspirePharm.Com ]
> Sent: Wednesday, March 03, 1999 1:52 PM
> To: Todd Goodman
> Cc: cygwin
> Subject: Re: GCC Internal Compiler Error When Compiling with -pipe
> 
> 
> 
> There is no egcs 1.2 and will not be for a long time to come.  The
> present one from Mumit is egcs 1.1.1 and up-comming one will be
> egcs-1.1.2
> 
> 
> 
> 
> 
> ----- Original Message -----
> From: Todd Goodman <tsg1@earthlink.net>
> To: 'Chris Faylor' <cgf@cygnus.com>; 'Mumit Khan'
> <khan@xraylith.wisc.EDU>
> Cc: <cygwin@sourceware.cygnus.com>
> Sent: Wednesday, March 03, 1999 1:22 PM
> Subject: RE: GCC Internal Compiler Error When Compiling with -pipe
> 
> 
> >/usr/H-i586-cygwin32/bin> uname -a
> >CYGWIN_NT-4.0 TGOODMAN8 20.1 (0.3/1/1) 1998-12-3 20:39:18 
> i686 unknown
> >/usr/H-i586-cygwin32/bin> gcc -v
> >Reading specs from
> >f:\usr\H-i586-cygwin32\bin\..\lib\gcc-lib\i586-cygwin32\egcs-
> 2.91.57\sp
> ecs
> >gcc version egcs-2.91.57 19980901 (egcs-1.1 release)
> >/usr/H-i586-cygwin32/bin>
> >
> >Is it the wrong compiler version?
> >
> >I guess I'll try the egcs-1.2 release soon and see if that 
> changes the
> >behaviour.
> >
> >Todd
> >
> >> -----Original Message-----
> >> From: cygwin-owner@sourceware.cygnus.com
> >> [ mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of 
> Chris Faylor
> >> Sent: Tuesday, March 02, 1999 10:13 PM
> >> To: Mumit Khan
> >> Cc: cygwin@sourceware.cygnus.com
> >> Subject: Re: GCC Internal Compiler Error When Compiling with -pipe
> >>
> >>
> >> On Sun, Feb 28, 1999 at 10:37:18PM -0600, Mumit Khan wrote:
> >> >N8TM@aol.com writes:
> >> >> In a message dated 2/28/99 8:18:03 AM Pacific Standard Time,
> >> >> tsg1@earthlink.net writes:
> >> >>
> >> >> << gcc -DHAVE_CONFIG_H -I. -I. -I..   -g -O2 -Wall -pipe
> >> -c capability.c
> >> >>  /home/noer/src/b20/comp-tools/devo/gcc/pexecute.c:245:
> >> Internal compiler
> >> >>  error in function pexecute >>
> >> >> I haven't seen this problem since b20.1, although I've had
> >> configure failures
> >> >> associated with setting CFLAGS '... -pipe'
> >> >
> >> >I couldn't reproduce Todd's problem, so hopefully that
> >> particular one is
> >> >fixed.  We still have a few more cases that I'm tracking down ...
> >> >
> >> >The quality of upcoming egcs-1.1.2 is heaps better as compared to
> b20
> >> >in terms of stability and "un-crashability".
> >>
> >> The -pipe problem should have been fixed in B20.1.  I
> >> submitted a patch for
> >> it myself.
> >>
> >> cgf
> >>
> >> --
> >> Want to unsubscribe from this list?
> >> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> >>
> >>
> >
> >
> >--
> >Want to unsubscribe from this list?
> >Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> >
> >
> 
> 
> 

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* Re: GCC Internal Compiler Error When Compiling with -pipe
  1999-03-03 10:36 Suhaib M. Siddiqi
       [not found] ` < 007e01be65a6$e3f98670$29acdfd0@InspirePharm.Com >
@ 1999-03-31 19:45 ` Suhaib M. Siddiqi
  1 sibling, 0 replies; 24+ messages in thread
From: Suhaib M. Siddiqi @ 1999-03-31 19:45 UTC (permalink / raw)
  To: Todd Goodman; +Cc: cygwin

There is no egcs 1.2 and will not be for a long time to come.  The
present one from Mumit is egcs 1.1.1 and up-comming one will be
egcs-1.1.2





----- Original Message -----
From: Todd Goodman <tsg1@earthlink.net>
To: 'Chris Faylor' <cgf@cygnus.com>; 'Mumit Khan'
<khan@xraylith.wisc.EDU>
Cc: <cygwin@sourceware.cygnus.com>
Sent: Wednesday, March 03, 1999 1:22 PM
Subject: RE: GCC Internal Compiler Error When Compiling with -pipe


>/usr/H-i586-cygwin32/bin> uname -a
>CYGWIN_NT-4.0 TGOODMAN8 20.1 (0.3/1/1) 1998-12-3 20:39:18 i686 unknown
>/usr/H-i586-cygwin32/bin> gcc -v
>Reading specs from
>f:\usr\H-i586-cygwin32\bin\..\lib\gcc-lib\i586-cygwin32\egcs-2.91.57\sp
ecs
>gcc version egcs-2.91.57 19980901 (egcs-1.1 release)
>/usr/H-i586-cygwin32/bin>
>
>Is it the wrong compiler version?
>
>I guess I'll try the egcs-1.2 release soon and see if that changes the
>behaviour.
>
>Todd
>
>> -----Original Message-----
>> From: cygwin-owner@sourceware.cygnus.com
>> [ mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of Chris Faylor
>> Sent: Tuesday, March 02, 1999 10:13 PM
>> To: Mumit Khan
>> Cc: cygwin@sourceware.cygnus.com
>> Subject: Re: GCC Internal Compiler Error When Compiling with -pipe
>>
>>
>> On Sun, Feb 28, 1999 at 10:37:18PM -0600, Mumit Khan wrote:
>> >N8TM@aol.com writes:
>> >> In a message dated 2/28/99 8:18:03 AM Pacific Standard Time,
>> >> tsg1@earthlink.net writes:
>> >>
>> >> << gcc -DHAVE_CONFIG_H -I. -I. -I..   -g -O2 -Wall -pipe
>> -c capability.c
>> >>  /home/noer/src/b20/comp-tools/devo/gcc/pexecute.c:245:
>> Internal compiler
>> >>  error in function pexecute >>
>> >> I haven't seen this problem since b20.1, although I've had
>> configure failures
>> >> associated with setting CFLAGS '... -pipe'
>> >
>> >I couldn't reproduce Todd's problem, so hopefully that
>> particular one is
>> >fixed.  We still have a few more cases that I'm tracking down ...
>> >
>> >The quality of upcoming egcs-1.1.2 is heaps better as compared to
b20
>> >in terms of stability and "un-crashability".
>>
>> The -pipe problem should have been fixed in B20.1.  I
>> submitted a patch for
>> it myself.
>>
>> cgf
>>
>> --
>> Want to unsubscribe from this list?
>> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>>
>>
>
>
>--
>Want to unsubscribe from this list?
>Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>
>



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* Re: GCC Internal Compiler Error When Compiling with -pipe
  1999-03-03  8:10     ` Chris Faylor
       [not found]       ` < 19990302221235.C3492@cygnus.com >
@ 1999-03-31 19:45       ` Chris Faylor
  1 sibling, 0 replies; 24+ messages in thread
From: Chris Faylor @ 1999-03-31 19:45 UTC (permalink / raw)
  To: Mumit Khan; +Cc: cygwin

On Sun, Feb 28, 1999 at 10:37:18PM -0600, Mumit Khan wrote:
>N8TM@aol.com writes:
>> In a message dated 2/28/99 8:18:03 AM Pacific Standard Time,
>> tsg1@earthlink.net writes:
>> 
>> << gcc -DHAVE_CONFIG_H -I. -I. -I..   -g -O2 -Wall -pipe -c capability.c
>>  /home/noer/src/b20/comp-tools/devo/gcc/pexecute.c:245: Internal compiler
>>  error in function pexecute >>
>> I haven't seen this problem since b20.1, although I've had configure failures
>> associated with setting CFLAGS '... -pipe'
>
>I couldn't reproduce Todd's problem, so hopefully that particular one is 
>fixed.  We still have a few more cases that I'm tracking down ...
>
>The quality of upcoming egcs-1.1.2 is heaps better as compared to b20
>in terms of stability and "un-crashability".

The -pipe problem should have been fixed in B20.1.  I submitted a patch for
it myself.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* RE: GCC Internal Compiler Error When Compiling with -pipe
       [not found] ` < 007e01be65a6$e3f98670$29acdfd0@InspirePharm.Com >
@ 1999-03-03 19:06   ` Todd Goodman
  1999-03-31 19:45     ` Todd Goodman
  0 siblings, 1 reply; 24+ messages in thread
From: Todd Goodman @ 1999-03-03 19:06 UTC (permalink / raw)
  To: 'Suhaib M. Siddiqi'; +Cc: 'cygwin'

Sorry, I dropped the middle 1.  I meant 1.1.2.

> -----Original Message-----
> From: Suhaib M. Siddiqi [ mailto:Ssiddiqi@InspirePharm.Com ]
> Sent: Wednesday, March 03, 1999 1:52 PM
> To: Todd Goodman
> Cc: cygwin
> Subject: Re: GCC Internal Compiler Error When Compiling with -pipe
> 
> 
> 
> There is no egcs 1.2 and will not be for a long time to come.  The
> present one from Mumit is egcs 1.1.1 and up-comming one will be
> egcs-1.1.2
> 
> 
> 
> 
> 
> ----- Original Message -----
> From: Todd Goodman <tsg1@earthlink.net>
> To: 'Chris Faylor' <cgf@cygnus.com>; 'Mumit Khan'
> <khan@xraylith.wisc.EDU>
> Cc: <cygwin@sourceware.cygnus.com>
> Sent: Wednesday, March 03, 1999 1:22 PM
> Subject: RE: GCC Internal Compiler Error When Compiling with -pipe
> 
> 
> >/usr/H-i586-cygwin32/bin> uname -a
> >CYGWIN_NT-4.0 TGOODMAN8 20.1 (0.3/1/1) 1998-12-3 20:39:18 
> i686 unknown
> >/usr/H-i586-cygwin32/bin> gcc -v
> >Reading specs from
> >f:\usr\H-i586-cygwin32\bin\..\lib\gcc-lib\i586-cygwin32\egcs-
> 2.91.57\sp
> ecs
> >gcc version egcs-2.91.57 19980901 (egcs-1.1 release)
> >/usr/H-i586-cygwin32/bin>
> >
> >Is it the wrong compiler version?
> >
> >I guess I'll try the egcs-1.2 release soon and see if that 
> changes the
> >behaviour.
> >
> >Todd
> >
> >> -----Original Message-----
> >> From: cygwin-owner@sourceware.cygnus.com
> >> [ mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of 
> Chris Faylor
> >> Sent: Tuesday, March 02, 1999 10:13 PM
> >> To: Mumit Khan
> >> Cc: cygwin@sourceware.cygnus.com
> >> Subject: Re: GCC Internal Compiler Error When Compiling with -pipe
> >>
> >>
> >> On Sun, Feb 28, 1999 at 10:37:18PM -0600, Mumit Khan wrote:
> >> >N8TM@aol.com writes:
> >> >> In a message dated 2/28/99 8:18:03 AM Pacific Standard Time,
> >> >> tsg1@earthlink.net writes:
> >> >>
> >> >> << gcc -DHAVE_CONFIG_H -I. -I. -I..   -g -O2 -Wall -pipe
> >> -c capability.c
> >> >>  /home/noer/src/b20/comp-tools/devo/gcc/pexecute.c:245:
> >> Internal compiler
> >> >>  error in function pexecute >>
> >> >> I haven't seen this problem since b20.1, although I've had
> >> configure failures
> >> >> associated with setting CFLAGS '... -pipe'
> >> >
> >> >I couldn't reproduce Todd's problem, so hopefully that
> >> particular one is
> >> >fixed.  We still have a few more cases that I'm tracking down ...
> >> >
> >> >The quality of upcoming egcs-1.1.2 is heaps better as compared to
> b20
> >> >in terms of stability and "un-crashability".
> >>
> >> The -pipe problem should have been fixed in B20.1.  I
> >> submitted a patch for
> >> it myself.
> >>
> >> cgf
> >>
> >> --
> >> Want to unsubscribe from this list?
> >> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> >>
> >>
> >
> >
> >--
> >Want to unsubscribe from this list?
> >Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> >
> >
> 
> 
> 

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: GCC Internal Compiler Error When Compiling with -pipe
@ 1999-03-03 16:57 Suhaib M. Siddiqi
  1999-03-31 19:45 ` Suhaib M. Siddiqi
  0 siblings, 1 reply; 24+ messages in thread
From: Suhaib M. Siddiqi @ 1999-03-03 16:57 UTC (permalink / raw)
  To: Chris Faylor; +Cc: Mumit Khan, cygwin

Dear Chris,

Thanks will try again sometime soon.

Suhaib


-----Original Message-----
From: Chris Faylor <cgf@cygnus.com>
To: Suhaib M. Siddiqi <Ssiddiqi@InspirePharm.Com>
Cc: Mumit Khan <khan@xraylith.wisc.EDU>; cygwin
<cygwin@sourceware.cygnus.com>
Date: Wednesday, March 03, 1999 6:57 PM
Subject: Re: GCC Internal Compiler Error When Compiling with -pipe


>On Wed, Mar 03, 1999 at 11:46:51AM -0500, Suhaib M. Siddiqi wrote:
>>
>>
>>>
>>>The -pipe problem should have been fixed in B20.1.  I submitted a patch
>>for
>>>it myself.
>>>
>>
>>BUt I had gcc/egcs 1.1.1 with B20.1 crashed on me with -pipe last week,
>>when I tried compiling one of my code from LINUX.  After removing -pipe
>>from Makefile.  It compiled.
>
>egcs 1.1.1 != B20.1.
>
>cgf
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: GCC Internal Compiler Error When Compiling with -pipe
@ 1999-03-03 10:36 Suhaib M. Siddiqi
       [not found] ` < 007e01be65a6$e3f98670$29acdfd0@InspirePharm.Com >
  1999-03-31 19:45 ` Suhaib M. Siddiqi
  0 siblings, 2 replies; 24+ messages in thread
From: Suhaib M. Siddiqi @ 1999-03-03 10:36 UTC (permalink / raw)
  To: Todd Goodman; +Cc: cygwin

There is no egcs 1.2 and will not be for a long time to come.  The
present one from Mumit is egcs 1.1.1 and up-comming one will be
egcs-1.1.2





----- Original Message -----
From: Todd Goodman <tsg1@earthlink.net>
To: 'Chris Faylor' <cgf@cygnus.com>; 'Mumit Khan'
<khan@xraylith.wisc.EDU>
Cc: <cygwin@sourceware.cygnus.com>
Sent: Wednesday, March 03, 1999 1:22 PM
Subject: RE: GCC Internal Compiler Error When Compiling with -pipe


>/usr/H-i586-cygwin32/bin> uname -a
>CYGWIN_NT-4.0 TGOODMAN8 20.1 (0.3/1/1) 1998-12-3 20:39:18 i686 unknown
>/usr/H-i586-cygwin32/bin> gcc -v
>Reading specs from
>f:\usr\H-i586-cygwin32\bin\..\lib\gcc-lib\i586-cygwin32\egcs-2.91.57\sp
ecs
>gcc version egcs-2.91.57 19980901 (egcs-1.1 release)
>/usr/H-i586-cygwin32/bin>
>
>Is it the wrong compiler version?
>
>I guess I'll try the egcs-1.2 release soon and see if that changes the
>behaviour.
>
>Todd
>
>> -----Original Message-----
>> From: cygwin-owner@sourceware.cygnus.com
>> [ mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of Chris Faylor
>> Sent: Tuesday, March 02, 1999 10:13 PM
>> To: Mumit Khan
>> Cc: cygwin@sourceware.cygnus.com
>> Subject: Re: GCC Internal Compiler Error When Compiling with -pipe
>>
>>
>> On Sun, Feb 28, 1999 at 10:37:18PM -0600, Mumit Khan wrote:
>> >N8TM@aol.com writes:
>> >> In a message dated 2/28/99 8:18:03 AM Pacific Standard Time,
>> >> tsg1@earthlink.net writes:
>> >>
>> >> << gcc -DHAVE_CONFIG_H -I. -I. -I..   -g -O2 -Wall -pipe
>> -c capability.c
>> >>  /home/noer/src/b20/comp-tools/devo/gcc/pexecute.c:245:
>> Internal compiler
>> >>  error in function pexecute >>
>> >> I haven't seen this problem since b20.1, although I've had
>> configure failures
>> >> associated with setting CFLAGS '... -pipe'
>> >
>> >I couldn't reproduce Todd's problem, so hopefully that
>> particular one is
>> >fixed.  We still have a few more cases that I'm tracking down ...
>> >
>> >The quality of upcoming egcs-1.1.2 is heaps better as compared to
b20
>> >in terms of stability and "un-crashability".
>>
>> The -pipe problem should have been fixed in B20.1.  I
>> submitted a patch for
>> it myself.
>>
>> cgf
>>
>> --
>> Want to unsubscribe from this list?
>> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>>
>>
>
>
>--
>Want to unsubscribe from this list?
>Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>
>



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* RE: GCC Internal Compiler Error When Compiling with -pipe
       [not found]       ` < 19990302221235.C3492@cygnus.com >
@ 1999-03-03 10:28         ` Todd Goodman
  1999-03-31 19:45           ` Todd Goodman
  0 siblings, 1 reply; 24+ messages in thread
From: Todd Goodman @ 1999-03-03 10:28 UTC (permalink / raw)
  To: 'Chris Faylor', 'Mumit Khan'; +Cc: cygwin

/usr/H-i586-cygwin32/bin> uname -a
CYGWIN_NT-4.0 TGOODMAN8 20.1 (0.3/1/1) 1998-12-3 20:39:18 i686 unknown
/usr/H-i586-cygwin32/bin> gcc -v
Reading specs from
f:\usr\H-i586-cygwin32\bin\..\lib\gcc-lib\i586-cygwin32\egcs-2.91.57\specs
gcc version egcs-2.91.57 19980901 (egcs-1.1 release)
/usr/H-i586-cygwin32/bin>

Is it the wrong compiler version?

I guess I'll try the egcs-1.2 release soon and see if that changes the
behaviour.

Todd

> -----Original Message-----
> From: cygwin-owner@sourceware.cygnus.com
> [ mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of Chris Faylor
> Sent: Tuesday, March 02, 1999 10:13 PM
> To: Mumit Khan
> Cc: cygwin@sourceware.cygnus.com
> Subject: Re: GCC Internal Compiler Error When Compiling with -pipe
>
>
> On Sun, Feb 28, 1999 at 10:37:18PM -0600, Mumit Khan wrote:
> >N8TM@aol.com writes:
> >> In a message dated 2/28/99 8:18:03 AM Pacific Standard Time,
> >> tsg1@earthlink.net writes:
> >>
> >> << gcc -DHAVE_CONFIG_H -I. -I. -I..   -g -O2 -Wall -pipe
> -c capability.c
> >>  /home/noer/src/b20/comp-tools/devo/gcc/pexecute.c:245:
> Internal compiler
> >>  error in function pexecute >>
> >> I haven't seen this problem since b20.1, although I've had
> configure failures
> >> associated with setting CFLAGS '... -pipe'
> >
> >I couldn't reproduce Todd's problem, so hopefully that
> particular one is
> >fixed.  We still have a few more cases that I'm tracking down ...
> >
> >The quality of upcoming egcs-1.1.2 is heaps better as compared to b20
> >in terms of stability and "un-crashability".
>
> The -pipe problem should have been fixed in B20.1.  I
> submitted a patch for
> it myself.
>
> cgf
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: GCC Internal Compiler Error When Compiling with -pipe
  1999-02-28 20:37   ` Mumit Khan
  1999-02-28 23:02     ` Mumit Khan
@ 1999-03-03  8:10     ` Chris Faylor
       [not found]       ` < 19990302221235.C3492@cygnus.com >
  1999-03-31 19:45       ` Chris Faylor
  1 sibling, 2 replies; 24+ messages in thread
From: Chris Faylor @ 1999-03-03  8:10 UTC (permalink / raw)
  To: Mumit Khan; +Cc: cygwin

On Sun, Feb 28, 1999 at 10:37:18PM -0600, Mumit Khan wrote:
>N8TM@aol.com writes:
>> In a message dated 2/28/99 8:18:03 AM Pacific Standard Time,
>> tsg1@earthlink.net writes:
>> 
>> << gcc -DHAVE_CONFIG_H -I. -I. -I..   -g -O2 -Wall -pipe -c capability.c
>>  /home/noer/src/b20/comp-tools/devo/gcc/pexecute.c:245: Internal compiler
>>  error in function pexecute >>
>> I haven't seen this problem since b20.1, although I've had configure failures
>> associated with setting CFLAGS '... -pipe'
>
>I couldn't reproduce Todd's problem, so hopefully that particular one is 
>fixed.  We still have a few more cases that I'm tracking down ...
>
>The quality of upcoming egcs-1.1.2 is heaps better as compared to b20
>in terms of stability and "un-crashability".

The -pipe problem should have been fixed in B20.1.  I submitted a patch for
it myself.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: GCC Internal Compiler Error When Compiling with -pipe
  1999-02-28 16:04 N8TM
       [not found] ` < 2877cf50.36d9d908@aol.com >
@ 1999-02-28 23:02 ` N8TM
  1 sibling, 0 replies; 24+ messages in thread
From: N8TM @ 1999-02-28 23:02 UTC (permalink / raw)
  To: tsg1, cygwin

In a message dated 2/28/99 8:18:03 AM Pacific Standard Time,
tsg1@earthlink.net writes:

<< gcc -DHAVE_CONFIG_H -I. -I. -I..   -g -O2 -Wall -pipe -c capability.c
 /home/noer/src/b20/comp-tools/devo/gcc/pexecute.c:245: Internal compiler
 error in function pexecute >>
I haven't seen this problem since b20.1, although I've had configure failures
associated with setting CFLAGS '... -pipe'

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* Re: GCC Internal Compiler Error When Compiling with -pipe
  1999-02-28  8:41   ` Mumit Khan
@ 1999-02-28 23:02     ` Mumit Khan
  0 siblings, 0 replies; 24+ messages in thread
From: Mumit Khan @ 1999-02-28 23:02 UTC (permalink / raw)
  To: Todd Goodman; +Cc: cygwin

"Todd Goodman" <tsg1@earthlink.net> writes:
> Back in November there was a brief discussion of the error:
> 
> Making all in common
> gcc -DHAVE_CONFIG_H -I. -I. -I..   -g -O2 -Wall -pipe -c capability.c
> /home/noer/src/b20/comp-tools/devo/gcc/pexecute.c:245: Internal compiler
> error in function pexecute
> 
> Mumit asked if it went away when building without -pipe and it does indeed.
> 
> Would it be useful if I put up the code that produces this problem on a web
> site
> (it's from Freeciv)?
> 

Yes, please. I'd like to take a look before egcs-1.1.2 is out of the door.

Could you please the pre-processed output and put that up?
  
  $ gcc -save-temps -DHAVE_CONFIG_H -I. -I. -I..   -g -O2 -Wall \
    -pipe -c capability.c

will create capability.i file. That's what I need. Since it's just one
file, you can just gzip it and email it to me (either as an attachment
or in the text as uuencoded).

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* Re: GCC Internal Compiler Error When Compiling with -pipe
  1999-02-28 20:37   ` Mumit Khan
@ 1999-02-28 23:02     ` Mumit Khan
  1999-03-03  8:10     ` Chris Faylor
  1 sibling, 0 replies; 24+ messages in thread
From: Mumit Khan @ 1999-02-28 23:02 UTC (permalink / raw)
  To: cygwin

N8TM@aol.com writes:
> In a message dated 2/28/99 8:18:03 AM Pacific Standard Time,
> tsg1@earthlink.net writes:
> 
> << gcc -DHAVE_CONFIG_H -I. -I. -I..   -g -O2 -Wall -pipe -c capability.c
>  /home/noer/src/b20/comp-tools/devo/gcc/pexecute.c:245: Internal compiler
>  error in function pexecute >>
> I haven't seen this problem since b20.1, although I've had configure failures
> associated with setting CFLAGS '... -pipe'

I couldn't reproduce Todd's problem, so hopefully that particular one is 
fixed.  We still have a few more cases that I'm tracking down ...

The quality of upcoming egcs-1.1.2 is heaps better as compared to b20
in terms of stability and "un-crashability".

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* GCC Internal Compiler Error When Compiling with -pipe
  1999-02-28  8:14 Todd Goodman
       [not found] ` < 000b01be6334$c2405dc0$0301a8c0@tgoodman8 >
@ 1999-02-28 23:02 ` Todd Goodman
  1 sibling, 0 replies; 24+ messages in thread
From: Todd Goodman @ 1999-02-28 23:02 UTC (permalink / raw)
  To: cygwin

Back in November there was a brief discussion of the error:

Making all in common
gcc -DHAVE_CONFIG_H -I. -I. -I..   -g -O2 -Wall -pipe -c capability.c
/home/noer/src/b20/comp-tools/devo/gcc/pexecute.c:245: Internal compiler
error in function pexecute

Mumit asked if it went away when building without -pipe and it does indeed.

Would it be useful if I put up the code that produces this problem on a web
site
(it's from Freeciv)?

Is there any update on this or should I plan to look into it?

Thanks,

Todd


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* Re: GCC Internal Compiler Error When Compiling with -pipe
       [not found] ` < 2877cf50.36d9d908@aol.com >
@ 1999-02-28 20:37   ` Mumit Khan
  1999-02-28 23:02     ` Mumit Khan
  1999-03-03  8:10     ` Chris Faylor
  0 siblings, 2 replies; 24+ messages in thread
From: Mumit Khan @ 1999-02-28 20:37 UTC (permalink / raw)
  To: cygwin

N8TM@aol.com writes:
> In a message dated 2/28/99 8:18:03 AM Pacific Standard Time,
> tsg1@earthlink.net writes:
> 
> << gcc -DHAVE_CONFIG_H -I. -I. -I..   -g -O2 -Wall -pipe -c capability.c
>  /home/noer/src/b20/comp-tools/devo/gcc/pexecute.c:245: Internal compiler
>  error in function pexecute >>
> I haven't seen this problem since b20.1, although I've had configure failures
> associated with setting CFLAGS '... -pipe'

I couldn't reproduce Todd's problem, so hopefully that particular one is 
fixed.  We still have a few more cases that I'm tracking down ...

The quality of upcoming egcs-1.1.2 is heaps better as compared to b20
in terms of stability and "un-crashability".

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: GCC Internal Compiler Error When Compiling with -pipe
@ 1999-02-28 16:04 N8TM
       [not found] ` < 2877cf50.36d9d908@aol.com >
  1999-02-28 23:02 ` N8TM
  0 siblings, 2 replies; 24+ messages in thread
From: N8TM @ 1999-02-28 16:04 UTC (permalink / raw)
  To: tsg1, cygwin

In a message dated 2/28/99 8:18:03 AM Pacific Standard Time,
tsg1@earthlink.net writes:

<< gcc -DHAVE_CONFIG_H -I. -I. -I..   -g -O2 -Wall -pipe -c capability.c
 /home/noer/src/b20/comp-tools/devo/gcc/pexecute.c:245: Internal compiler
 error in function pexecute >>
I haven't seen this problem since b20.1, although I've had configure failures
associated with setting CFLAGS '... -pipe'

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: GCC Internal Compiler Error When Compiling with -pipe
       [not found] ` < 000b01be6334$c2405dc0$0301a8c0@tgoodman8 >
@ 1999-02-28  8:41   ` Mumit Khan
  1999-02-28 23:02     ` Mumit Khan
  0 siblings, 1 reply; 24+ messages in thread
From: Mumit Khan @ 1999-02-28  8:41 UTC (permalink / raw)
  To: Todd Goodman; +Cc: cygwin

"Todd Goodman" <tsg1@earthlink.net> writes:
> Back in November there was a brief discussion of the error:
> 
> Making all in common
> gcc -DHAVE_CONFIG_H -I. -I. -I..   -g -O2 -Wall -pipe -c capability.c
> /home/noer/src/b20/comp-tools/devo/gcc/pexecute.c:245: Internal compiler
> error in function pexecute
> 
> Mumit asked if it went away when building without -pipe and it does indeed.
> 
> Would it be useful if I put up the code that produces this problem on a web
> site
> (it's from Freeciv)?
> 

Yes, please. I'd like to take a look before egcs-1.1.2 is out of the door.

Could you please the pre-processed output and put that up?
  
  $ gcc -save-temps -DHAVE_CONFIG_H -I. -I. -I..   -g -O2 -Wall \
    -pipe -c capability.c

will create capability.i file. That's what I need. Since it's just one
file, you can just gzip it and email it to me (either as an attachment
or in the text as uuencoded).

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* GCC Internal Compiler Error When Compiling with -pipe
@ 1999-02-28  8:14 Todd Goodman
       [not found] ` < 000b01be6334$c2405dc0$0301a8c0@tgoodman8 >
  1999-02-28 23:02 ` Todd Goodman
  0 siblings, 2 replies; 24+ messages in thread
From: Todd Goodman @ 1999-02-28  8:14 UTC (permalink / raw)
  To: cygwin

Back in November there was a brief discussion of the error:

Making all in common
gcc -DHAVE_CONFIG_H -I. -I. -I..   -g -O2 -Wall -pipe -c capability.c
/home/noer/src/b20/comp-tools/devo/gcc/pexecute.c:245: Internal compiler
error in function pexecute

Mumit asked if it went away when building without -pipe and it does indeed.

Would it be useful if I put up the code that produces this problem on a web
site
(it's from Freeciv)?

Is there any update on this or should I plan to look into it?

Thanks,

Todd


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

end of thread, other threads:[~1999-03-31 19:45 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-03  8:31 GCC Internal Compiler Error When Compiling with -pipe Suhaib M. Siddiqi
     [not found] ` < 001101be6595$72ce0770$29acdfd0@InspirePharm.Com >
1999-03-03  8:48   ` windres.exe error? Frank McIngvale
1999-03-31 19:45     ` Frank McIngvale
1999-03-03 15:58   ` GCC Internal Compiler Error When Compiling with -pipe Chris Faylor
1999-03-31 19:45     ` Chris Faylor
1999-03-31 19:45 ` Suhaib M. Siddiqi
  -- strict thread matches above, loose matches on Subject: below --
1999-03-03 16:57 Suhaib M. Siddiqi
1999-03-31 19:45 ` Suhaib M. Siddiqi
1999-03-03 10:36 Suhaib M. Siddiqi
     [not found] ` < 007e01be65a6$e3f98670$29acdfd0@InspirePharm.Com >
1999-03-03 19:06   ` Todd Goodman
1999-03-31 19:45     ` Todd Goodman
1999-03-31 19:45 ` Suhaib M. Siddiqi
1999-02-28 16:04 N8TM
     [not found] ` < 2877cf50.36d9d908@aol.com >
1999-02-28 20:37   ` Mumit Khan
1999-02-28 23:02     ` Mumit Khan
1999-03-03  8:10     ` Chris Faylor
     [not found]       ` < 19990302221235.C3492@cygnus.com >
1999-03-03 10:28         ` Todd Goodman
1999-03-31 19:45           ` Todd Goodman
1999-03-31 19:45       ` Chris Faylor
1999-02-28 23:02 ` N8TM
1999-02-28  8:14 Todd Goodman
     [not found] ` < 000b01be6334$c2405dc0$0301a8c0@tgoodman8 >
1999-02-28  8:41   ` Mumit Khan
1999-02-28 23:02     ` Mumit Khan
1999-02-28 23:02 ` Todd Goodman

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