public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/22276] New: [4.1 regression] bootstrap failure on i686-pc-mingw32
@ 2005-07-02 10:38 fxcoudert at gcc dot gnu dot org
  2005-07-02 11:00 ` [Bug middle-end/22276] " giovannibajo at libero dot it
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-07-02 10:38 UTC (permalink / raw)
  To: gcc-bugs

Building gcc on i686-pc-mingw32 (with patch from
http://gcc.gnu.org/ml/gcc-patches/2005-05/msg00009.html) fails with:

./xgcc -B./ -B/mingw/i686-pc-mingw32/bin/ -isystem
/mingw/i686-pc-mingw32/include -isystem /mingw/i686-pc-mingw32/sys-include
-L/home/FX/ibin/gcc/../ld -O2 -I../../gcc/gcc/../winsup/w32api/include -DIN_GCC
   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition  -isystem ./include   -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc/gcc -I../../gcc/gcc/.
-I../../gcc/gcc/../include -I./../intl -I../../gcc/gcc/../libcpp/include
-I/home/FX/local/include -I/home/FX/local/include -fexceptions  -c
../../gcc/gcc/unwind-dw2-fde.c -o libgcc/./unwind-dw2-fde.o
../../gcc/gcc/unwind-dw2-fde.c: In function 'init_object_mutex_once':
../../gcc/gcc/unwind-dw2-fde.c:67: internal compiler error: vector
VEC(tree,base) index domain error, in compute_flow_sensitive_aliasing at
tree-ssa-alias.c:910

-- 
           Summary: [4.1 regression] bootstrap failure on i686-pc-mingw32
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: i686-pc-mingw32


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


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

* [Bug middle-end/22276] [4.1 regression] bootstrap failure on i686-pc-mingw32
  2005-07-02 10:38 [Bug middle-end/22276] New: [4.1 regression] bootstrap failure on i686-pc-mingw32 fxcoudert at gcc dot gnu dot org
@ 2005-07-02 11:00 ` giovannibajo at libero dot it
  2005-07-02 17:08 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: giovannibajo at libero dot it @ 2005-07-02 11:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2005-07-02 11:00 -------
Provide a preprocessed testcase, this bug might be target-independent.

-- 


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


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

* [Bug middle-end/22276] [4.1 regression] bootstrap failure on i686-pc-mingw32
  2005-07-02 10:38 [Bug middle-end/22276] New: [4.1 regression] bootstrap failure on i686-pc-mingw32 fxcoudert at gcc dot gnu dot org
  2005-07-02 11:00 ` [Bug middle-end/22276] " giovannibajo at libero dot it
@ 2005-07-02 17:08 ` pinskia at gcc dot gnu dot org
  2005-07-02 17:22 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-02 17:08 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


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


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

* [Bug middle-end/22276] [4.1 regression] bootstrap failure on i686-pc-mingw32
  2005-07-02 10:38 [Bug middle-end/22276] New: [4.1 regression] bootstrap failure on i686-pc-mingw32 fxcoudert at gcc dot gnu dot org
  2005-07-02 11:00 ` [Bug middle-end/22276] " giovannibajo at libero dot it
  2005-07-02 17:08 ` pinskia at gcc dot gnu dot org
@ 2005-07-02 17:22 ` pinskia at gcc dot gnu dot org
  2005-07-15  3:09 ` pinskia at gcc dot gnu dot org
  2005-07-18 21:42 ` fxcoudert at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-02 17:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-02 17:22 -------
Are you sure that your tree-ssa-alias.c is not modified?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
           Keywords|                            |ice-on-valid-code


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


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

* [Bug middle-end/22276] [4.1 regression] bootstrap failure on i686-pc-mingw32
  2005-07-02 10:38 [Bug middle-end/22276] New: [4.1 regression] bootstrap failure on i686-pc-mingw32 fxcoudert at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-07-02 17:22 ` pinskia at gcc dot gnu dot org
@ 2005-07-15  3:09 ` pinskia at gcc dot gnu dot org
  2005-07-18 21:42 ` fxcoudert at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-15  3:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-15 02:27 -------
Does this happen now?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug middle-end/22276] [4.1 regression] bootstrap failure on i686-pc-mingw32
  2005-07-02 10:38 [Bug middle-end/22276] New: [4.1 regression] bootstrap failure on i686-pc-mingw32 fxcoudert at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-07-15  3:09 ` pinskia at gcc dot gnu dot org
@ 2005-07-18 21:42 ` fxcoudert at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-07-18 21:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-07-18 21:38 -------
Can't reproduce it any more. Sorry.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WORKSFORME


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


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

end of thread, other threads:[~2005-07-18 21:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-02 10:38 [Bug middle-end/22276] New: [4.1 regression] bootstrap failure on i686-pc-mingw32 fxcoudert at gcc dot gnu dot org
2005-07-02 11:00 ` [Bug middle-end/22276] " giovannibajo at libero dot it
2005-07-02 17:08 ` pinskia at gcc dot gnu dot org
2005-07-02 17:22 ` pinskia at gcc dot gnu dot org
2005-07-15  3:09 ` pinskia at gcc dot gnu dot org
2005-07-18 21:42 ` fxcoudert at gcc dot gnu dot org

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