[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mingw-notify
Subject:    MinGW-notify digest, Vol 1 #733 - 7 msgs
From:       mingw-notify-request () lists ! sourceforge ! net
Date:       2004-02-27 4:06:58
Message-ID: 200402270407.i1R47jot023091 () mailer ! progressive-comp ! com
[Download RAW message or body]

Send MinGW-notify mailing list submissions to
	mingw-notify@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
	mingw-notify-request@lists.sourceforge.net

You can reach the person managing the list at
	mingw-notify-admin@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-notify digest..."


This list is used to send updates of submitted patches, bug reports and file \
releases.  You are discouraged from posting to this list.  If you wish to unsubscribe \
you can do so at https://lists.sourceforge.net/lists/listinfo/mingw-notify.

Today's Topics:

   1. [ mingw-Bugs-904840 ] gcc: Internal compiler error cross compiling gcc-3.3.3 \
(SourceForge.net)  2. [ mingw-Bugs-904840 ] gcc: Internal compiler error cross \
compiling gcc-3.3.3 (SourceForge.net)  3. [ mingw-Bugs-904052 ] Internal compiler \
error: Segmentation Fault (SourceForge.net)  4. [ mingw-Bugs-904052 ] Internal \
compiler error: Segmentation Fault (SourceForge.net)  5. [ mingw-Bugs-904946 ] \
stdio.h fails building emacs (SourceForge.net)  6. [ mingw-Bugs-904052 ] Internal \
compiler error: Segmentation Fault (SourceForge.net)  7. [ mingw-Bugs-904946 ] \
stdio.h fails building emacs (SourceForge.net)

--__--__--

Message: 1
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Wed, 25 Feb 2004 21:11:38 -0800
Subject: [Mingw-notify] [ mingw-Bugs-904840 ] gcc: Internal compiler error cross \
compiling gcc-3.3.3

Bugs item #904840, was opened at 2004-02-25 21:11
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=904840&group_id=2435

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Fabrice Gautier (droopycom)
Assigned to: Nobody/Anonymous (nobody)
Summary: gcc: Internal compiler error cross compiling gcc-3.3.3

Initial Comment:
I&#039;m trying to cross compile gcc 3.3.3. mingw32 host, arm-
elf target.

I&#039;m using the gcc sources sources from mingw.org (gcc-
core-3.3.3-200402017-1-src.tar.gz and gcc-g++-3.3.3-
200402017-1-src.tar.gz). 

configured with :
../gcc-3.3.3-200402017-1/configure --with-gcc-version-
trigger=/home/Fabrice/gcc-3.3.3-200402017-
1/gcc/version.c --with-gcc --with-gnu-ld --with-gnu-
as --host=mingw32 --target=arm-elf --prefix=/usr/local -
-enable-threads --disable-nls --enable-
languages=c,c++ --disable-win32-registry --disable-
shared --without-x --enable-hash-synchronization --
norecursion 

After configure i modified manually USING_COLLECT2 and 
STMP_FIXINC in gcc/Makefile to be able to cross compile.

The compilation fails during libgcc compilation, the thumb 
variant of libgcc. 

Here is the failing line:

