public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/33423]  New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670
@ 2007-09-13 20:07 hjl at lucon dot org
  2007-09-13 21:52 ` [Bug middle-end/33423] " hjl at lucon dot org
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: hjl at lucon dot org @ 2007-09-13 20:07 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1177 bytes --]

[hjl@gnu-11 rrs]$ cat foo.c
static union {
  char buf[((sizeof (long long)) + 15 + (sizeof (long long)))];
  long long align_int;
  long double align_fp;
} u2;

void
test6 (void)
{
  int len;
  char *p;

  for (len = 0; len < 15; len++)
    {
      p = __builtin___memset_chk (u2.buf, '\0', len,
                                  __builtin_object_size (u2.buf, 0));
      if (p != u2.buf) return;
    }
}
[hjl@gnu-11 rrs]$ ~/usr/gcc-4.3/bin/gcc -S -O3 foo.c
foo.c: In function ‘test6’:
foo.c:15: internal compiler error: in expand_expr_real_1, at expr.c:8670
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: [4.2/4.3 regression]: internal compiler error: in
                    expand_expr_real_1, at expr.c:8670
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
GCC target triplet: ia64-unknown-linux-gnu


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


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

* [Bug middle-end/33423] [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670
  2007-09-13 20:07 [Bug middle-end/33423] New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670 hjl at lucon dot org
@ 2007-09-13 21:52 ` hjl at lucon dot org
  2007-09-15  3:43 ` hjl at lucon dot org
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: hjl at lucon dot org @ 2007-09-13 21:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl at lucon dot org  2007-09-13 21:52 -------
Revision 116656:

http://gcc.gnu.org/ml/gcc-patches/2006-09/msg00026.html

causes this regression.


-- 

hjl at lucon dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at redhat dot com


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


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

* [Bug middle-end/33423] [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670
  2007-09-13 20:07 [Bug middle-end/33423] New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670 hjl at lucon dot org
  2007-09-13 21:52 ` [Bug middle-end/33423] " hjl at lucon dot org
@ 2007-09-15  3:43 ` hjl at lucon dot org
  2007-09-15  9:04 ` pinskia at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: hjl at lucon dot org @ 2007-09-15  3:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl at lucon dot org  2007-09-15 03:43 -------
It also fails on Linux/ia32 and Linux/x86-64.


-- 

hjl at lucon dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|ia64-unknown-linux-gnu      |


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


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

