public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/29922]  New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2
@ 2006-11-21  1:41 happyarch at gmail dot com
  2006-11-21  2:00 ` [Bug tree-optimization/29922] " pinskia at gcc dot gnu dot org
                   ` (26 more replies)
  0 siblings, 27 replies; 30+ messages in thread
From: happyarch at gmail dot com @ 2006-11-21  1:41 UTC (permalink / raw)
  To: gcc-bugs

> pwd
/usr/src/linux-2.6.19-rc6
 > ls
COPYING  Documentation  MAINTAINERS  README          arch   crypto   fs      
init  kernel  mm   scripts   sound
CREDITS  Kbuild         Makefile     REPORTING-BUGS  block  drivers  include 
ipc   lib     net  security  usr
 > make menuconfig
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/docproc
  HOSTCC  scripts/kconfig/conf.o
scripts/kconfig/conf.c: In function 'conf':
scripts/kconfig/conf.c:409: internal compiler error: in
insert_into_preds_of_block, at tree-ssa-pre.c:2750
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: happyarch at gmail dot com


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


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

* [Bug tree-optimization/29922] gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
@ 2006-11-21  2:00 ` pinskia at gcc dot gnu dot org
  2006-11-21  3:17 ` happyarch at gmail dot com
                   ` (25 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-21  2:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-11-21 02:00 -------
Can you attach the preprocessed source?


-- 


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


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

* [Bug tree-optimization/29922] gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
  2006-11-21  2:00 ` [Bug tree-optimization/29922] " pinskia at gcc dot gnu dot org