/home/Fabrice/build-gcc/gcc/xgcc -
B/home/Fabrice/build-gcc/gcc/ -B/usr/local/arm-elf/bin/ -
B/usr/local/arm-elf/lib/ -isystem /usr/local/arm-
elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -
Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-
prototypes -isystem ./include  -Dinhibit_libc -fno-inline -
g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -
Dinhibit_libc -I. -I. -I../../gcc-3.3.3-200402017-1/gcc -
I../../gcc-3.3.3-200402017-1/gcc/. -I../../gcc-3.3.3-
200402017-1/gcc/config -I../../gcc-3.3.3-200402017-
1/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -
DL_pack_df -c dp-bit.c -o libgcc/thumb/_pack_df.o
dp-bit.c: In function `__pack_d&#039;:
dp-bit.c:411: error: insn does not satisfy its constraints:
(insn:HI 333 331 561 008121B0 (set (reg:HI 3 r3 [109])
        (mem:HI (label_ref 584) [0 S2 A16])) 169 
{*thumb_movhi_insn} (insn_list:REG_DEP_ANTI 330 
(insn_list:REG_DEP_OUTPUT 329 (nil)))
    (expr_list:REG_EQUIV (const_int 2047 [0x7ff])
        (nil)))
dp-bit.c:411: internal compiler error: in 
extract_constrain_insn_cached, at recog.c:2090


I cross compiled gcc 3.3.2 before with the same setup 
and it compiled ok.

I should try to cross compile linux->arm-elf- to see if its 
specific to mingw32.
I should try to remove thumb library compilation to know 
if its specific to thumb.





----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=904840&group_id=2435


--__--__--

Message: 2
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Wed, 25 Feb 2004 21:48:49 -0800
Subject: [Mingw-notify] [ mingw-Bugs-904840 ] gcc: Internal compiler error cross \
compiling gcc-3.3.3

Bugs item #904840, was opened at 2004-02-26 18:11
Message generated for change (Comment added) made by dannysmith
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=904840&group_id=2435

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Fabrice Gautier (droopycom)
> Assigned to: Danny Smith (dannysmith)
Summary: gcc: Internal compiler error cross compiling gcc-3.3.3

Initial Comment:
I&#039;m trying to cross compile gcc 3.3.3. mingw32 host, arm-
elf target.

I&#039;m using the gcc sources sources from mingw.org (gcc-
core-3.3.3-200402017-1-src.tar.gz and gcc-g++-3.3.3-
200402017-1-src.tar.gz). 

configured with :
../gcc-3.3.3-200402017-1/configure --with-gcc-version-
trigger=/home/Fabrice/gcc-3.3.3-200402017-
1/gcc/version.c --with-gcc --with-gnu-ld --with-gnu-
as --host=mingw32 --target=arm-elf --prefix=/usr/local -
-enable-threads --disable-nls --enable-
languages=c,c++ --disable-win32-registry --disable-
shared --without-x --enable-hash-synchronization --
norecursion 

After configure i modified manually USING_COLLECT2 and 
STMP_FIXINC in gcc/Makefile to be able to cross compile.

The compilation fails during libgcc compilation, the thumb 
variant of libgcc. 

Here is the failing line:

/home/Fabrice/build-gcc/gcc/xgcc -
B/home/Fabrice/build-gcc/gcc/ -B/usr/local/arm-elf/bin/ -
B/usr/local/arm-elf/lib/ -isystem /usr/local/arm-
elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -
Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-
prototypes -isystem ./include  -Dinhibit_libc -fno-inline -
g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -
Dinhibit_libc -I. -I. -I../../gcc-3.3.3-200402017-1/gcc -
I../../gcc-3.3.3-200402017-1/gcc/. -I../../gcc-3.3.3-
200402017-1/gcc/config -I../../gcc-3.3.3-200402017-
1/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -
DL_pack_df -c dp-bit.c -o libgcc/thumb/_pack_df.o
dp-bit.c: In function `__pack_d&#039;:
dp-bit.c:411: error: insn does not satisfy its constraints:
(insn:HI 333 331 561 008121B0 (set (reg:HI 3 r3 [109])
        (mem:HI (label_ref 584) [0 S2 A16])) 169 
{*thumb_movhi_insn} (insn_list:REG_DEP_ANTI 330 
(insn_list:REG_DEP_OUTPUT 329 (nil)))
    (expr_list:REG_EQUIV (const_int 2047 [0x7ff])
        (nil)))
dp-bit.c:411: internal compiler error: in 
extract_constrain_insn_cached, at recog.c:2090


I cross compiled gcc 3.3.2 before with the same setup 
and it compiled ok.

I should try to cross compile linux->arm-elf- to see if its 
specific to mingw32.
I should try to remove thumb library compilation to know 
if its specific to thumb.





----------------------------------------------------------------------

> Comment By: Danny Smith (dannysmith)
Date: 2004-02-26 18:48

Message:
Logged In: YES 
user_id=11494

