public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/60467] New: ICE with -fcilkplus
@ 2014-03-08 20:14 burnus at gcc dot gnu.org
  2014-04-12 18:00 ` [Bug middle-end/60467] " kyukhin at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: burnus at gcc dot gnu.org @ 2014-03-08 20:14 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60467
           Summary: ICE with -fcilkplus
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: burnus at gcc dot gnu.org
                CC: bviyer at gcc dot gnu.org

The following code ICEs with  -fcilkplus:


void f(void) { }

int main() {
  _Cilk_spawn(f);
  return 0;
}


foo.c: In function 'main':
foo.c:4:1: internal compiler error: in tree_block, at tree.c:11241
 _Cilk_spawn(f);
 ^
0xbeb577 tree_block(tree_node*)
        ../../gcc/tree.c:11241
0x61fbde create_cilk_wrapper
        ../../gcc/c-family/cilk.c:718
0x61fbde gimplify_cilk_spawn(tree_node**)
        ../../gcc/c-family/cilk.c:756


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

* [Bug middle-end/60467] ICE with -fcilkplus
  2014-03-08 20:14 [Bug middle-end/60467] New: ICE with -fcilkplus burnus at gcc dot gnu.org
@ 2014-04-12 18:00 ` kyukhin at gcc dot gnu.org
  2014-04-15  6:30 ` kyukhin at gcc dot gnu.org
  2014-11-30 21:11 ` ak at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: kyukhin at gcc dot gnu.org @ 2014-04-12 18:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Kirill Yukhin <kyukhin at gcc dot gnu.org> ---
Author: kyukhin
Date: Sat Apr 12 17:59:29 2014
New Revision: 209337

URL: http://gcc.gnu.org/viewcvs?rev=209337&root=gcc&view=rev
Log:
gcc/c-family/
    PR middle-end/60467
    * cilk.c (cilk_set_spawn_marker): Remove FUNCTION_DECL
    as possible argument for Cilk_spawn.

gcc/testsuite/
    PR middle-end/60467
    * c-c++-common/cilk-plus/CK/invalid_spawns.c: Add new invalid
    case to check.


Modified:
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/cilk.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/c-c++-common/cilk-plus/CK/invalid_spawns.c


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

* [Bug middle-end/60467] ICE with -fcilkplus
  2014-03-08 20:14 [Bug middle-end/60467] New: ICE with -fcilkplus burnus at gcc dot gnu.org
  2014-04-12 18:00 ` [Bug middle-end/60467] " kyukhin at gcc dot gnu.org
@ 2014-04-15  6:30 ` kyukhin at gcc dot gnu.org
  2014-11-30 21:11 ` ak at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: kyukhin at gcc dot gnu.org @ 2014-04-15  6:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Kirill Yukhin <kyukhin at gcc dot gnu.org> ---
Author: kyukhin
Date: Tue Apr 15 06:30:08 2014
New Revision: 209401

URL: http://gcc.gnu.org/viewcvs?rev=209401&root=gcc&view=rev
Log:
gcc/c-family/
    PR middle-end/60467
    * c-c++-common/cilk-plus/CK/invalid_spawns.c: Add new invalid
    case to check.

gcc/testsuite/
    PR middle-end/60467
    * c-c++-common/cilk-plus/CK/invalid_spawns.c: Add new invalid
    case to check.


Modified:
    branches/gcc-4_9-branch/gcc/c-family/ChangeLog
    branches/gcc-4_9-branch/gcc/c-family/cilk.c
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog
   
branches/gcc-4_9-branch/gcc/testsuite/c-c++-common/cilk-plus/CK/invalid_spawns.c


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

* [Bug middle-end/60467] ICE with -fcilkplus
  2014-03-08 20:14 [Bug middle-end/60467] New: ICE with -fcilkplus burnus at gcc dot gnu.org
  2014-04-12 18:00 ` [Bug middle-end/60467] " kyukhin at gcc dot gnu.org
  2014-04-15  6:30 ` kyukhin at gcc dot gnu.org
@ 2014-11-30 21:11 ` ak at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ak at gcc dot gnu.org @ 2014-11-30 21:11 UTC (permalink / raw)
  To: gcc-bugs

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

ak at gcc dot gnu.org changed:

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

--- Comment #5 from ak at gcc dot gnu.org ---
Definitely fixed.


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

end of thread, other threads:[~2014-11-30 21:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-08 20:14 [Bug middle-end/60467] New: ICE with -fcilkplus burnus at gcc dot gnu.org
2014-04-12 18:00 ` [Bug middle-end/60467] " kyukhin at gcc dot gnu.org
2014-04-15  6:30 ` kyukhin at gcc dot gnu.org
2014-11-30 21:11 ` ak 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).