public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/9262] [3.3 regression] ICE on false case label
       [not found] <bug-9262-4@http.gcc.gnu.org/bugzilla/>
@ 2021-10-23 12:43 ` cvs-commit at gcc dot gnu.org
  0 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-10-23 12:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <hjl@gcc.gnu.org>:

https://gcc.gnu.org/g:d891ab1bc87bc5d855f6ee18337e517a2a90d759

commit r12-4640-gd891ab1bc87bc5d855f6ee18337e517a2a90d759
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sat Oct 23 05:40:09 2021 -0700

    Move bind-c-intent-out-2.f90 to gfortran.dg/ubsan

    Move bind-c-intent-out-2.f90 to gfortran.dg/ubsan for -fsanitize=undefined.

            PR fortran/9262
            * gfortran.dg/bind-c-intent-out-2.f90: Moved to ...
            * gfortran.dg/ubsan/bind-c-intent-out-2.f90

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

* [Bug c/9262] [3.3 regression] ICE on false case label
       [not found] <20030110084602.9262.rassahah@neofonie.de>
                   ` (2 preceding siblings ...)
  2003-06-04 10:26 ` reichelt@igpm.rwth-aachen.de
@ 2003-06-04 11:37 ` ebotcazou@libertysurf.fr
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou@libertysurf.fr @ 2003-06-04 11:37 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From ebotcazou@libertysurf.fr  2003-06-04 11:37 -------
Subject: Re:  [3.3 regression] ICE on false case label

> I just checked (on i686-pc-linux-gnu) that your patch actually
> applies to 3.3, bootstraps fine and fixes the problem, too.
>
> Are you going to apply the patch to 3.3?

No, I'm not. But you might want to ask Zack (who reviewed the patch) what he 
thinks about that.





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c/9262] [3.3 regression] ICE on false case label
       [not found] <20030110084602.9262.rassahah@neofonie.de>
  2003-06-04  2:30 ` giovannibajo@libero.it
  2003-06-04 10:16 ` ebotcazou@gcc.gnu.org
@ 2003-06-04 10:26 ` reichelt@igpm.rwth-aachen.de
  2003-06-04 11:37 ` ebotcazou@libertysurf.fr
  3 siblings, 0 replies; 5+ messages in thread
From: reichelt@igpm.rwth-aachen.de @ 2003-06-04 10:26 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From reichelt@igpm.rwth-aachen.de  2003-06-04 10:26 -------
Subject:  [3.3 regression] ICE on false case label

Hi Eric,

you fixed PR 9262 a while ago on mainline.
However, the problem still persists on the 3.3 branch.
Since it's a regression, fixing it there would be nice.

I just checked (on i686-pc-linux-gnu) that your patch actually
applies to 3.3, bootstraps fine and fixes the problem, too.

Are you going to apply the patch to 3.3?

Thanks,
Volker






------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c/9262] [3.3 regression] ICE on false case label
       [not found] <20030110084602.9262.rassahah@neofonie.de>
  2003-06-04  2:30 ` giovannibajo@libero.it
@ 2003-06-04 10:16 ` ebotcazou@gcc.gnu.org
  2003-06-04 10:26 ` reichelt@igpm.rwth-aachen.de
  2003-06-04 11:37 ` ebotcazou@libertysurf.fr
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou@gcc.gnu.org @ 2003-06-04 10:16 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


ebotcazou@gcc.gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |WONTFIX


------- Additional Comments From ebotcazou@gcc.gnu.org  2003-06-04 10:16 -------
This is an ICE on invalid code and the fix involves modifying the parser so I
still think it is not worth the risk on the 3.3 branch.




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c/9262] [3.3 regression] ICE on false case label
       [not found] <20030110084602.9262.rassahah@neofonie.de>
@ 2003-06-04  2:30 ` giovannibajo@libero.it
  2003-06-04 10:16 ` ebotcazou@gcc.gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: giovannibajo@libero.it @ 2003-06-04  2:30 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


giovannibajo@libero.it changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |REOPENED
         Resolution|FIXED                       |
            Summary|[3.3/3.4 regression] ICE on |[3.3 regression] ICE on
                   |false case label            |false case label


------- Additional Comments From giovannibajo@libero.it  2003-06-04 02:30 -------
The bug is still present in the 3.3 branch as of 20030604. It's a regression so 
it should be kept open.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2021-10-23 12:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-9262-4@http.gcc.gnu.org/bugzilla/>
2021-10-23 12:43 ` [Bug c/9262] [3.3 regression] ICE on false case label cvs-commit at gcc dot gnu.org
     [not found] <20030110084602.9262.rassahah@neofonie.de>
2003-06-04  2:30 ` giovannibajo@libero.it
2003-06-04 10:16 ` ebotcazou@gcc.gnu.org
2003-06-04 10:26 ` reichelt@igpm.rwth-aachen.de
2003-06-04 11:37 ` ebotcazou@libertysurf.fr

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