* [Bug middle-end/33423] [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670
  2007-09-13 20:07 [Bug middle-end/33423] New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670 hjl at lucon dot org
  2007-09-13 21:52 ` [Bug middle-end/33423] " hjl at lucon dot org
  2007-09-15  3:43 ` hjl at lucon dot org
@ 2007-09-15  9:04 ` pinskia at gcc dot gnu dot org
  2007-09-15 14:23 ` hjl at lucon dot org
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-09-15  9:04 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
   Target Milestone|---                         |4.2.2


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


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

* [Bug middle-end/33423] [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670
  2007-09-13 20:07 [Bug middle-end/33423] New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670 hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2007-09-15  9:04 ` pinskia at gcc dot gnu dot org
@ 2007-09-15 14:23 ` hjl at lucon dot org
  2007-09-15 14:58 ` hjl at lucon dot org
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: hjl at lucon dot org @ 2007-09-15 14:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl at lucon dot org  2007-09-15 14:23 -------
It is a simpler testcase:

---
static struct {
  char buf[15];
} u2;

void
test6 (void)
{
  int len;
  char *p;

  for (len = 0; len < 2; len++)
    {
      p = __builtin___memset_chk (u2.buf, '\0', len, 15);
      if (p != u2.buf) return;
    }
}
---


-- 

hjl at lucon dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.2                       |---


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


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

* [Bug middle-end/33423] [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670
  2007-09-13 20:07 [Bug middle-end/33423] New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670 hjl at lucon dot org
                   ` (3 preceding siblings ...)
  2007-09-15 14:23 ` hjl at lucon dot org
@ 2007-09-15 14:58 ` hjl at lucon dot org
  2007-09-15 15:00 ` hjl at lucon dot org
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: hjl at lucon dot org @ 2007-09-15 14:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hjl at lucon dot org  2007-09-15 14:58 -------
This one works:

---
static 
  char buf[15];

void
test6 (void)
{
  int len;
  char *p;

  for (len = 0; len < 15; len++)
    {
      p = __builtin___memset_chk (&buf[0], '\0', len, 15);
      if (p != &buf[0]) return;
    }
}
---


-- 


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


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

* [Bug middle-end/33423] [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670
  2007-09-13 20:07 [Bug middle-end/33423] New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670 hjl at lucon dot org
                   ` (4 preceding siblings ...)
  2007-09-15 14:58 ` hjl at lucon dot org
@ 2007-09-15 15:00 ` hjl at lucon dot org
  2007-09-15 18:50 ` hjl at lucon dot org
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: hjl at lucon dot org @ 2007-09-15 15:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from hjl at lucon dot org  2007-09-15 15:00 -------
We can fold

 __builtin___memset_chk (buf, 0, 1, 15);

into

__builtin_memset (&buf, 0, 1);

But we failed to fold

 __builtin___memset_chk (&u2.buf[0], 0, 1, 15);


-- 


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


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

* [Bug middle-end/33423] [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670
  2007-09-13 20:07 [Bug middle-end/33423] New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670 hjl at lucon dot org
                   ` (5 preceding siblings ...)
  2007-09-15 15:00 ` hjl at lucon dot org
@ 2007-09-15 18:50 ` hjl at lucon dot org
  2007-09-15 19:24 ` hjl at lucon dot org
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: hjl at lucon dot org @ 2007-09-15 18:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from hjl at lucon dot org  2007-09-15 18:50 -------
Another simple testcase:
---
static char buf;

void
test6 (void)
{
  int len;
  void *p;

  for (len = 0; len < 2; len++)
    {
      p = __builtin___memset_chk (&buf, '\0', len, 1);
      if (p != &buf) return;
    }
}
---

fold_builtin_memset was added to return COMPOUND_EXPR via
omit_one_operand. But there was nothing added to handle it.


-- 


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


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

* [Bug middle-end/33423] [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670
  2007-09-13 20:07 [Bug middle-end/33423] New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670 hjl at lucon dot org
                   ` (6 preceding siblings ...)
  2007-09-15 18:50 ` hjl at lucon dot org
@ 2007-09-15 19:24 ` hjl at lucon dot org
  2007-09-15 19:30 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: hjl at lucon dot org @ 2007-09-15 19:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from hjl at lucon dot org  2007-09-15 19:24 -------
This patch works for the testcase.

--- gcc/expr.c.chk      2007-09-07 07:53:42.000000000 -0700
+++ gcc/expr.c  2007-09-15 12:21:57.000000000 -0700
@@ -9117,7 +9117,6 @@ expand_expr_real_1 (tree exp, rtx target
     case BIND_EXPR:
     case INIT_EXPR:
     case CONJ_EXPR:
-    case COMPOUND_EXPR:
     case PREINCREMENT_EXPR:
     case PREDECREMENT_EXPR:
     case POSTINCREMENT_EXPR:
@@ -9129,6 +9128,15 @@ expand_expr_real_1 (tree exp, rtx target
       /* Lowered by gimplify.c.  */
       gcc_unreachable ();

+    case COMPOUND_EXPR:
+      while (TREE_CODE (exp) == COMPOUND_EXPR)
+       {
+         expand_expr (TREE_OPERAND (exp, 0), const0_rtx, VOIDmode,
+                      EXPAND_NORMAL);
+         exp = TREE_OPERAND (exp, 1);
+       }
+      return expand_expr (exp, target, mode, EXPAND_NORMAL);
+
     case CHANGE_DYNAMIC_TYPE_EXPR:
       /* This is ignored at the RTL level.  The tree level set
         DECL_POINTER_ALIAS_SET of any variable to be 0, which is


-- 


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


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

* [Bug middle-end/33423] [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670
  2007-09-13 20:07 [Bug middle-end/33423] New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670 hjl at lucon dot org
                   ` (7 preceding siblings ...)
  2007-09-15 19:24 ` hjl at lucon dot org
@ 2007-09-15 19:30 ` pinskia at gcc dot gnu dot org
  2007-09-15 20:02 ` jakub at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-09-15 19:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at gcc dot gnu dot org  2007-09-15 19:30 -------
Subject: Re:  [4.2/4.3 regression]: internal compiler error: in
expand_expr_real_1, at expr.c:8670

On 15 Sep 2007 19:24:28 -0000, hjl at lucon dot org
<gcc-bugzilla@gcc.gnu.org> wrote:
>
>
> ------- Comment #7 from hjl at lucon dot org  2007-09-15 19:24 -------
> This patch works for the testcase.

And is wrong.

COMPOUND_EXPR support was removed on purpose.

-- Pinski


-- 


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


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

* [Bug middle-end/33423] [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670
  2007-09-13 20:07 [Bug middle-end/33423] New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670 hjl at lucon dot org
                   ` (8 preceding siblings ...)
  2007-09-15 19:30 ` pinskia at gcc dot gnu dot org
@ 2007-09-15 20:02 ` jakub at gcc dot gnu dot org
  2007-09-17 22:06 ` jakub at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-09-15 20:02 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-09-15 20:01:47
               date|                            |


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


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

* [Bug middle-end/33423] [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670
  2007-09-13 20:07 [Bug middle-end/33423] New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670 hjl at lucon dot org
                   ` (9 preceding siblings ...)
  2007-09-15 20:02 ` jakub at gcc dot gnu dot org
@ 2007-09-17 22:06 ` jakub at gcc dot gnu dot org
  2007-09-20 19:38 ` [Bug middle-end/33423] [4.2 " pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-09-17 22:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from jakub at gcc dot gnu dot org  2007-09-17 22:05 -------
Subject: Bug 33423

Author: jakub
Date: Mon Sep 17 22:05:40 2007
New Revision: 128554

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128554
Log:
        PR middle-end/33423
        * builtins.c (expand_builtin_memory_chk): Handle COMPOUND_EXPRs
        returned by build_call_expr.

        * gcc.c-torture/compile/20070915-1.c: New test.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/20070915-1.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/builtins.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug middle-end/33423] [4.2 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670
  2007-09-13 20:07 [Bug middle-end/33423] New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670 hjl at lucon dot org
                   ` (10 preceding siblings ...)
  2007-09-17 22:06 ` jakub at gcc dot gnu dot org
@ 2007-09-20 19:38 ` pinskia at gcc dot gnu dot org
  2007-09-25 10:27 ` jakub at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-09-20 19:38 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.2


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


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

* [Bug middle-end/33423] [4.2 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670
  2007-09-13 20:07 [Bug middle-end/33423] New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670 hjl at lucon dot org
                   ` (11 preceding siblings ...)
  2007-09-20 19:38 ` [Bug middle-end/33423] [4.2 " pinskia at gcc dot gnu dot org
@ 2007-09-25 10:27 ` jakub at gcc dot gnu dot org
  2007-09-28  4:05 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-09-25 10:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from jakub at gcc dot gnu dot org  2007-09-25 10:27 -------
Subject: Bug 33423

Author: jakub
Date: Tue Sep 25 10:27:28 2007
New Revision: 128759

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128759
Log:
        PR middle-end/33423
        * builtins.c (expand_builtin_memory_chk): Handle COMPOUND_EXPRs
        returned by build_call_expr.

        * gcc.c-torture/compile/20070915-1.c: New test.

Added:
   
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/compile/20070915-1.c
Modified:
    branches/redhat/gcc-4_1-branch/gcc/ChangeLog
    branches/redhat/gcc-4_1-branch/gcc/builtins.c
    branches/redhat/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug middle-end/33423] [4.2 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670
  2007-09-13 20:07 [Bug middle-end/33423] New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670 hjl at lucon dot org
                   ` (12 preceding siblings ...)
  2007-09-25 10:27 ` jakub at gcc dot gnu dot org
@ 2007-09-28  4:05 ` mmitchel at gcc dot gnu dot org
  2007-10-09 19:27 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-09-28  4:05 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug middle-end/33423] [4.2 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670
  2007-09-13 20:07 [Bug middle-end/33423] New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670 hjl at lucon dot org
                   ` (13 preceding siblings ...)
  2007-09-28  4:05 ` mmitchel at gcc dot gnu dot org
@ 2007-10-09 19:27 ` mmitchel at gcc dot gnu dot org
  2008-02-01 16:59 ` jsm28 at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-10-09 19:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from mmitchel at gcc dot gnu dot org  2007-10-09 19:21 -------
Change target milestone to 4.2.3, as 4.2.2 has been released.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.2                       |4.2.3


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


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

* [Bug middle-end/33423] [4.2 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670
  2007-09-13 20:07 [Bug middle-end/33423] New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670 hjl at lucon dot org
                   ` (14 preceding siblings ...)
  2007-10-09 19:27 ` mmitchel at gcc dot gnu dot org
@ 2008-02-01 16:59 ` jsm28 at gcc dot gnu dot org
  2008-05-19 20:32 ` jsm28 at gcc dot gnu dot org
  2009-03-30 22:18 ` jsm28 at gcc dot gnu dot org
  17 siblings, 0 replies; 19+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-02-01 16:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from jsm28 at gcc dot gnu dot org  2008-02-01 16:54 -------
4.2.3 is being released now, changing milestones of open bugs to 4.2.4.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.3                       |4.2.4


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


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

* [Bug middle-end/33423] [4.2 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670
  2007-09-13 20:07 [Bug middle-end/33423] New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670 hjl at lucon dot org
                   ` (15 preceding siblings ...)
  2008-02-01 16:59 ` jsm28 at gcc dot gnu dot org
@ 2008-05-19 20:32 ` jsm28 at gcc dot gnu dot org
  2009-03-30 22:18 ` jsm28 at gcc dot gnu dot org
  17 siblings, 0 replies; 19+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-05-19 20:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from jsm28 at gcc dot gnu dot org  2008-05-19 20:23 -------
4.2.4 is being released, changing milestones to 4.2.5.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.4                       |4.2.5


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


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

* [Bug middle-end/33423] [4.2 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670
  2007-09-13 20:07 [Bug middle-end/33423] New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670 hjl at lucon dot org
                   ` (16 preceding siblings ...)
  2008-05-19 20:32 ` jsm28 at gcc dot gnu dot org
@ 2009-03-30 22:18 ` jsm28 at gcc dot gnu dot org
  17 siblings, 0 replies; 19+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-30 22:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from jsm28 at gcc dot gnu dot org  2009-03-30 22:18 -------
Closing 4.2 branch, fixed in 4.3.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Known to fail|4.2.2                       |4.2.2 4.2.5
         Resolution|                            |FIXED
   Target Milestone|4.2.5                       |4.3.0


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


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

end of thread, other threads:[~2009-03-30 22:18 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-13 20:07 [Bug middle-end/33423] New: [4.2/4.3 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670 hjl at lucon dot org
2007-09-13 21:52 ` [Bug middle-end/33423] " hjl at lucon dot org
2007-09-15  3:43 ` hjl at lucon dot org
2007-09-15  9:04 ` pinskia at gcc dot gnu dot org
2007-09-15 14:23 ` hjl at lucon dot org
2007-09-15 14:58 ` hjl at lucon dot org
2007-09-15 15:00 ` hjl at lucon dot org
2007-09-15 18:50 ` hjl at lucon dot org
2007-09-15 19:24 ` hjl at lucon dot org
2007-09-15 19:30 ` pinskia at gcc dot gnu dot org
2007-09-15 20:02 ` jakub at gcc dot gnu dot org
2007-09-17 22:06 ` jakub at gcc dot gnu dot org
2007-09-20 19:38 ` [Bug middle-end/33423] [4.2 " pinskia at gcc dot gnu dot org
2007-09-25 10:27 ` jakub at gcc dot gnu dot org
2007-09-28  4:05 ` mmitchel at gcc dot gnu dot org
2007-10-09 19:27 ` mmitchel at gcc dot gnu dot org
2008-02-01 16:59 ` jsm28 at gcc dot gnu dot org
2008-05-19 20:32 ` jsm28 at gcc dot gnu dot org
2009-03-30 22:18 ` jsm28 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).