public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/33948] Bootstrap broken on mips-sgi-irix6.5
  2007-10-30 11:40 [Bug target/33948] New: Bootstrap broken on mips-sgi-irix6.5 fxcoudert at gcc dot gnu dot org
@ 2007-10-30 11:40 ` fxcoudert at gcc dot gnu dot org
  2007-10-30 11:41 ` fxcoudert at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-10-30 11:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from fxcoudert at gcc dot gnu dot org  2007-10-30 11:40 -------
Created an attachment (id=14441)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14441&action=view)
Dumps from -fdump-tree-all


-- 


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


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

* [Bug target/33948]  New: Bootstrap broken on mips-sgi-irix6.5
@ 2007-10-30 11:40 fxcoudert at gcc dot gnu dot org
  2007-10-30 11:40 ` [Bug target/33948] " fxcoudert at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-10-30 11:40 UTC (permalink / raw)
  To: gcc-bugs

I'm sorry to report yet another bootstrap breakage on mips-sgi-irix6.5. The
following testcase is reduced from lambda-code.c, which fails to compile at
stage 2:

$ cat foo.i
typedef struct {
  int i, j;
} tree_stmt_iterator;

typedef struct {
  tree_stmt_iterator tsi;
  int bb;
} block_stmt_iterator;

block_stmt_iterator bsi_for_stmt ();

void
remove_iv ()
{
  block_stmt_iterator bsi = bsi_for_stmt ();
}
$ ../prev-gcc/cc1 -fpreprocessed -quiet foo.i
foo.i: In function 'remove_iv':
foo.i:15:3: internal compiler error: in simplify_subreg, at simplify-rtx.c:4917


-- 
           Summary: Bootstrap broken on mips-sgi-irix6.5
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: major
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org
 GCC build triplet: mips-sgi-irix6.5
  GCC host triplet: mips-sgi-irix6.5
GCC target triplet: mips-sgi-irix6.5


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


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

* [Bug target/33948] Bootstrap broken on mips-sgi-irix6.5
  2007-10-30 11:40 [Bug target/33948] New: Bootstrap broken on mips-sgi-irix6.5 fxcoudert at gcc dot gnu dot org
  2007-10-30 11:40 ` [Bug target/33948] " fxcoudert at gcc dot gnu dot org
@ 2007-10-30 11:41 ` fxcoudert at gcc dot gnu dot org
  2007-10-31  8:23 ` rsandifo at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-10-30 11:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from fxcoudert at gcc dot gnu dot org  2007-10-30 11:41 -------
And I should have said this is revision 129739.


-- 


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


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

* [Bug target/33948] Bootstrap broken on mips-sgi-irix6.5
  2007-10-30 11:40 [Bug target/33948] New: Bootstrap broken on mips-sgi-irix6.5 fxcoudert at gcc dot gnu dot org
  2007-10-30 11:40 ` [Bug target/33948] " fxcoudert at gcc dot gnu dot org
  2007-10-30 11:41 ` fxcoudert at gcc dot gnu dot org
@ 2007-10-31  8:23 ` rsandifo at gcc dot gnu dot org
  2007-10-31  8:24 ` rsandifo at gcc dot gnu dot org
  2007-11-19  5:02 ` [Bug target/33948] [4.3 Regression] " pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2007-10-31  8:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rsandifo at gcc dot gnu dot org  2007-10-31 08:23 -------
Subject: Bug 33948

Author: rsandifo
Date: Wed Oct 31 08:23:30 2007
New Revision: 129794

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129794
Log:
gcc/
        PR target/33948
        * config/mips/mips.c (mips_fpr_return_fields): Fix SCALAR_TYPE_P
        check.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/mips/mips.c


-- 


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


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

* [Bug target/33948] Bootstrap broken on mips-sgi-irix6.5
  2007-10-30 11:40 [Bug target/33948] New: Bootstrap broken on mips-sgi-irix6.5 fxcoudert at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-10-31  8:23 ` rsandifo at gcc dot gnu dot org
@ 2007-10-31  8:24 ` rsandifo at gcc dot gnu dot org
  2007-11-19  5:02 ` [Bug target/33948] [4.3 Regression] " pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2007-10-31  8:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rsandifo at gcc dot gnu dot org  2007-10-31 08:23 -------
Fixed on mainline.


-- 

rsandifo at gcc dot gnu dot org changed:

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


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


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

* [Bug target/33948] [4.3 Regression] Bootstrap broken on mips-sgi-irix6.5
  2007-10-30 11:40 [Bug target/33948] New: Bootstrap broken on mips-sgi-irix6.5 fxcoudert at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-10-31  8:24 ` rsandifo at gcc dot gnu dot org
@ 2007-11-19  5:02 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-11-19  5:02 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Bootstrap broken on mips-   |[4.3 Regression] Bootstrap
                   |sgi-irix6.5                 |broken on mips-sgi-irix6.5
   Target Milestone|---                         |4.3.0


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


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

end of thread, other threads:[~2007-11-19  5:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-30 11:40 [Bug target/33948] New: Bootstrap broken on mips-sgi-irix6.5 fxcoudert at gcc dot gnu dot org
2007-10-30 11:40 ` [Bug target/33948] " fxcoudert at gcc dot gnu dot org
2007-10-30 11:41 ` fxcoudert at gcc dot gnu dot org
2007-10-31  8:23 ` rsandifo at gcc dot gnu dot org
2007-10-31  8:24 ` rsandifo at gcc dot gnu dot org
2007-11-19  5:02 ` [Bug target/33948] [4.3 Regression] " 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).