public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/18763] New: [4.0 regression] Gcc failed to bootstrap
@ 2004-12-01 19:16 hjl at lucon dot org
  2004-12-01 19:17 ` [Bug bootstrap/18763] " hjl at lucon dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl at lucon dot org @ 2004-12-01 19:16 UTC (permalink / raw)
  To: gcc-bugs

With gcc mainline checked out on Wed Dec  1 18:24:04 UTC 2004, I got

gnu-4:pts/0[38]> stage2/xgcc -Bstage2/
-B/usr/gcc-4.0/ia64-unknown-linux-gnu/bin/ -c   -DUSE_LIBUNWIND_EXCEPTIONS -g
-O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror   
-DHAVE_CONFIG_H    -I. -I. -I/net/gnu/export/gnu/src/gcc/gcc/gcc
-I/net/gnu/export/gnu/src/gcc/gcc/gcc/.
-I/net/gnu/export/gnu/src/gcc/gcc/gcc/../include
-I/net/gnu/export/gnu/src/gcc/gcc/gcc/../libcpp/include 
/net/gnu/export/gnu/src/gcc/gcc/gcc/calls.c -o calls.o
/net/gnu/export/gnu/src/gcc/gcc/gcc/calls.c: In function 'expand_call':
/net/gnu/export/gnu/src/gcc/gcc/gcc/calls.c:1772: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: [4.0 regression] Gcc failed to bootstrap
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-unknown-linux-gnu
  GCC host triplet: ia64-unknown-linux-gnu
GCC target triplet: ia64-unknown-linux-gnu


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


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

* [Bug bootstrap/18763] [4.0 regression] Gcc failed to bootstrap
  2004-12-01 19:16 [Bug bootstrap/18763] New: [4.0 regression] Gcc failed to bootstrap hjl at lucon dot org
@ 2004-12-01 19:17 ` hjl at lucon dot org
  2004-12-01 19:19 ` [Bug tree-optimization/18763] [4.0 regression] Gcc failed to bootstrap with --disable-checking pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hjl at lucon dot org @ 2004-12-01 19:17 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical


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


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

* [Bug tree-optimization/18763] [4.0 regression] Gcc failed to bootstrap with --disable-checking
  2004-12-01 19:16 [Bug bootstrap/18763] New: [4.0 regression] Gcc failed to bootstrap hjl at lucon dot org
  2004-12-01 19:17 ` [Bug bootstrap/18763] " hjl at lucon dot org
@ 2004-12-01 19:19 ` pinskia at gcc dot gnu dot org
  2004-12-01 23:53 ` cvs-commit at gcc dot gnu dot org
  2004-12-01 23:54 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-01 19:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-01 19:18 -------
Confirmed, this is a latent bug in tree-ssa-alias which I am fixing.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
          Component|bootstrap                   |tree-optimization
     Ever Confirmed|                            |1
           Keywords|                            |build, ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-01 19:18:57
               date|                            |
            Summary|[4.0 regression] Gcc failed |[4.0 regression] Gcc failed
                   |to bootstrap                |to bootstrap with --disable-
                   |                            |checking
   Target Milestone|---                         |4.0.0


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


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

* [Bug tree-optimization/18763] [4.0 regression] Gcc failed to bootstrap with --disable-checking
  2004-12-01 19:16 [Bug bootstrap/18763] New: [4.0 regression] Gcc failed to bootstrap hjl at lucon dot org
  2004-12-01 19:17 ` [Bug bootstrap/18763] " hjl at lucon dot org
  2004-12-01 19:19 ` [Bug tree-optimization/18763] [4.0 regression] Gcc failed to bootstrap with --disable-checking pinskia at gcc dot gnu dot org
@ 2004-12-01 23:53 ` cvs-commit at gcc dot gnu dot org
  2004-12-01 23:54 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-12-01 23:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-12-01 23:53 -------
Subject: Bug 18763

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2004-12-01 23:53:17

Modified files:
	gcc            : ChangeLog tree-ssa-alias.c 

Log message:
	2004-12-01  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR tree-opt/18763
	PR tree-opt/18746
	* tree-ssa-alias.c (init_alias_info): Get statement operands for all
	the statements if aliases_computed_p is true.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6666&r2=2.6667
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-alias.c.diff?cvsroot=gcc&r1=2.60&r2=2.61



-- 


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


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

* [Bug tree-optimization/18763] [4.0 regression] Gcc failed to bootstrap with --disable-checking
  2004-12-01 19:16 [Bug bootstrap/18763] New: [4.0 regression] Gcc failed to bootstrap hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2004-12-01 23:53 ` cvs-commit at gcc dot gnu dot org
@ 2004-12-01 23:54 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-01 23:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-01 23:53 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2004-12-01 23:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-01 19:16 [Bug bootstrap/18763] New: [4.0 regression] Gcc failed to bootstrap hjl at lucon dot org
2004-12-01 19:17 ` [Bug bootstrap/18763] " hjl at lucon dot org
2004-12-01 19:19 ` [Bug tree-optimization/18763] [4.0 regression] Gcc failed to bootstrap with --disable-checking pinskia at gcc dot gnu dot org
2004-12-01 23:53 ` cvs-commit at gcc dot gnu dot org
2004-12-01 23:54 ` pinskia 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).