public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/59834] New: [4.9 Regression] g++.dg/cilk-plus/CK/catch_exc.cc
@ 2014-01-15 21:07 hjl.tools at gmail dot com
  2014-01-15 21:47 ` [Bug other/59834] " bviyer at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2014-01-15 21:07 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 59834
           Summary: [4.9 Regression] g++.dg/cilk-plus/CK/catch_exc.cc
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
                CC: bviyer at gmail dot com

On Linux/x86, revision 206641 gave

FAIL: g++.dg/cilk-plus/CK/catch_exc.cc  -g -O2 -fcilkplus execution test
FAIL: g++.dg/cilk-plus/CK/catch_exc.cc  -O1 -fcilkplus execution test
FAIL: g++.dg/cilk-plus/CK/catch_exc.cc  -O3 -fcilkplus execution test


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

* [Bug other/59834] [4.9 Regression] g++.dg/cilk-plus/CK/catch_exc.cc
  2014-01-15 21:07 [Bug other/59834] New: [4.9 Regression] g++.dg/cilk-plus/CK/catch_exc.cc hjl.tools at gmail dot com
@ 2014-01-15 21:47 ` bviyer at gmail dot com
  2014-01-15 22:04 ` hjl.tools at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bviyer at gmail dot com @ 2014-01-15 21:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Balaji V. Iyer <bviyer at gmail dot com> ---
Hi H. J.,
   I am not able to reproduce it in my SUSE machine. I tried both -m64 and
-m32.

Thanks,

Balaji V. Iyer.


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

* [Bug other/59834] [4.9 Regression] g++.dg/cilk-plus/CK/catch_exc.cc
  2014-01-15 21:07 [Bug other/59834] New: [4.9 Regression] g++.dg/cilk-plus/CK/catch_exc.cc hjl.tools at gmail dot com
  2014-01-15 21:47 ` [Bug other/59834] " bviyer at gmail dot com
@ 2014-01-15 22:04 ` hjl.tools at gmail dot com
  2014-01-16 14:26 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2014-01-15 22:04 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Balaji V. Iyer from comment #1)
> Hi H. J.,
>    I am not able to reproduce it in my SUSE machine. I tried both -m64 and
> -m32.
> 

Please configure GCC with --with-arch=corei7 --with-cpu=corei7.


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

* [Bug other/59834] [4.9 Regression] g++.dg/cilk-plus/CK/catch_exc.cc
  2014-01-15 21:07 [Bug other/59834] New: [4.9 Regression] g++.dg/cilk-plus/CK/catch_exc.cc hjl.tools at gmail dot com
  2014-01-15 21:47 ` [Bug other/59834] " bviyer at gmail dot com
  2014-01-15 22:04 ` hjl.tools at gmail dot com
@ 2014-01-16 14:26 ` rguenth at gcc dot gnu.org
  2014-01-23  4:24 ` hjl.tools at gmail dot com
  2014-02-08 20:48 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-01-16 14:26 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.9.0


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

* [Bug other/59834] [4.9 Regression] g++.dg/cilk-plus/CK/catch_exc.cc
  2014-01-15 21:07 [Bug other/59834] New: [4.9 Regression] g++.dg/cilk-plus/CK/catch_exc.cc hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2014-01-16 14:26 ` rguenth at gcc dot gnu.org
@ 2014-01-23  4:24 ` hjl.tools at gmail dot com
  2014-02-08 20:48 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2014-01-23  4:24 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Balaji V. Iyer from comment #1)
> Hi H. J.,
>    I am not able to reproduce it in my SUSE machine. I tried both -m64 and
> -m32.
> 
> Thanks,

You should see it with -m32 after r206947.


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

* [Bug other/59834] [4.9 Regression] g++.dg/cilk-plus/CK/catch_exc.cc
  2014-01-15 21:07 [Bug other/59834] New: [4.9 Regression] g++.dg/cilk-plus/CK/catch_exc.cc hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2014-01-23  4:24 ` hjl.tools at gmail dot com
@ 2014-02-08 20:48 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-02-08 20:48 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |jakub at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Should be fixed now:

Author: jakub
Date: Fri Feb  7 23:58:29 2014
New Revision: 207623

URL: http://gcc.gnu.org/viewcvs?rev=207623&root=gcc&view=rev
Log:
    * cilk-common.c (cilk_init_builtins): Clear TREE_NOTHROW
    flag on __cilkrts_rethrow builtin.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cilk-common.c


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

end of thread, other threads:[~2014-02-08 20:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-15 21:07 [Bug other/59834] New: [4.9 Regression] g++.dg/cilk-plus/CK/catch_exc.cc hjl.tools at gmail dot com
2014-01-15 21:47 ` [Bug other/59834] " bviyer at gmail dot com
2014-01-15 22:04 ` hjl.tools at gmail dot com
2014-01-16 14:26 ` rguenth at gcc dot gnu.org
2014-01-23  4:24 ` hjl.tools at gmail dot com
2014-02-08 20:48 ` jakub at gcc dot gnu.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).