Hi,
This bug has been reported to GCC bugzilla and is fixed in 
3.3.4 srcs,  If you follow this:

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

you should be able to track down the patch that will allow the 
cross compile to succeed.

Let us know if that helps.

Danny

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=904840&group_id=2435


--__--__--

Message: 3
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Wed, 25 Feb 2004 22:39:03 -0800
Subject: [Mingw-notify] [ mingw-Bugs-904052 ] Internal compiler error: Segmentation \
Fault

Bugs item #904052, was opened at 2004-02-25 00:07
Message generated for change (Comment added) made by pipesmokex9
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=904052&group_id=2435

Category: gcc
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nigel Browne (pipesmokex9)
Assigned to: Danny Smith (dannysmith)
Summary: Internal compiler error: Segmentation Fault

Initial Comment:
I have been trying to compile wxWindows 2.4.2. I keep
getting an "internal compiler error: Segmentation
Fault" error when g++ is creating various object files.
I have use the current and candidate builds for MSYS,
MINGW and binutils.

Here a smaple message for g++:

c++ -c   -I./lib/wx/include/mswu-2.4 -I./include
-I./src/regex -I./src/zlib -I./src/png -I./src/jpeg
-I./src/tiff -D_WIN32_IE=0x400    -D__WXMSW__ -mthreads
 -fno-pcc-struct-return -O2 -MMD -mthreads -Wall  -o
toplvcmn.o ./src/common/toplvcmn.cpp

src/common/toplvcmn.cpp: In member function `void 
   wxTopLevelWindowBase::OnCloseWindow(wxCloseEvent&)&#039;:
src/common/toplvcmn.cpp:211: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.mingw.org/bugs.shtml> for instructions.
make: *** [toplvcmn.o] Error 1


The error does not occur in the smae functions or files.  

----------------------------------------------------------------------

> Comment By: Nigel Browne (pipesmokex9)
Date: 2004-02-25 22:39

Message:
Logged In: YES 
user_id=983760

Just tried to recompile again.  The segfault was in a
different file:

gcc -c   -I./lib/wx/include/mswu-2.4 -I./include
-I./src/regex -I./src/zlib -I./src/png -I./src/jpeg
-I./src/tiff -D_WIN32_IE=0x400    -D__WXMSW__ -mthreads
-DWXUSINGDLL=1 -save-temps -fno-pcc-struct-return -O2 -MMD
-Wall -save-temps -UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1
-D_WINDLL=1 -o jcphuff.o ./src/jpeg/jcphuff.c
cc1.exe: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.mingw.org/bugs.shtml> for instructions.
make: *** [jcphuff.o] Error 1


----------------------------------------------------------------------

Comment By: Danny Smith (dannysmith)
Date: 2004-02-25 12:05

Message:
Logged In: YES 
user_id=11494

I have successfully built wxwindows-2.4.2 with gcc-3.3 and 
am unable to duplicate your error with the information you 
have provided.  Can you please send preprocessed source file
(add -save-temps to CFLAGS: the prepocessed source will 
have .ii suffix.)

Danny

----------------------------------------------------------------------

Comment By: Earnie Boyd (earnie)
Date: 2004-02-25 09:39

Message:
Logged In: YES 
user_id=15438

Danny, you should be the one to answer this issue.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=904052&group_id=2435


--__--__--

Message: 4
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Wed, 25 Feb 2004 23:55:19 -0800
Subject: [Mingw-notify] [ mingw-Bugs-904052 ] Internal compiler error: Segmentation \
Fault

Bugs item #904052, was opened at 2004-02-25 21:07
Message generated for change (Comment added) made by dannysmith
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=904052&group_id=2435

Category: gcc
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nigel Browne (pipesmokex9)
Assigned to: Danny Smith (dannysmith)
Summary: Internal compiler error: Segmentation Fault

Initial Comment:
I have been trying to compile wxWindows 2.4.2. I keep
getting an "internal compiler error: Segmentation
Fault" error when g++ is creating various object files.
I have use the current and candidate builds for MSYS,
MINGW and binutils.

Here a smaple message for g++:

c++ -c   -I./lib/wx/include/mswu-2.4 -I./include
-I./src/regex -I./src/zlib -I./src/png -I./src/jpeg
-I./src/tiff -D_WIN32_IE=0x400    -D__WXMSW__ -mthreads
 -fno-pcc-struct-return -O2 -MMD -mthreads -Wall  -o
toplvcmn.o ./src/common/toplvcmn.cpp

src/common/toplvcmn.cpp: In member function `void 
   wxTopLevelWindowBase::OnCloseWindow(wxCloseEvent&)&#039;:
