public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/66276] [5 regression] internal compiler error: in get_loop_body, at cfgloop.c:856
       [not found] <bug-66276-4@http.gcc.gnu.org/bugzilla/>
@ 2015-05-24 18:16 ` trippels at gcc dot gnu.org
  2015-05-25  7:26 ` [Bug middle-end/66276] [5/6 Regression] " jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: trippels at gcc dot gnu.org @ 2015-05-24 18:16 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66276

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|x86_64-unknown-linux-gnu    |
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-05-24
                 CC|                            |trippels at gcc dot gnu.org
               Host|x86_64-unknown-linux-gnu    |
     Ever confirmed|0                           |1
              Build|x86_64-unknown-linux-gnu    |
           Severity|critical                    |normal

--- Comment #1 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
typedef void *modelica_metatype;
struct mmc_struct
{
  void *data[0];
};
int a, c, d;
extern int _setjmp ();
extern void longjmp ();
modelica_metatype
nobox_arrayGet ()
{
  int b = *(int *) 0 >> 1;
  if (a || 0 > b)
    longjmp ();
  return ((struct mmc_struct *) 0)->data[a - 1];
}

modelica_metatype
omc_Matching_PR__FIFO__FAIRrelabel ()
{
  if (_setjmp ())
  tmp2_top:;
  for (; c; c++)
    switch (c)
    case 0:
      {
        int e = (long) nobox_arrayGet ();
        if (e)
          goto goto_1;
        d = (long) nobox_arrayGet ();
        if (d)
          goto goto_1;
      }
goto_1:
  if (0)
    goto tmp2_top;
  return 0;
}


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

* [Bug middle-end/66276] [5/6 Regression] internal compiler error: in get_loop_body, at cfgloop.c:856
       [not found] <bug-66276-4@http.gcc.gnu.org/bugzilla/>
  2015-05-24 18:16 ` [Bug middle-end/66276] [5 regression] internal compiler error: in get_loop_body, at cfgloop.c:856 trippels at gcc dot gnu.org
@ 2015-05-25  7:26 ` jakub at gcc dot gnu.org
  2015-05-26 11:03 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-05-25  7:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66276

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org
   Target Milestone|---                         |5.2
            Summary|[5 regression] internal     |[5/6 Regression] internal
                   |compiler error: in          |compiler error: in
                   |get_loop_body, at           |get_loop_body, at
                   |cfgloop.c:856               |cfgloop.c:856

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started with r211625.


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

* [Bug middle-end/66276] [5/6 Regression] internal compiler error: in get_loop_body, at cfgloop.c:856
       [not found] <bug-66276-4@http.gcc.gnu.org/bugzilla/>
  2015-05-24 18:16 ` [Bug middle-end/66276] [5 regression] internal compiler error: in get_loop_body, at cfgloop.c:856 trippels at gcc dot gnu.org
  2015-05-25  7:26 ` [Bug middle-end/66276] [5/6 Regression] " jakub at gcc dot gnu.org
@ 2015-05-26 11:03 ` rguenth at gcc dot gnu.org
  2015-05-27 10:08 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-05-26 11:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66276

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot gnu.org

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Mine.


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

* [Bug middle-end/66276] [5/6 Regression] internal compiler error: in get_loop_body, at cfgloop.c:856
       [not found] <bug-66276-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2015-05-26 11:03 ` rguenth at gcc dot gnu.org
@ 2015-05-27 10:08 ` rguenth at gcc dot gnu.org
  2015-05-27 11:07 ` rguenth at gcc dot gnu.org
  2015-05-27 18:03 ` martin.sjolund at liu dot se
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-05-27 10:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66276

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Can't reproduce on (only slightly modified) trunk, might be latent there now. 
Investigating on the branch instead.


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

* [Bug middle-end/66276] [5/6 Regression] internal compiler error: in get_loop_body, at cfgloop.c:856
       [not found] <bug-66276-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2015-05-27 10:08 ` rguenth at gcc dot gnu.org
@ 2015-05-27 11:07 ` rguenth at gcc dot gnu.org
  2015-05-27 18:03 ` martin.sjolund at liu dot se
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-05-27 11:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66276

Richard Biener <rguenth at gcc dot gnu.org> changed:

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

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
A dup of PR66101.

*** This bug has been marked as a duplicate of bug 66101 ***


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

* [Bug middle-end/66276] [5/6 Regression] internal compiler error: in get_loop_body, at cfgloop.c:856
       [not found] <bug-66276-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2015-05-27 11:07 ` rguenth at gcc dot gnu.org
@ 2015-05-27 18:03 ` martin.sjolund at liu dot se
  5 siblings, 0 replies; 6+ messages in thread
From: martin.sjolund at liu dot se @ 2015-05-27 18:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66276

--- Comment #6 from Martin Sjölund <martin.sjolund at liu dot se> ---
Thank you. I can confirm our compiler again bootstraps using gcc 5 branch using
-O2. Sadly, -O2 gives different behaviour than -O1, so I will need to
investigate and possibly file another bug report.
>From gcc-bugs-return-487425-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed May 27 18:18:25 2015
Return-Path: <gcc-bugs-return-487425-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 50298 invoked by alias); 27 May 2015 18:18:25 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 50257 invoked by uid 48); 27 May 2015 18:18:19 -0000
From: "glaubitz at physik dot fu-berlin.de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/65979] [5/6 Regression] [SH] Wrong code is generated with stage1 compiler
Date: Wed, 27 May 2015 18:18:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 5.1.1
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: glaubitz at physik dot fu-berlin.de
X-Bugzilla-Status: NEW
X-Bugzilla-Resolution:
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-65979-4-WwhhsbvDmp@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-65979-4@http.gcc.gnu.org/bugzilla/>
References: <bug-65979-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-05/txt/msg02265.txt.bz2
Content-length: 354

https://gcc.gnu.org/bugzilla/show_bug.cgi?ide979

--- Comment #35 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
(In reply to Oleg Endo from comment #34)
> If 4.8.something doesn't bootstrap, it would be a "4.8 Regression" type of
> bug.  I'd move it to a new PR.

Already. I'll open a new issue then. Just a second.

Adrian


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

end of thread, other threads:[~2015-05-27 18:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-66276-4@http.gcc.gnu.org/bugzilla/>
2015-05-24 18:16 ` [Bug middle-end/66276] [5 regression] internal compiler error: in get_loop_body, at cfgloop.c:856 trippels at gcc dot gnu.org
2015-05-25  7:26 ` [Bug middle-end/66276] [5/6 Regression] " jakub at gcc dot gnu.org
2015-05-26 11:03 ` rguenth at gcc dot gnu.org
2015-05-27 10:08 ` rguenth at gcc dot gnu.org
2015-05-27 11:07 ` rguenth at gcc dot gnu.org
2015-05-27 18:03 ` martin.sjolund at liu dot se

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