@ 2006-11-21  3:17 ` happyarch at gmail dot com
  2006-11-21  3:22 ` pinskia at gcc dot gnu dot org
                   ` (24 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: happyarch at gmail dot com @ 2006-11-21  3:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from happyarch at gmail dot com  2006-11-21 03:17 -------
I dunno, What is the preprocessed source?
conf.{c,o}?


-- 


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


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

* [Bug tree-optimization/29922] gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
  2006-11-21  2:00 ` [Bug tree-optimization/29922] " pinskia at gcc dot gnu dot org
  2006-11-21  3:17 ` happyarch at gmail dot com
@ 2006-11-21  3:22 ` pinskia at gcc dot gnu dot org
  2006-11-21  3:33 ` happyarch at gmail dot com
                   ` (23 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-21  3:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-11-21 03:22 -------
(In reply to comment #2)
> I dunno, What is the preprocessed source?
> conf.{c,o}?

The .i file which is produced via adding -save-temps to the command that
invokes GCC with.

This is all explained in http://gcc.gnu.org/bugs.html.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug tree-optimization/29922] gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (2 preceding siblings ...)
  2006-11-21  3:22 ` pinskia at gcc dot gnu dot org
@ 2006-11-21  3:33 ` happyarch at gmail dot com
  2006-11-21  7:04 ` happyarch at gmail dot com
                   ` (22 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: happyarch at gmail dot com @ 2006-11-21  3:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from happyarch at gmail dot com  2006-11-21 03:32 -------
I see, i will attach the source.
But, it takes time, i can't access my computer ATM. 


-- 


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


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

* [Bug tree-optimization/29922] gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (3 preceding siblings ...)
  2006-11-21  3:33 ` happyarch at gmail dot com
@ 2006-11-21  7:04 ` happyarch at gmail dot com
  2006-11-21  7:10 ` pinskia at gcc dot gnu dot org
                   ` (21 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: happyarch at gmail dot com @ 2006-11-21  7:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from happyarch at gmail dot com  2006-11-21 07:03 -------
Created an attachment (id=12657)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12657&action=view)
the preprocessed files and output


-- 


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


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

* [Bug tree-optimization/29922] gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (4 preceding siblings ...)
  2006-11-21  7:04 ` happyarch at gmail dot com
@ 2006-11-21  7:10 ` pinskia at gcc dot gnu dot org
  2006-11-21  7:48 ` pinskia at gcc dot gnu dot org
                   ` (20 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-21  7:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-11-21 07:10 -------
Reducing.


-- 


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


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

* [Bug tree-optimization/29922] gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (5 preceding siblings ...)
  2006-11-21  7:10 ` pinskia at gcc dot gnu dot org
@ 2006-11-21  7:48 ` pinskia at gcc dot gnu dot org
  2006-11-21  7:50 ` pinskia at gcc dot gnu dot org
                   ` (19 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-21  7:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2006-11-21 07:47 -------
Confirmed, reduced testcase:
struct menu {
 struct menu *next;
 struct menu *list;
};
char line[128];
int conf_choice(struct menu *menu)
{
 struct menu *child;
 while (1)
 {
  for (child = menu->list; child; child = child->next)
 {
   if (menu_is_visible())
    break;
  }
  if (!child)
   continue;
  if (strlen(line) == 100)
 {
   f();
   continue;
  }
  return 1;
 }
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |blocker
             Status|WAITING                     |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-11-21 07:47:57
               date|                            |
   Target Milestone|---                         |4.3.0


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


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

* [Bug tree-optimization/29922] gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (6 preceding siblings ...)
  2006-11-21  7:48 ` pinskia at gcc dot gnu dot org
@ 2006-11-21  7:50 ` pinskia at gcc dot gnu dot org
  2006-11-25  9:13 ` [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block pinskia at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-21  7:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at gcc dot gnu dot org  2006-11-21 07:50 -------
This worked with "4.3.0 20061112" but fails with "4.3.0 20061119".
I think it was caused by:
2006-11-14  Daniel Berlin  <dberlin@dberlin.org>

        Fix PR tree-optimization/27755


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dberlin at gcc dot gnu dot
                   |                            |org


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


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

* [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (7 preceding siblings ...)
  2006-11-21  7:50 ` pinskia at gcc dot gnu dot org
@ 2006-11-25  9:13 ` pinskia at gcc dot gnu dot org
  2006-11-27  7:52 ` pinskia at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-25  9:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from pinskia at gcc dot gnu dot org  2006-11-25 09:13 -------
(gdb) p debug_generic_expr (vh)
VH.22
$4 = void
(gdb) p debug_generic_expr (eprime)
strlen (&lineD.1610)
(gdb) p debug_generic_expr (vuse)
lineD.1610_11

We have:
  # NONLOCAL.5_14 = PHI <NONLOCAL.5_18(5)>;
  # line_11 = PHI <line_17(5)>;
<L4>:;
  #   VUSE <line_11>;
  #   VUSE <NONLOCAL.5_14>;
  D.1623_6 = strlen (&line);
  if (D.1623_6 == 100) goto <L6>; else goto <L7>;

Though the good question is why we have those PHIs still there even though they
don't do anything except produce a copy.  All the copyprop passes as far as I
can tell skip them because they are virtual.


-- 


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


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

* [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (8 preceding siblings ...)
  2006-11-25  9:13 ` [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block pinskia at gcc dot gnu dot org
@ 2006-11-27  7:52 ` pinskia at gcc dot gnu dot org
  2006-11-27  8:06 ` pinskia at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-27  7:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from pinskia at gcc dot gnu dot org  2006-11-27 07:51 -------
(In reply to comment #9)
> Though the good question is why we have those PHIs still there even though they
> don't do anything except produce a copy.  All the copyprop passes as far as I
> can tell skip them because they are virtual.

The reason why they still exist is because they have a loop variant on the
arugment which causes us to reject it during copyprop (and during dom).  I have
a patch to remove the conditional on virtual operands but I don't know if this
is enough to make sure we never produce this type of PHIs again.


-- 


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


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

* [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (9 preceding siblings ...)
  2006-11-27  7:52 ` pinskia at gcc dot gnu dot org
@ 2006-11-27  8:06 ` pinskia at gcc dot gnu dot org
  2006-11-27 17:23   ` Andrew Pinski
  2006-11-27 17:23 ` pinskia at gmail dot com
                   ` (15 subsequent siblings)
  26 siblings, 1 reply; 30+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-27  8:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from pinskia at gcc dot gnu dot org  2006-11-27 08:06 -------
Here is the patch which fixes the PHI issue but I don't know if it will always
fix the PRE issue but I think it will as the PRE issue is always with VOPs:
Index: tree-ssa-dom.c
===================================================================
--- tree-ssa-dom.c      (revision 119245)
+++ tree-ssa-dom.c      (working copy)
@@ -1700,8 +1700,10 @@ cprop_operand (tree stmt, use_operand_p
         depth than the propagatee.  Otherwise, this may move loop variant
         variables outside of their loops and prevent coalescing
         opportunities.  If the value was loop invariant, it will be hoisted
-        by LICM and exposed for copy propagation.  */
-      if (loop_depth_of_name (val) > loop_depth_of_name (op))
+        by LICM and exposed for copy propagation.  We don't care much about
+         virtual operands.  */
+      if (loop_depth_of_name (val) > loop_depth_of_name (op)
+         && is_gimple_reg (val))
        return false;

       /* Dump details.  */
@@ -2136,12 +2138,13 @@ static void
 propagate_rhs_into_lhs (tree stmt, tree lhs, tree rhs, bitmap
interesting_names)
 {
   /* First verify that propagation is valid and isn't going to move a
-     loop variant variable outside its loop.  */
+     loop variant variable outside its loop except for vops.  */
   if (! SSA_NAME_OCCURS_IN_ABNORMAL_PHI (lhs)
       && (TREE_CODE (rhs) != SSA_NAME
          || ! SSA_NAME_OCCURS_IN_ABNORMAL_PHI (rhs))
       && may_propagate_copy (lhs, rhs)
-      && loop_depth_of_name (lhs) >= loop_depth_of_name (rhs))
+      && (loop_depth_of_name (lhs) > loop_depth_of_name (rhs)
+         || !is_gimple_reg (lhs)))
     {
       use_operand_p use_p;
       imm_use_iterator iter;
Index: tree-ssa-copy.c
===================================================================
--- tree-ssa-copy.c     (revision 119245)
+++ tree-ssa-copy.c     (working copy)
@@ -801,8 +801,10 @@ copy_prop_visit_phi_node (tree phi)
         Otherwise, this may move loop variant variables outside of
         their loops and prevent coalescing opportunities.  If the
         value was loop invariant, it will be hoisted by LICM and
-        exposed for copy propagation.  */
-      if (loop_depth_of_name (arg) > loop_depth_of_name (lhs))
+        exposed for copy propagation.  We don't much about virtual
+        operands as they don't cause any LICM to happen.  */
+      if (loop_depth_of_name (arg) > loop_depth_of_name (lhs)
+         && is_gimple_reg (arg))
        {
          phi_val.value = lhs;
          break;


-- 


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


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

* [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (10 preceding siblings ...)
  2006-11-27  8:06 ` pinskia at gcc dot gnu dot org
@ 2006-11-27 17:23 ` pinskia at gmail dot com
  2006-12-15 22:09 ` pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: pinskia at gmail dot com @ 2006-11-27 17:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from pinskia at gmail dot com  2006-11-27 17:23 -------
Subject: Re:  [4.3 Regression] [Linux] ICE in
        insert_into_preds_of_block

On Mon, 2006-11-27 at 08:06 +0000, pinskia at gcc dot gnu dot org wrote:
> 
> ------- Comment #11 from pinskia at gcc dot gnu dot org  2006-11-27 08:06 -------
> Here is the patch which fixes the PHI issue but I don't know if it will always
> fix the PRE issue but I think it will as the PRE issue is always with VOPs:

I am hiding a PRE bug but there is no reason for these PHIs to be there
anyways as far as I can tell so I am still going to submit my patch for
the PHIs but will keep this bug opened.

Thanks,
Andrew Pinski


-- 


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


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

* Re: [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in  insert_into_preds_of_block
  2006-11-27  8:06 ` pinskia at gcc dot gnu dot org
@ 2006-11-27 17:23   ` Andrew Pinski
  0 siblings, 0 replies; 30+ messages in thread
From: Andrew Pinski @ 2006-11-27 17:23 UTC (permalink / raw)
  To: gcc-bugzilla; +Cc: gcc-bugs

On Mon, 2006-11-27 at 08:06 +0000, pinskia at gcc dot gnu dot org wrote:
> 
> ------- Comment #11 from pinskia at gcc dot gnu dot org  2006-11-27 08:06 -------
> Here is the patch which fixes the PHI issue but I don't know if it will always
> fix the PRE issue but I think it will as the PRE issue is always with VOPs:

I am hiding a PRE bug but there is no reason for these PHIs to be there
anyways as far as I can tell so I am still going to submit my patch for
the PHIs but will keep this bug opened.

Thanks,
Andrew Pinski


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

* [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (11 preceding siblings ...)
  2006-11-27 17:23 ` pinskia at gmail dot com
@ 2006-12-15 22:09 ` pinskia at gcc dot gnu dot org
  2006-12-18  9:33 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-12-15 22:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from pinskia at gcc dot gnu dot org  2006-12-15 22:08 -------
*** Bug 30227 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu dot
                   |                            |org


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


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

* [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (12 preceding siblings ...)
  2006-12-15 22:09 ` pinskia at gcc dot gnu dot org
@ 2006-12-18  9:33 ` pinskia at gcc dot gnu dot org
  2006-12-19 21:56 ` kargl at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-12-18  9:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from pinskia at gcc dot gnu dot org  2006-12-18 09:33 -------
*** Bug 30244 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcb314 at hotmail dot com


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


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

* [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (13 preceding siblings ...)
  2006-12-18  9:33 ` pinskia at gcc dot gnu dot org
@ 2006-12-19 21:56 ` kargl at gcc dot gnu dot org
  2006-12-20  2:55   ` Daniel Berlin
  2006-12-20  2:55 ` dberlin at dberlin dot org
                   ` (11 subsequent siblings)
  26 siblings, 1 reply; 30+ messages in thread
From: kargl at gcc dot gnu dot org @ 2006-12-19 21:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from kargl at gcc dot gnu dot org  2006-12-19 21:55 -------
Just a note here.  My recent compilation of LAPACK with gfortran has stumbled
onto to this bug.

gfc -w -c -O3 -march=opteron -funroll-loops -ftree-vectorize \
-I/home/kargl/opt/modules sget33.f
sget33.f: In function 'sget33':
sget33.f:1: internal compiler error: in insert_into_preds_of_block, at
tree-ssa-pre.c:2750
Please submit a full bug report,


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu dot org


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


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

* Re: [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-12-19 21:56 ` kargl at gcc dot gnu dot org
@ 2006-12-20  2:55   ` Daniel Berlin
  0 siblings, 0 replies; 30+ messages in thread
From: Daniel Berlin @ 2006-12-20  2:55 UTC (permalink / raw)
  To: gcc-bugzilla; +Cc: gcc-bugs

I will try to get back to this bug this week. I was fighting some
other fights last week, i apologize.


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

* [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (14 preceding siblings ...)
  2006-12-19 21:56 ` kargl at gcc dot gnu dot org
@ 2006-12-20  2:55 ` dberlin at dberlin dot org
  2007-01-11 18:28 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: dberlin at dberlin dot org @ 2006-12-20  2:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from dberlin at gcc dot gnu dot org  2006-12-20 02:55 -------
Subject: Re:  [4.3 Regression] [Linux] ICE in insert_into_preds_of_block

I will try to get back to this bug this week. I was fighting some
other fights last week, i apologize.


-- 


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


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

* [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (15 preceding siblings ...)
  2006-12-20  2:55 ` dberlin at dberlin dot org
@ 2007-01-11 18:28 ` pinskia at gcc dot gnu dot org
  2007-02-09 19:00 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-11 18:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from pinskia at gcc dot gnu dot org  2007-01-11 18:28 -------
*** Bug 30441 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Jean-pierre dot vial at
                   |                            |wanadoo dot fr


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


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

* [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (16 preceding siblings ...)
  2007-01-11 18:28 ` pinskia at gcc dot gnu dot org
@ 2007-02-09 19:00 ` pinskia at gcc dot gnu dot org
  2007-03-05 10:13 ` tbm at cyrius dot com
                   ` (8 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-02-09 19:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from pinskia at gcc dot gnu dot org  2007-02-09 19:00 -------
*** Bug 30713 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ray at ultramarine dot com


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


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

* [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (17 preceding siblings ...)
  2007-02-09 19:00 ` pinskia at gcc dot gnu dot org
@ 2007-03-05 10:13 ` tbm at cyrius dot com
  2007-03-09 17:55 ` dberlin at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: tbm at cyrius dot com @ 2007-03-05 10:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #19 from tbm at cyrius dot com  2007-03-05 10:13 -------
> I will try to get back to this bug this week. I was fighting some
> other fights last week, i apologize.

Danny, any update on this?


-- 


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


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

* [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (18 preceding siblings ...)
  2007-03-05 10:13 ` tbm at cyrius dot com
@ 2007-03-09 17:55 ` dberlin at gcc dot gnu dot org
  2007-03-09 19:28 ` tbm at cyrius dot com
                   ` (6 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: dberlin at gcc dot gnu dot org @ 2007-03-09 17:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #20 from dberlin at gcc dot gnu dot org  2007-03-09 17:55 -------
Uh, i think i accidentally fixed the reduced testcase with my recent alias
patch (r122741).
Are the others still failing?


-- 


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


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

* [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (19 preceding siblings ...)
  2007-03-09 17:55 ` dberlin at gcc dot gnu dot org
@ 2007-03-09 19:28 ` tbm at cyrius dot com
  2007-03-09 19:34 ` tbm at cyrius dot com
                   ` (5 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: tbm at cyrius dot com @ 2007-03-09 19:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #21 from tbm at cyrius dot com  2007-03-09 19:28 -------
(In reply to comment #20)
> Uh, i think i accidentally fixed the reduced testcase with my recent alias
> patch (r122741).
> Are the others still failing?

Yes, conf.i is still failing at -O2


-- 


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


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

* [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (20 preceding siblings ...)
  2007-03-09 19:28 ` tbm at cyrius dot com
@ 2007-03-09 19:34 ` tbm at cyrius dot com
  2007-03-10  8:48 ` Jean-pierre dot vial at wanadoo dot fr
                   ` (4 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: tbm at cyrius dot com @ 2007-03-09 19:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #22 from tbm at cyrius dot com  2007-03-09 19:34 -------
Testcase based on conf.i:

struct symbol
{
  char *help;
};
struct menu
{
  struct menu *next;
  struct menu *list;
  struct symbol *sym;
};
enum
{
  ask_all,
}
input_mode = ask_all;
static char line[128];
static char nohelp_text[] =
  ("Sorry, no help available for this option yet.\n");
conf_choice (struct menu *menu)
{
  struct menu *child;
  while (1)
    {
      int cnt, def;
    conf_childs:for (child = menu->list; child; child = child->next)
        {
          if (!child->sym || !menu_is_visible (child))
          if (!--cnt)
            break;
        }
      if (!child)
        continue;
      if (line[strlen (line) - 1] == '?')
        {
          printf ("\n%s\n", child->sym->help ? child->sym->help : "");
          continue;
        }
      return 1;
    }
}


-- 


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


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

* [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (21 preceding siblings ...)
  2007-03-09 19:34 ` tbm at cyrius dot com
@ 2007-03-10  8:48 ` Jean-pierre dot vial at wanadoo dot fr
  2007-03-17 23:08 ` dberlin at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: Jean-pierre dot vial at wanadoo dot fr @ 2007-03-10  8:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #23 from Jean-pierre dot vial at wanadoo dot fr  2007-03-10 08:48 -------
the two test files from the LAPACK library
dget33.f and sget33.f whose compilation with gfortran failed
with -O3 optmisation are now compiled without error or warning.
tested with gfortran 4.3 experimental (svn) dated 20070309 and 20070222


-- 


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


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

* [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (22 preceding siblings ...)
  2007-03-10  8:48 ` Jean-pierre dot vial at wanadoo dot fr
@ 2007-03-17 23:08 ` dberlin at gcc dot gnu dot org
  2007-03-17 23:17 ` tbm at cyrius dot com
                   ` (2 subsequent siblings)
  26 siblings, 0 replies; 30+ messages in thread
From: dberlin at gcc dot gnu dot org @ 2007-03-17 23:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #24 from dberlin at gcc dot gnu dot org  2007-03-17 23:07 -------
Subject: Bug 29922

Author: dberlin
Date: Sat Mar 17 23:07:34 2007
New Revision: 123029

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123029
Log:
2007-03-16  Daniel Berlin  <dberlin@dberlin.org>

        Fix PR tree-optimization/29922
        * tree-ssa-pre.c (bb_bitmap_sets): Remove RVUSE_* members.
        (get_representative): Removed.
        (value_dies_in_block_x): Update for rvuse removal.
        (valid_in_sets): Update for renaming of vuses_dies_in_block_x.
        (compute_antic_aux): Handle when PHI nodes appear in
        non-single-successors. 
        (dump_bitmap_of_names): Removed.
        (compute_antic_safe): Renamed and removed rvuse calculation.
        Calculate only antic safe.
        (insert_into_preds_of_block): Remove assert.
        (execute_pre): Update for renamed functions.
        (defer_or_phi_translate_block): New function.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/gcc.dg/tree-ssa/loadpre12.c
    trunk/gcc/tree-ssa-pre.c


-- 


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


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

* [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (23 preceding siblings ...)
  2007-03-17 23:08 ` dberlin at gcc dot gnu dot org
@ 2007-03-17 23:17 ` tbm at cyrius dot com
  2007-03-17 23:19 ` dberlin at gcc dot gnu dot org
  2007-04-28  4:19 ` kargl at gcc dot gnu dot org
  26 siblings, 0 replies; 30+ messages in thread
From: tbm at cyrius dot com @ 2007-03-17 23:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #25 from tbm at cyrius dot com  2007-03-17 23:16 -------
Thanks, Danny!


-- 


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


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

* [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (24 preceding siblings ...)
  2007-03-17 23:17 ` tbm at cyrius dot com
@ 2007-03-17 23:19 ` dberlin at gcc dot gnu dot org
  2007-04-28  4:19 ` kargl at gcc dot gnu dot org
  26 siblings, 0 replies; 30+ messages in thread
From: dberlin at gcc dot gnu dot org @ 2007-03-17 23:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #26 from dberlin at gcc dot gnu dot org  2007-03-17 23:18 -------
Sorry for the delay.
Fixed now.


-- 

dberlin at gcc dot gnu dot org changed:

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


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


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

* [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block
  2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
                   ` (25 preceding siblings ...)
  2007-03-17 23:19 ` dberlin at gcc dot gnu dot org
@ 2007-04-28  4:19 ` kargl at gcc dot gnu dot org
  26 siblings, 0 replies; 30+ messages in thread
From: kargl at gcc dot gnu dot org @ 2007-04-28  4:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #27 from kargl at gcc dot gnu dot org  2007-04-28 05:14 -------
Subject: Bug 29922

Author: kargl
Date: Sat Apr 28 05:11:29 2007
New Revision: 124256

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124256
Log:
Merged revisions 123029-123122 via svnmerge from 
svn+ssh://kargl@gcc.gnu.org/svn/gcc/trunk

........
  r123029 | dberlin | 2007-03-17 16:07:34 -0700 (Sat, 17 Mar 2007) | 17 lines

  2007-03-16  Daniel Berlin  <dberlin@dberlin.org>

        Fix PR tree-optimization/29922
        * tree-ssa-pre.c (bb_bitmap_sets): Remove RVUSE_* members.
        (get_representative): Removed.
        (value_dies_in_block_x): Update for rvuse removal.
        (valid_in_sets): Update for renaming of vuses_dies_in_block_x.
        (compute_antic_aux): Handle when PHI nodes appear in
        non-single-successors. 
        (dump_bitmap_of_names): Removed.
        (compute_antic_safe): Renamed and removed rvuse calculation.
        Calculate only antic safe.
        (insert_into_preds_of_block): Remove assert.
        (execute_pre): Update for renamed functions.
        (defer_or_phi_translate_block): New function.
........
  r123032 | gccadmin | 2007-03-17 17:17:18 -0700 (Sat, 17 Mar 2007) | 1 line

  Daily bump.
........
  r123034 | dorit | 2007-03-17 21:37:32 -0700 (Sat, 17 Mar 2007) | 5 lines

          * tree-vect-transform.c (get_initial_def_for_induction): Replace
          GET_MODE_NUNITS with TYPE_VECTOR_SUBPARTS.
          (get_initial_def_for_reduction): Likewise.
........
  r123035 | schwab | 2007-03-18 04:17:44 -0700 (Sun, 18 Mar 2007) | 4 lines

        * acinclude.m4: Adjust regular expression for ld version
        extraction.
        * configure: Regenerate.
........
  r123037 | pault | 2007-03-18 08:00:55 -0700 (Sun, 18 Mar 2007) | 26 lines

  2007-03-18  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/30531
        PR fortran/31086
        * symbo.c : Add gfc_derived_types.
        (gfc_free_dt_list): Free derived type list gfc_derived_types.
        (gfc_free_namespace): Remove call to gfc_free_dt_list.
        (gfc_symbol_done_2): Call  gfc_free_dt_list.
        * gfortran.h : Declare gfc_derived_types to be external. Remove
        derived types field from gfc_namespace.
        * resolve.c (resolve_fl_derived): Refer to gfc_derived types
        rather than namespace derived_types.
        (resolve_fntype): Remove special treatment for module
        derived type functions.
        * trans-types.c (gfc_get_derived_type): Remove search for like
        derived types.  Finish by copying back end declaration to like
        derived types in the derived type list gfc_derived_types.

  2007-03-18  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/30531
        * gfortran.dg/used_types_14.f90: New test.

        PR fortran/31086
        * gfortran.dg/used_types_15.f90: New test.
........
  r123038 | jvdelisle | 2007-03-18 11:13:50 -0700 (Sun, 18 Mar 2007) | 12 lines

  2007-03-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR libgfortran/31052
        * io/file_position (st_rewind): Fix comments. Remove use of
        test_endfile. Don't seek if already at 0 position.  Use new is_special
        function to set endfile state.
        * io/open.c (test_endfile): Delete this function.
        * io/io.h: Delete prototype for test_endfile.  Add prototype
        for is_special.
        * io/unix.c (is_special): New function. Fix whitespace.
        * io/transfer.c (next_record_r): Remove use of test_endfile.
........
  r123039 | jvdelisle | 2007-03-18 11:17:24 -0700 (Sun, 18 Mar 2007) | 5 lines

  2007-03-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR libgfortran/31052
        * gfortran.dg/namelist_27.f90: New test.
........
  r123040 | danglin | 2007-03-18 12:13:17 -0700 (Sun, 18 Mar 2007) | 4 lines

        PR testsuite/30395
        * gcc.dg/pr16194.c: Provide define for REG on __hppa__.
........
  r123041 | danglin | 2007-03-18 12:47:43 -0700 (Sun, 18 Mar 2007) | 7 lines

        * pa.md: Add fpstore_load and store_fpload instruction types.  Provide
        reservation, bypass and anti-bypass descriptions for these
instructions.
        Update move patterns.
        * pa.c (hppa_fpstore_bypass_p): Check for both TYPE_FPSTORE_LOAD and
        TYPE_FPSTORE.

........
  r123042 | mmitchel | 2007-03-18 15:35:39 -0700 (Sun, 18 Mar 2007) | 20 lines

        * libsupc++/array_type_info.cc: Likewise.
        * libsupc++/bad_cast.cc: Likewise.
        * libsupc++/bad_typeid.cc: Likewise.
        * libsupc++/class_type_info.cc: Likewise.
        * libsupc++/dyncast.cc: Likewise.
        * libsupc++/enum_type_info.cc: Likewise.
        * libsupc++/function_type_info.cc: Likewise.
        * libsupc++/fundamental_type_info.cc: Likewise.
        * libsupc++/pbase_type_info.cc: Likewise.
        * libsupc++/pmem_type_info.cc: Likewise.
        * libsupc++/pointer_type_info.cc: Likewise.
        * libsupc++/si_class_type_info.cc: Likewise.
        * libsupc++/vmi_class_type_info.cc: Likewise.
        * libsupc++/tinfo.h: Move inline type_info functions here.
        * libsupc++/tinfo.cc: Separate type_info classes into their own
        files.
        * libsupc++/tinfo2.cc: Likewise.
        * Makefile.am (sources): Mention new files.
        * Makefile.in: Regenerated.
........
  r123043 | hp | 2007-03-18 16:46:02 -0700 (Sun, 18 Mar 2007) | 2 lines

        * config/cris/cris.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1.
........
  r123046 | gccadmin | 2007-03-18 17:17:19 -0700 (Sun, 18 Mar 2007) | 1 line

  Daily bump.
........
  r123048 | danglin | 2007-03-18 18:48:34 -0700 (Sun, 18 Mar 2007) | 5 lines

        * pa.c (output_deferred_plabels, output_bb, output_millicode_call,
        attr_length_call, output_call, output_indirect_call): Cleanup
        formatting of targetm calls.
........
  r123049 | kkojima | 2007-03-18 21:14:59 -0700 (Sun, 18 Mar 2007) | 5 lines

        PR target/31022
        * config/sh/sh.c (sh_adjust_cost): Use the result of single_set
        instead of PATTERN.
........
  r123050 | doko | 2007-03-18 22:57:53 -0700 (Sun, 18 Mar 2007) | 22 lines

  2007-03-10  Matthias Klose  <doko@ubuntu.com> 

          * configure.ac: New configure option 
          --enable-generated-files-in-srcdir. 
          * doc/Makefile.am: Add support to generate files in srcdir, 
          install the cp-tools documentation in info format. 
          * configure: Regenerate. 
          * native/jni/classpath/Makefile.in, native/jni/midi-dssi/Makefile.in, 
          native/jni/Makefile.in, native/jni/gconf-peer/Makefile.in, 
          native/jni/java-io/Makefile.in, native/jni/native-lib/Makefile.in, 
          native/jni/java-util/Makefile.in, native/jni/java-lang/Makefile.in, 
          native/jni/midi-alsa/Makefile.in, native/jni/java-nio/Makefile.in, 
          native/jni/java-net/Makefile.in, native/jni/xmlj/Makefile.in, 
          native/jni/qt-peer/Makefile.in, native/jni/gtk-peer/Makefile.in, 
          native/Makefile.in, native/jawt/Makefile.in,
native/fdlibm/Makefile.in, 
          native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in, 
          tools/Makefile.in, doc/Makefile.in, doc/api/Makefile.in, 
          lib/Makefile.in, external/Makefile.in, external/sax/Makefile.in, 
          external/w3c_dom/Makefile.in, external/jsr166/Makefile.in, 
          external/relaxngDatatype/Makefile.in, include/Makefile.in, 
          examples/Makefile.in: Regenerate. 
........
  r123051 | fxcoudert | 2007-03-19 01:13:30 -0700 (Mon, 19 Mar 2007) | 8 lines

        PR fortran/31203

        * trans-expr.c (gfc_trans_init_string_length): Length should
        never be negative.
        (gfc_conv_function_call): Likewise.

        * gfortran.dg/string_length_1.f90: New test.
........
  r123052 | hp | 2007-03-19 01:28:57 -0700 (Mon, 19 Mar 2007) | 2 lines

        * config.host (cris-*-elf | cris-*-none): Set extra_parts.
........
  r123053 | hp | 2007-03-19 01:29:43 -0700 (Mon, 19 Mar 2007) | 2 lines

        * config/cris/t-elfmulti (EXTRA_MULTILIB_PARTS): Do not define here.
........
  r123054 | krebbel | 2007-03-19 01:45:29 -0700 (Mon, 19 Mar 2007) | 7 lines

  2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>

        * genemit.c (main): Print include statement for dfp.h.
        * dfp.h (decimal_real_arithmetic): Hide prototype if tree_code enum
        is not available.
........
  r123055 | krebbel | 2007-03-19 01:46:57 -0700 (Mon, 19 Mar 2007) | 16 lines

  2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>

        * config/s390/s390.opt ("mhard-float", "msoft-float"): Bit value
        inverted and documentation adjusted.
        ("mhard-dfp", "msoft-dfp"): New options.
        * config/s390/s390.c (s390_handle_arch_option): New architecture
        switch: z9-ec.
        (override_options): Sanity checks for the new options added.
        * config.gcc: New architecture switch: z9-ec.
        * config/s390/s390.h (processor_flags): PF_DFP added.
        (TARGET_CPU_DFP, TARGET_DFP): Macro definitions added.
        (TARGET_DEFAULT): Due to the s390.opt changes hard float is enabled
        when the bit is NOT set so remove it from the defaults.
........
  r123056 | krebbel | 2007-03-19 01:48:36 -0700 (Mon, 19 Mar 2007) | 12 lines

  2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>

        * config/s390/s390.md (UNSPEC_COPYSIGN): New constant.
        (op_type attribute): RRF instruction type added.
        (fT0): New mode attribute.
        ("*movdi_64dfp", "*movdf_64dfp", "*neg<mode>2_nocc",
"*abs<mode>2_nocc",
        "*negabs<mode>2_nocc", "copysign<mode>3"): Insn definitions added.
        * config/s390/s390.h (SECONDARY_MEMORY_NEEDED): Due to a new
instruction
        no secondary memory is needed when moving DFmode values between GPRs
        and FPRs.
........
  r123057 | krebbel | 2007-03-19 01:49:53 -0700 (Mon, 19 Mar 2007) | 6 lines

  2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>

        * config/s390/s390.md: Only non-functional changes.  Renamed
        FPR mode macro to BFP all over the file.
........
  r123058 | krebbel | 2007-03-19 01:51:20 -0700 (Mon, 19 Mar 2007) | 25 lines

  2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>

        * config/s390/s390.md (op_type attribute): RRR instruction type added.
        (FP, DFP, SD_SF, DD_DF, TD_TF): New mode macros.
        (xde, xdee): Mode attributes adjusted to support DFP modes.
        (RRer, f0, op1, Rf, bt, bfp, HALF_TMODE): New mode attributes added.
        ("cmp<mode>", "*cmp<mode>_css_0", "*cmp<mode>_ccs", TF move splitters,
        DF move splitters, "floatdi<mode>2", "add<mode>3", "*add<mode>3", 
        "*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3", "*sub<mode>3",
        "*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3", "*mul<mode>3",
        "div<mode>3", "*div<mode>3", "*neg<mode>2_nocc", "*abs<mode>2_nocc",
        "*negabs<mode>2_nocc", "copysign<mode>3"): Adjusted to support DFP 
        numbers.
        ("*movtf_64", "*movtf_31", "*movdf_64dfp", "*movdf_64", "*movdf_31",
        "movsf"): Insn definitions removed.
        ("*mov<mode>_64", "*mov<mode>_31", "mov<mode>", "*mov<mode>_64dfp",
        "*mov<mode>_64", "*mov<mode>_31", "fix_trunc<DFP:mode>di2",
        "trunctddd2", "truncddsd2", "extendddtd2", "extendsddd2"): Insn
        definitions added.
        ("fixuns_truncdddi2", "fixuns_trunctddi2", "mov<mode>",
        "reload_in<mode>", "reload_out<mode>"): Expander added.
        ("movtf", "movdf", "reload_outtf", "reload_outdf", "reload_intf"):
        Expander removed.
........
  r123059 | hp | 2007-03-19 05:06:14 -0700 (Mon, 19 Mar 2007) | 3 lines

        * gcc.dg/torture/pr26565.c: Expect warning on packed field for
        target default_packed.
........
  r123060 | rguenth | 2007-03-19 06:36:29 -0700 (Mon, 19 Mar 2007) | 11 lines

  2007-03-19  Andrew Pinski  <andrew_pinski@playstation.sony.com>
        Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/31254
        * tree-ssa-forwprop.c (forward_propagate_addr_expr_1):
        Use handled_component_p () where appropriate.  Continue
        propagating into the rhs if we propagated into an INDIRECT_REF
        on the lhs.

        * gcc.dg/torture/pr31254.c: New testcase.
........
  r123061 | bkoz | 2007-03-19 06:54:18 -0700 (Mon, 19 Mar 2007) | 5 lines

  2007-03-19  Benjamin Kosnik  <bkoz@redhat.com>

        * docs/doxygen/user.cfg.in: Update for new includes, macros.
........
  r123062 | krebbel | 2007-03-19 08:17:55 -0700 (Mon, 19 Mar 2007) | 6 lines

  2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>

        * doc/tm.texi: Add brackets around the return type of
        TARGET_SECONDARY_RELOAD.
........
  r123063 | paolo | 2007-03-19 09:58:54 -0700 (Mon, 19 Mar 2007) | 6 lines

  2007-03-19  Paolo Carlini  <pcarlini@suse.de>

        * include/tr1/tuple (get(_Tuple_impl<>&, get(const _Tuple_impl<>&):
        Rename as __get_helper.
        (get(tuple<>&, get(const tuple<>&)): Forward to the latter.
........
  r123064 | matz | 2007-03-19 10:07:29 -0700 (Mon, 19 Mar 2007) | 9 lines

          * builtins.c (expand_builtin_sync_operation,
          expand_builtin_compare_and_swap,
          expand_builtin_lock_test_and_set): Care for extending CONST_INTs
          correctly.

          * config/i386/sync.md (sync_double_compare_and_swapdi_pic,
          sync_double_compare_and_swap_ccdi_pic): Use "SD" as constraint
          for operand 3.
........
  r123065 | kristerw | 2007-03-19 10:08:14 -0700 (Mon, 19 Mar 2007) | 7 lines

  2007-03-18  Krister Walfridsson  <cato@df.lth.se>

        PR target/30058
        * inclhack.def (netbsd_c99_inline_1): New.
        * fixincl.x: Regenerate.
        * tests/base/signal.h: New.
........
  r123067 | law | 2007-03-19 12:52:19 -0700 (Mon, 19 Mar 2007) | 8 lines


          * tree-cfg.c (find_taken_edge): Tighten conditions for
          optimizing computed gotos.

          * PR tree-optimization/30984
          * gcc.c-torture/pr30984.c: New test.
........
  r123071 | shinwell | 2007-03-19 14:00:14 -0700 (Mon, 19 Mar 2007) | 3 lines

        gcc/testsuite/
        * gcc.target/arm/register-variables.c: New.
........
  r123072 | jakub | 2007-03-19 16:24:43 -0700 (Mon, 19 Mar 2007) | 6 lines

        PR inline-asm/30505
        * reload1.c (reload): Do invalid ASM checking after
        cleanup_subreg_operands.

        * gcc.target/i386/pr30505.c: New test.
........
  r123073 | jakub | 2007-03-19 16:26:14 -0700 (Mon, 19 Mar 2007) | 7 lines

        PR c/30762
        * c-typeck.c (convert_for_assignment): Call comptypes for
        RECORD_TYPE or UNION_TYPE.

        * gcc.dg/pr30762-1.c: New test.
        * gcc.dg/pr30762-2.c: New test.
........
  r123080 | gccadmin | 2007-03-19 17:17:48 -0700 (Mon, 19 Mar 2007) | 1 line

  Daily bump.
........
  r123082 | mmitchel | 2007-03-19 20:16:25 -0700 (Mon, 19 Mar 2007) | 4 lines

        * except.c (output_function_exception_table): Do not reference the
        EH personality routine for functions that do not require an
        exception table.
........
  r123084 | bonzini | 2007-03-20 01:31:13 -0700 (Tue, 20 Mar 2007) | 24 lines

  2007-03-19  Paolo Bonzini  <bonzini@gnu.org>

        PR rtl-optimization/30907
        * fwprop.c (forward_propagate_into): Never propagate inside a loop.
        (fwprop_init): Always call loop_optimizer_initialize.
        (fwprop_done): Always call loop_optimizer_finalize.
        (fwprop): We always have loop info now.
        (gate_fwprop_addr): Remove.
        (pass_fwprop_addr): Use gate_fwprop as gate.

        PR rtl-optimization/30841
        * df-problems.c (df_ru_local_compute, df_rd_local_compute,
        df_chain_alloc): Call df_reorganize_refs unconditionally.
        * df-scan.c (df_rescan_blocks, df_reorganize_refs): Change
        refs_organized to refs_organized_size.
        (df_ref_create_structure): Use refs_organized_size instead of
        bitmap_size if refs had been organized, and keep refs_organized_size
        up-to-date.
        * df.h (struct df_ref_info): Change refs_organized to
        refs_organized_size.
        (DF_DEFS_SIZE, DF_USES_SIZE): Use refs_organized_size instead of
        bitmap_size.
........
  r123085 | aph | 2007-03-20 05:45:19 -0700 (Tue, 20 Mar 2007) | 11 lines

  2007-03-19  Andrew Haley  <aph@redhat.com>

          PR tree-optimization/31264
          * tree-vrp.c (register_edge_assert_for_1): Don't look though
          VIEW_CONVERT_EXPRs.

  2007-03-20  Andrew Haley  <aph@redhat.com>

          * testsuite/libjava.lang/PR31264.java: New test.
........
  r123086 | nathan | 2007-03-20 07:13:30 -0700 (Tue, 20 Mar 2007) | 2 lines

        * config/vxlib.c (tls_delete_hook): Use TCB for kernel tasks.
........
  r123087 | spark | 2007-03-20 08:42:37 -0700 (Tue, 20 Mar 2007) | 6 lines

  2007-03-19  Seongbae Park <seongbae.park@gmail.com>

        PR tree-optimization/30590
        * g++.dg/opt/pr30590.C: New testcase.
........
  r123094 | fxcoudert | 2007-03-20 16:09:39 -0700 (Tue, 20 Mar 2007) | 4 lines

        * configure.ac: Add missing check for gettimeofday.
        * config.h.in: Renegerate.
        * configure: Regenerate.
........
  r123096 | bernds | 2007-03-20 16:43:33 -0700 (Tue, 20 Mar 2007) | 3 lines

        * jump.c (mark_jump_label): Treat SEQUENCE specially.
........
  r123100 | gccadmin | 2007-03-20 17:18:38 -0700 (Tue, 20 Mar 2007) | 1 line

  Daily bump.
........
  r123103 | mmitchel | 2007-03-20 22:21:31 -0700 (Tue, 20 Mar 2007) | 5 lines

        * config/arm/elf.h (TARGET_ASM_DESTRUCTOR): Define.
        * config/arm/arm.c (arm_elf_asm_cdtor): New function.
        (arm_elf_asm_constructor): Use it.
        (arm_elf_asm_destructor): New function.
........
  r123104 | rsandifo | 2007-03-21 02:07:19 -0700 (Wed, 21 Mar 2007) | 4 lines

  gcc/
        * doc/invoke.texi (-fpie, -fPIE): Document __pie__ and __PIE__.
        * c-cppbuiltin.c (c_cpp_builtins): Define them.
........
  r123105 | rsandifo | 2007-03-21 02:08:04 -0700 (Wed, 21 Mar 2007) | 6 lines

  gcc/testsuite/
        * gcc.c-torture/execute/builtins/chk.h (LOCAL): Define.
        * gcc.c-torture/execute/builtins/sprintf-chk.c (s1): Make LOCAL.
        * gcc.c-torture/execute/builtins/stpcpy-chk.c (s1): Likewise.
        * gcc.c-torture/execute/builtins/strcpy-chk.c (s1): Likewise.
........
  r123106 | rsandifo | 2007-03-21 02:10:08 -0700 (Wed, 21 Mar 2007) | 8 lines

  gcc/
        * rtl.h (constant_pool_reference_p): Delete.
        (find_constant_src): Declare.
        * rtlanal.c (find_constant_src): New function.
        * simplify-rtx.c (constant_pool_reference_p): Delete.
        * config/i386/i386.md: Use find_constant_src instead of
        constant_pool_reference_p/avoid_constant_pool_reference pairs.
........
  r123107 | rsandifo | 2007-03-21 02:11:25 -0700 (Wed, 21 Mar 2007) | 13 lines

  gcc/testsuite/
        * lib/target-supports.exp (check_effective_target_nonpic): New
        procedure.
        * gcc.target/i386/20020616-1.c: Use an alternative to %ebx
        when compiling PIC.
        * gcc.target/i386/asm-4.c: Require nonpic.
        * gcc.target/i386/cmov1.c: Likewise.
        * gcc.target/i386/mul.c: Likewise.
        * gcc.target/i386/pr21291.c: Require nonpic or ! ilp32.
        * gcc.target/i386/ssetype-1.c: Require nonpic.
        * gcc.target/i386/ssetype-3.c: Likewise.
        * gcc.target/i386/ssetype-5.c: Likewise.
........
  r123108 | rsandifo | 2007-03-21 05:21:33 -0700 (Wed, 21 Mar 2007) | 6 lines

  gcc/
        * config/vxworks.h (VXWORKS_ADDITIONAL_CPP_SPEC): Remove -D options.
        (VXWORKS_OS_CPP_BUILTINS): Define.
        * config/i386/vxworks.h (VXWORKS_CPU_DEFINE): Fold into...
        (TARGET_OS_CPP_BUILTINS): ...here.  Use VXWORKS_OS_CPP_BUILTINS.
........
  r123112 | rth | 2007-03-21 08:52:23 -0700 (Wed, 21 Mar 2007) | 4 lines

          PR target/31245
          * config/i386/emmintrin.h (__m128i, __m128d): Mark may_alias.
          * config/i386/mmintrin.h (__m64): Likewise.
          * config/i386/xmmintrin.h (__m128): Likewise.
........
  r123113 | sje | 2007-03-21 09:02:32 -0700 (Wed, 21 Mar 2007) | 3 lines

        * explow.c (convert_memory_address): Fold memory reference when
        POINTERS_EXTEND_UNSIGNED < 0
........
  r123114 | mrs | 2007-03-21 11:45:40 -0700 (Wed, 21 Mar 2007) | 2 lines

        * c.opt: Fixup for Objective-C/C++.
........
  r123116 | jakub | 2007-03-21 12:43:14 -0700 (Wed, 21 Mar 2007) | 10 lines

        * testsuite/libgomp.fortran/appendix-a/a.22.8.f90: Add
        dg-final cleanup-modules line.
        * testsuite/libgomp.fortran/appendix-a/a.40.1.f90: Likewise.
        * testsuite/libgomp.fortran/appendix-a/a.31.5.f90: Likewise.
        * testsuite/libgomp.fortran/appendix-a/a.31.4.f90: Likewise.
        * testsuite/libgomp.fortran/threadprivate2.f90: Likewise.
        * testsuite/libgomp.fortran/reduction5.f90: Likewise.
        * testsuite/libgomp.fortran/threadprivate3.f90: Likewise.
        * testsuite/libgomp.fortran/threadprivate1.f90: Likewise.
........
  r123117 | rsandifo | 2007-03-21 13:09:15 -0700 (Wed, 21 Mar 2007) | 4 lines

        * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
        of glob.  Quote arguments with single quotes too.
        * configure: Regenerate.
........
  r123122 | gccadmin | 2007-03-21 17:17:55 -0700 (Wed, 21 Mar 2007) | 1 line

  Daily bump.
........

Added:
    branches/fortran-experiments/fixincludes/tests/base/signal.h
      - copied unchanged from r123122, trunk/fixincludes/tests/base/signal.h
    branches/fortran-experiments/gcc/testsuite/g++.dg/opt/pr30590.C
      - copied unchanged from r123122, trunk/gcc/testsuite/g++.dg/opt/pr30590.C
    branches/fortran-experiments/gcc/testsuite/gcc.c-torture/compile/pr30984.c
      - copied unchanged from r123122,
trunk/gcc/testsuite/gcc.c-torture/compile/pr30984.c
    branches/fortran-experiments/gcc/testsuite/gcc.dg/pr30762-1.c
      - copied unchanged from r123122, trunk/gcc/testsuite/gcc.dg/pr30762-1.c
    branches/fortran-experiments/gcc/testsuite/gcc.dg/pr30762-2.c
      - copied unchanged from r123122, trunk/gcc/testsuite/gcc.dg/pr30762-2.c
    branches/fortran-experiments/gcc/testsuite/gcc.dg/torture/pr31254.c
      - copied unchanged from r123122,
trunk/gcc/testsuite/gcc.dg/torture/pr31254.c
   
branches/fortran-experiments/gcc/testsuite/gcc.dg/vect/no-tree-dom-vect-bug.c
      - copied unchanged from r123122,
trunk/gcc/testsuite/gcc.dg/vect/no-tree-dom-vect-bug.c
   
branches/fortran-experiments/gcc/testsuite/gcc.target/arm/register-variables.c
      - copied unchanged from r123122,
trunk/gcc/testsuite/gcc.target/arm/register-variables.c
    branches/fortran-experiments/gcc/testsuite/gcc.target/i386/pr30505.c
      - copied unchanged from r123122,
trunk/gcc/testsuite/gcc.target/i386/pr30505.c
    branches/fortran-experiments/gcc/testsuite/gfortran.dg/namelist_27.f90
      - copied unchanged from r123122,
trunk/gcc/testsuite/gfortran.dg/namelist_27.f90
    branches/fortran-experiments/gcc/testsuite/gfortran.dg/string_length_1.f90
      - copied unchanged from r123122,
trunk/gcc/testsuite/gfortran.dg/string_length_1.f90
    branches/fortran-experiments/gcc/testsuite/gfortran.dg/used_types_14.f90
      - copied unchanged from r123122,
trunk/gcc/testsuite/gfortran.dg/used_types_14.f90
    branches/fortran-experiments/gcc/testsuite/gfortran.dg/used_types_15.f90
      - copied unchanged from r123122,
trunk/gcc/testsuite/gfortran.dg/used_types_15.f90
    branches/fortran-experiments/libjava/testsuite/libjava.lang/PR31264.jar
      - copied unchanged from r123122,
trunk/libjava/testsuite/libjava.lang/PR31264.jar
    branches/fortran-experiments/libjava/testsuite/libjava.lang/PR31264.java
      - copied unchanged from r123122,
trunk/libjava/testsuite/libjava.lang/PR31264.java
    branches/fortran-experiments/libjava/testsuite/libjava.lang/PR31264.out
      - copied unchanged from r123122,
trunk/libjava/testsuite/libjava.lang/PR31264.out
    branches/fortran-experiments/libstdc++-v3/libsupc++/array_type_info.cc
      - copied unchanged from r123122,
trunk/libstdc++-v3/libsupc++/array_type_info.cc
    branches/fortran-experiments/libstdc++-v3/libsupc++/bad_cast.cc
      - copied unchanged from r123122, trunk/libstdc++-v3/libsupc++/bad_cast.cc
    branches/fortran-experiments/libstdc++-v3/libsupc++/bad_typeid.cc
      - copied unchanged from r123122,
trunk/libstdc++-v3/libsupc++/bad_typeid.cc
    branches/fortran-experiments/libstdc++-v3/libsupc++/class_type_info.cc
      - copied unchanged from r123122,
trunk/libstdc++-v3/libsupc++/class_type_info.cc
    branches/fortran-experiments/libstdc++-v3/libsupc++/dyncast.cc
      - copied unchanged from r123122, trunk/libstdc++-v3/libsupc++/dyncast.cc
    branches/fortran-experiments/libstdc++-v3/libsupc++/enum_type_info.cc
      - copied unchanged from r123122,
trunk/libstdc++-v3/libsupc++/enum_type_info.cc
    branches/fortran-experiments/libstdc++-v3/libsupc++/function_type_info.cc
      - copied unchanged from r123122,
trunk/libstdc++-v3/libsupc++/function_type_info.cc
   
branches/fortran-experiments/libstdc++-v3/libsupc++/fundamental_type_info.cc
      - copied unchanged from r123122,
trunk/libstdc++-v3/libsupc++/fundamental_type_info.cc
    branches/fortran-experiments/libstdc++-v3/libsupc++/pbase_type_info.cc
      - copied unchanged from r123122,
trunk/libstdc++-v3/libsupc++/pbase_type_info.cc
    branches/fortran-experiments/libstdc++-v3/libsupc++/pmem_type_info.cc
      - copied unchanged from r123122,
trunk/libstdc++-v3/libsupc++/pmem_type_info.cc
    branches/fortran-experiments/libstdc++-v3/libsupc++/pointer_type_info.cc
      - copied unchanged from r123122,
trunk/libstdc++-v3/libsupc++/pointer_type_info.cc
    branches/fortran-experiments/libstdc++-v3/libsupc++/si_class_type_info.cc
      - copied unchanged from r123122,
trunk/libstdc++-v3/libsupc++/si_class_type_info.cc
    branches/fortran-experiments/libstdc++-v3/libsupc++/vmi_class_type_info.cc
      - copied unchanged from r123122,
trunk/libstdc++-v3/libsupc++/vmi_class_type_info.cc
Modified:
    branches/fortran-experiments/   (props changed)
    branches/fortran-experiments/ChangeLog
    branches/fortran-experiments/configure
    branches/fortran-experiments/configure.ac
    branches/fortran-experiments/fixincludes/ChangeLog
    branches/fortran-experiments/fixincludes/fixincl.x
    branches/fortran-experiments/fixincludes/inclhack.def
    branches/fortran-experiments/gcc/ChangeLog
    branches/fortran-experiments/gcc/DATESTAMP
    branches/fortran-experiments/gcc/builtins.c
    branches/fortran-experiments/gcc/c-cppbuiltin.c
    branches/fortran-experiments/gcc/c-typeck.c
    branches/fortran-experiments/gcc/c.opt
    branches/fortran-experiments/gcc/config.gcc
    branches/fortran-experiments/gcc/config/arm/arm.c
    branches/fortran-experiments/gcc/config/arm/elf.h
    branches/fortran-experiments/gcc/config/cris/cris.h
    branches/fortran-experiments/gcc/config/cris/t-elfmulti
    branches/fortran-experiments/gcc/config/i386/emmintrin.h
    branches/fortran-experiments/gcc/config/i386/i386.md
    branches/fortran-experiments/gcc/config/i386/mmintrin.h
    branches/fortran-experiments/gcc/config/i386/sync.md
    branches/fortran-experiments/gcc/config/i386/vxworks.h
    branches/fortran-experiments/gcc/config/i386/xmmintrin.h
    branches/fortran-experiments/gcc/config/pa/pa.c
    branches/fortran-experiments/gcc/config/pa/pa.md
    branches/fortran-experiments/gcc/config/s390/s390.c
    branches/fortran-experiments/gcc/config/s390/s390.h
    branches/fortran-experiments/gcc/config/s390/s390.md
    branches/fortran-experiments/gcc/config/s390/s390.opt
    branches/fortran-experiments/gcc/config/sh/sh.c
    branches/fortran-experiments/gcc/config/vxlib-tls.c
    branches/fortran-experiments/gcc/config/vxworks.h
    branches/fortran-experiments/gcc/df-problems.c
    branches/fortran-experiments/gcc/df-scan.c
    branches/fortran-experiments/gcc/df.h
    branches/fortran-experiments/gcc/dfp.h
    branches/fortran-experiments/gcc/doc/invoke.texi
    branches/fortran-experiments/gcc/doc/tm.texi
    branches/fortran-experiments/gcc/except.c
    branches/fortran-experiments/gcc/explow.c
    branches/fortran-experiments/gcc/fortran/ChangeLog
    branches/fortran-experiments/gcc/fortran/decl.c
    branches/fortran-experiments/gcc/fortran/gfortran.h
    branches/fortran-experiments/gcc/fortran/interface.c
    branches/fortran-experiments/gcc/fortran/module.c
    branches/fortran-experiments/gcc/fortran/resolve.c
    branches/fortran-experiments/gcc/fortran/symbol.c
    branches/fortran-experiments/gcc/fortran/trans-expr.c
    branches/fortran-experiments/gcc/fortran/trans-types.c
    branches/fortran-experiments/gcc/fwprop.c
    branches/fortran-experiments/gcc/genemit.c
    branches/fortran-experiments/gcc/jump.c
    branches/fortran-experiments/gcc/reload1.c
    branches/fortran-experiments/gcc/rtl.h
    branches/fortran-experiments/gcc/rtlanal.c
    branches/fortran-experiments/gcc/simplify-rtx.c
    branches/fortran-experiments/gcc/testsuite/ChangeLog
   
branches/fortran-experiments/gcc/testsuite/gcc.c-torture/execute/builtins/chk.h
   
branches/fortran-experiments/gcc/testsuite/gcc.c-torture/execute/builtins/sprintf-chk.c
   
branches/fortran-experiments/gcc/testsuite/gcc.c-torture/execute/builtins/stpcpy-chk.c
   
branches/fortran-experiments/gcc/testsuite/gcc.c-torture/execute/builtins/strcpy-chk.c
    branches/fortran-experiments/gcc/testsuite/gcc.dg/pr16194.c
    branches/fortran-experiments/gcc/testsuite/gcc.dg/torture/pr26565.c
    branches/fortran-experiments/gcc/testsuite/gcc.dg/tree-ssa/loadpre12.c
    branches/fortran-experiments/gcc/testsuite/gcc.dg/vect/vect.exp
    branches/fortran-experiments/gcc/testsuite/gcc.target/i386/20020616-1.c
    branches/fortran-experiments/gcc/testsuite/gcc.target/i386/asm-4.c
    branches/fortran-experiments/gcc/testsuite/gcc.target/i386/cmov1.c
    branches/fortran-experiments/gcc/testsuite/gcc.target/i386/mul.c
    branches/fortran-experiments/gcc/testsuite/gcc.target/i386/pr21291.c
    branches/fortran-experiments/gcc/testsuite/gcc.target/i386/ssetype-1.c
    branches/fortran-experiments/gcc/testsuite/gcc.target/i386/ssetype-3.c
    branches/fortran-experiments/gcc/testsuite/gcc.target/i386/ssetype-5.c
   
branches/fortran-experiments/gcc/testsuite/gfortran.dg/c_ptr_tests_8_funcs.c
    branches/fortran-experiments/gcc/testsuite/lib/target-supports.exp
    branches/fortran-experiments/gcc/tree-cfg.c
    branches/fortran-experiments/gcc/tree-ssa-forwprop.c
    branches/fortran-experiments/gcc/tree-ssa-pre.c
    branches/fortran-experiments/gcc/tree-vect-transform.c
    branches/fortran-experiments/gcc/tree-vrp.c
    branches/fortran-experiments/libgcc/ChangeLog
    branches/fortran-experiments/libgcc/config.host
    branches/fortran-experiments/libgfortran/ChangeLog
    branches/fortran-experiments/libgfortran/config.h.in
    branches/fortran-experiments/libgfortran/configure
    branches/fortran-experiments/libgfortran/configure.ac
    branches/fortran-experiments/libgfortran/io/file_pos.c
    branches/fortran-experiments/libgfortran/io/io.h
    branches/fortran-experiments/libgfortran/io/open.c
    branches/fortran-experiments/libgfortran/io/transfer.c
    branches/fortran-experiments/libgfortran/io/unix.c
    branches/fortran-experiments/libgomp/ChangeLog
    branches/fortran-experiments/libgomp/acinclude.m4
    branches/fortran-experiments/libgomp/configure
   
branches/fortran-experiments/libgomp/testsuite/libgomp.fortran/appendix-a/a.22.8.f90
   
branches/fortran-experiments/libgomp/testsuite/libgomp.fortran/appendix-a/a.31.4.f90
   
branches/fortran-experiments/libgomp/testsuite/libgomp.fortran/appendix-a/a.31.5.f90
   
branches/fortran-experiments/libgomp/testsuite/libgomp.fortran/appendix-a/a.40.1.f90
   
branches/fortran-experiments/libgomp/testsuite/libgomp.fortran/reduction5.f90
   
branches/fortran-experiments/libgomp/testsuite/libgomp.fortran/threadprivate1.f90
   
branches/fortran-experiments/libgomp/testsuite/libgomp.fortran/threadprivate2.f90
   
branches/fortran-experiments/libgomp/testsuite/libgomp.fortran/threadprivate3.f90
    branches/fortran-experiments/libjava/ChangeLog
    branches/fortran-experiments/libjava/classpath/ChangeLog.gcj
    branches/fortran-experiments/libjava/classpath/Makefile.in
    branches/fortran-experiments/libjava/classpath/configure
    branches/fortran-experiments/libjava/classpath/configure.ac
    branches/fortran-experiments/libjava/classpath/doc/Makefile.am
    branches/fortran-experiments/libjava/classpath/doc/Makefile.in
    branches/fortran-experiments/libjava/classpath/doc/api/Makefile.in
    branches/fortran-experiments/libjava/classpath/examples/Makefile.in
    branches/fortran-experiments/libjava/classpath/external/Makefile.in
    branches/fortran-experiments/libjava/classpath/external/jsr166/Makefile.in
   
branches/fortran-experiments/libjava/classpath/external/relaxngDatatype/Makefile.in
    branches/fortran-experiments/libjava/classpath/external/sax/Makefile.in
    branches/fortran-experiments/libjava/classpath/external/w3c_dom/Makefile.in
    branches/fortran-experiments/libjava/classpath/include/Makefile.in
    branches/fortran-experiments/libjava/classpath/lib/Makefile.in
    branches/fortran-experiments/libjava/classpath/native/Makefile.in
    branches/fortran-experiments/libjava/classpath/native/fdlibm/Makefile.in
    branches/fortran-experiments/libjava/classpath/native/jawt/Makefile.in
    branches/fortran-experiments/libjava/classpath/native/jni/Makefile.in
   
branches/fortran-experiments/libjava/classpath/native/jni/classpath/Makefile.in
   
branches/fortran-experiments/libjava/classpath/native/jni/gconf-peer/Makefile.in
   
branches/fortran-experiments/libjava/classpath/native/jni/gtk-peer/Makefile.in
   
branches/fortran-experiments/libjava/classpath/native/jni/java-io/Makefile.in
   
branches/fortran-experiments/libjava/classpath/native/jni/java-lang/Makefile.in
   
branches/fortran-experiments/libjava/classpath/native/jni/java-net/Makefile.in
   
branches/fortran-experiments/libjava/classpath/native/jni/java-nio/Makefile.in
   
branches/fortran-experiments/libjava/classpath/native/jni/java-util/Makefile.in
   
branches/fortran-experiments/libjava/classpath/native/jni/midi-alsa/Makefile.in
   
branches/fortran-experiments/libjava/classpath/native/jni/midi-dssi/Makefile.in
   
branches/fortran-experiments/libjava/classpath/native/jni/native-lib/Makefile.in
   
branches/fortran-experiments/libjava/classpath/native/jni/qt-peer/Makefile.in
    branches/fortran-experiments/libjava/classpath/native/jni/xmlj/Makefile.in
    branches/fortran-experiments/libjava/classpath/native/plugin/Makefile.in
    branches/fortran-experiments/libjava/classpath/resource/Makefile.in
    branches/fortran-experiments/libjava/classpath/scripts/Makefile.in
    branches/fortran-experiments/libjava/classpath/tools/Makefile.in
    branches/fortran-experiments/libstdc++-v3/ChangeLog
    branches/fortran-experiments/libstdc++-v3/docs/doxygen/user.cfg.in
    branches/fortran-experiments/libstdc++-v3/include/tr1/tuple
    branches/fortran-experiments/libstdc++-v3/libsupc++/Makefile.am
    branches/fortran-experiments/libstdc++-v3/libsupc++/Makefile.in
    branches/fortran-experiments/libstdc++-v3/libsupc++/tinfo.cc
    branches/fortran-experiments/libstdc++-v3/libsupc++/tinfo.h
    branches/fortran-experiments/libstdc++-v3/libsupc++/tinfo2.cc

Propchange: branches/fortran-experiments/
            ('svnmerge-integrated' modified)


-- 


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


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

end of thread, other threads:[~2007-04-28  4:17 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-21  1:41 [Bug c/29922] New: gcc-4.3-20061118 failed to compile linux-2.6.19-rc6-git2 happyarch at gmail dot com
2006-11-21  2:00 ` [Bug tree-optimization/29922] " pinskia at gcc dot gnu dot org
2006-11-21  3:17 ` happyarch at gmail dot com
2006-11-21  3:22 ` pinskia at gcc dot gnu dot org
2006-11-21  3:33 ` happyarch at gmail dot com
2006-11-21  7:04 ` happyarch at gmail dot com
2006-11-21  7:10 ` pinskia at gcc dot gnu dot org
2006-11-21  7:48 ` pinskia at gcc dot gnu dot org
2006-11-21  7:50 ` pinskia at gcc dot gnu dot org
2006-11-25  9:13 ` [Bug tree-optimization/29922] [4.3 Regression] [Linux] ICE in insert_into_preds_of_block pinskia at gcc dot gnu dot org
2006-11-27  7:52 ` pinskia at gcc dot gnu dot org
2006-11-27  8:06 ` pinskia at gcc dot gnu dot org
2006-11-27 17:23   ` Andrew Pinski
2006-11-27 17:23 ` pinskia at gmail dot com
2006-12-15 22:09 ` pinskia at gcc dot gnu dot org
2006-12-18  9:33 ` pinskia at gcc dot gnu dot org
2006-12-19 21:56 ` kargl at gcc dot gnu dot org
2006-12-20  2:55   ` Daniel Berlin
2006-12-20  2:55 ` dberlin at dberlin dot org
2007-01-11 18:28 ` pinskia at gcc dot gnu dot org
2007-02-09 19:00 ` pinskia at gcc dot gnu dot org
2007-03-05 10:13 ` tbm at cyrius dot com
2007-03-09 17:55 ` dberlin at gcc dot gnu dot org
2007-03-09 19:28 ` tbm at cyrius dot com
2007-03-09 19:34 ` tbm at cyrius dot com
2007-03-10  8:48 ` Jean-pierre dot vial at wanadoo dot fr
2007-03-17 23:08 ` dberlin at gcc dot gnu dot org
2007-03-17 23:17 ` tbm at cyrius dot com
2007-03-17 23:19 ` dberlin at gcc dot gnu dot org
2007-04-28  4:19 ` kargl 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).