src/common/toplvcmn.cpp:211: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.mingw.org/bugs.shtml> for instructions.
make: *** [toplvcmn.o] Error 1


The error does not occur in the smae functions or files.  

----------------------------------------------------------------------

> Comment By: Danny Smith (dannysmith)
Date: 2004-02-26 20:55

Message:
Logged In: YES 
user_id=11494

The file you uploaded appears to be truncated.   There is no 
closing brace to last function.  So I get a syntax error but no 
ICE.

Please try again.

Danny


----------------------------------------------------------------------

Comment By: Nigel Browne (pipesmokex9)
Date: 2004-02-26 19:39

Message:
Logged In: YES 
user_id=983760

Just tried to recompile again.  The segfault was in a
different file:

gcc -c   -I./lib/wx/include/mswu-2.4 -I./include
-I./src/regex -I./src/zlib -I./src/png -I./src/jpeg
-I./src/tiff -D_WIN32_IE=0x400    -D__WXMSW__ -mthreads
-DWXUSINGDLL=1 -save-temps -fno-pcc-struct-return -O2 -MMD
-Wall -save-temps -UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1
-D_WINDLL=1 -o jcphuff.o ./src/jpeg/jcphuff.c
cc1.exe: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.mingw.org/bugs.shtml> for instructions.
make: *** [jcphuff.o] Error 1


----------------------------------------------------------------------

Comment By: Danny Smith (dannysmith)
Date: 2004-02-26 09:05

Message:
Logged In: YES 
user_id=11494

I have successfully built wxwindows-2.4.2 with gcc-3.3 and 
am unable to duplicate your error with the information you 
have provided.  Can you please send preprocessed source file
(add -save-temps to CFLAGS: the prepocessed source will 
have .ii suffix.)

Danny

----------------------------------------------------------------------

Comment By: Earnie Boyd (earnie)
Date: 2004-02-26 06:39

Message:
Logged In: YES 
user_id=15438

Danny, you should be the one to answer this issue.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=904052&group_id=2435


--__--__--

Message: 5
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Thu, 26 Feb 2004 01:34:49 -0800
Subject: [Mingw-notify] [ mingw-Bugs-904946 ] stdio.h fails building emacs

Bugs item #904946, was opened at 2004-02-26 09:34
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=904946&group_id=2435

Category: mingw runtime
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Harald Maier (maierh1)
Assigned to: Nobody/Anonymous (nobody)
Summary: stdio.h fails building emacs

Initial Comment:

Please see the attached files for the precise description.

Harald


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=904946&group_id=2435


--__--__--

Message: 6
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Thu, 26 Feb 2004 09:08:25 -0800
Subject: [Mingw-notify] [ mingw-Bugs-904052 ] Internal compiler error: Segmentation \
Fault

Bugs item #904052, was opened at 2004-02-25 00:07
Message generated for change (Comment added) made by pipesmokex9
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=904052&group_id=2435

Category: gcc
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nigel Browne (pipesmokex9)
Assigned to: Danny Smith (dannysmith)
Summary: Internal compiler error: Segmentation Fault

Initial Comment:
I have been trying to compile wxWindows 2.4.2. I keep
getting an "internal compiler error: Segmentation
Fault" error when g++ is creating various object files.
I have use the current and candidate builds for MSYS,
MINGW and binutils.

Here a smaple message for g++:

c++ -c   -I./lib/wx/include/mswu-2.4 -I./include
-I./src/regex -I./src/zlib -I./src/png -I./src/jpeg
-I./src/tiff -D_WIN32_IE=0x400    -D__WXMSW__ -mthreads
 -fno-pcc-struct-return -O2 -MMD -mthreads -Wall  -o
toplvcmn.o ./src/common/toplvcmn.cpp

src/common/toplvcmn.cpp: In member function `void 
   wxTopLevelWindowBase::OnCloseWindow(wxCloseEvent&)&#039;:
src/common/toplvcmn.cpp:211: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.mingw.org/bugs.shtml> for instructions.
make: *** [toplvcmn.o] Error 1


The error does not occur in the smae functions or files.  

----------------------------------------------------------------------

> Comment By: Nigel Browne (pipesmokex9)
Date: 2004-02-26 09:08

Message:
Logged In: YES 
user_id=983760

I will send more temp files later today. Should I only send the 
temp of the file that causes the segfault or are there others 
that you would like to see?

Just out of curiosity, are you compiling with configure or are 
you using the makefiles directly?  Also, where did you get 
your copy of bison and Flex?  I did not use the version in the 
wxWindows extra.zip, I downloaded the two programs directly 
from GnuWin32.  One more question.  I'm running an AMD 
Athlon 3200+, could this be part of the problem?  

----------------------------------------------------------------------

Comment By: Danny Smith (dannysmith)
Date: 2004-02-25 23:55

Message:
Logged In: YES 
user_id=11494

The file you uploaded appears to be truncated.   There is no 
closing brace to last function.  So I get a syntax error but no 
ICE.

Please try again.

Danny


----------------------------------------------------------------------

Comment By: Nigel Browne (pipesmokex9)
Date: 2004-02-25 22:39

Message:
Logged In: YES 
user_id=983760

Just tried to recompile again.  The segfault was in a
different file:

gcc -c   -I./lib/wx/include/mswu-2.4 -I./include
-I./src/regex -I./src/zlib -I./src/png -I./src/jpeg
-I./src/tiff -D_WIN32_IE=0x400    -D__WXMSW__ -mthreads
-DWXUSINGDLL=1 -save-temps -fno-pcc-struct-return -O2 -MMD
-Wall -save-temps -UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1
-D_WINDLL=1 -o jcphuff.o ./src/jpeg/jcphuff.c
cc1.exe: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.mingw.org/bugs.shtml> for instructions.
make: *** [jcphuff.o] Error 1


----------------------------------------------------------------------

Comment By: Danny Smith (dannysmith)
Date: 2004-02-25 12:05

Message:
Logged In: YES 
user_id=11494

I have successfully built wxwindows-2.4.2 with gcc-3.3 and 
am unable to duplicate your error with the information you 
have provided.  Can you please send preprocessed source file
(add -save-temps to CFLAGS: the prepocessed source will 
have .ii suffix.)

Danny

----------------------------------------------------------------------

Comment By: Earnie Boyd (earnie)
Date: 2004-02-25 09:39

Message:
Logged In: YES 
user_id=15438

Danny, you should be the one to answer this issue.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=904052&group_id=2435


--__--__--

Message: 7
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Thu, 26 Feb 2004 11:11:33 -0800
Subject: [Mingw-notify] [ mingw-Bugs-904946 ] stdio.h fails building emacs

Bugs item #904946, was opened at 2004-02-26 22:34
Message generated for change (Comment added) made by dannysmith
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=904946&group_id=2435

Category: mingw runtime
Group: None
> Status: Closed
> Resolution: Fixed
Priority: 5
Submitted By: Harald Maier (maierh1)
Assigned to: Nobody/Anonymous (nobody)
Summary: stdio.h fails building emacs

Initial Comment:

Please see the attached files for the precise description.

Harald


----------------------------------------------------------------------

> Comment By: Danny Smith (dannysmith)
Date: 2004-02-27 08:11

Message:
Logged In: YES 
user_id=11494

Thanks for reporting.
The two bugs have already been fixed in CVS.
Danny

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=904946&group_id=2435



--__--__--

_______________________________________________
MinGW-notify mailing list
MinGW-notify@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-notify


End of MinGW-notify Digest


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic