public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/60006] New: [4.9 Regression] FAIL: c-c++-common/cilk-plus/CK/fib_no_(return|sync).c  -O3 with -m32 after r207231 on x86_64-apple-darwin13
@ 2014-01-31 12:54 dominiq at lps dot ens.fr
  2014-01-31 14:56 ` [Bug tree-optimization/60006] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-01-31 12:54 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60006
           Summary: [4.9 Regression] FAIL:
                    c-c++-common/cilk-plus/CK/fib_no_(return|sync).c  -O3
                    with -m32 after r207231 on x86_64-apple-darwin13
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dominiq at lps dot ens.fr
                CC: iains at gcc dot gnu.org, jakub at gcc dot gnu.org
              Host: x86_64-apple-darwin13
            Target: x86_64-apple-darwin13
             Build: x86_64-apple-darwin13

After r207231 the following tests fail on x86_64-apple-darwin13 with -m32

FAIL: c-c++-common/cilk-plus/CK/fib_no_return.c  -O3 (test for excess errors)
UNRESOLVED: c-c++-common/cilk-plus/CK/fib_no_return.c  -O3 compilation failed
to produce executable
FAIL: c-c++-common/cilk-plus/CK/fib_no_sync.c  -O3 (test for excess errors)
UNRESOLVED: c-c++-common/cilk-plus/CK/fib_no_sync.c  -O3 compilation failed to
produce executable
FAIL: gcc.dg/atomic/c11-atomic-exec-5.c  -O2 -flto  execution test
FAIL: c-c++-common/cilk-plus/CK/fib_no_return.c  -O3 -g  (test for excess
errors)
UNRESOLVED: c-c++-common/cilk-plus/CK/fib_no_return.c  -O3 -g  compilation
failed to produce executable
FAIL: c-c++-common/cilk-plus/CK/fib_no_sync.c  -O3 -g  (test for excess errors)
UNRESOLVED: c-c++-common/cilk-plus/CK/fib_no_sync.c  -O3 -g  compilation failed
to produce executable
FAIL: c-c++-common/cilk-plus/CK/fib_no_return.c  -O3 -flto -g  (test for excess
errors)
UNRESOLVED: c-c++-common/cilk-plus/CK/fib_no_return.c  -O3 -flto -g 
compilation failed to produce executable
FAIL: c-c++-common/cilk-plus/CK/fib_no_sync.c  -O3 -flto -g  (test for excess
errors)
UNRESOLVED: c-c++-common/cilk-plus/CK/fib_no_sync.c  -O3 -flto -g  compilation
failed to produce executable

The failures are of the kind

/var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccE8IAa2.s:856:FATAL:Symbol
L2$pb already defined.

The failures need -O3, but not -g nor -flto, and r207230 is OK.


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

* [Bug tree-optimization/60006] [4.9 Regression] FAIL: c-c++-common/cilk-plus/CK/fib_no_(return|sync).c  -O3 with -m32 after r207231 on x86_64-apple-darwin13
  2014-01-31 12:54 [Bug tree-optimization/60006] New: [4.9 Regression] FAIL: c-c++-common/cilk-plus/CK/fib_no_(return|sync).c -O3 with -m32 after r207231 on x86_64-apple-darwin13 dominiq at lps dot ens.fr
@ 2014-01-31 14:56 ` rguenth at gcc dot gnu.org
  2014-02-03 12:27 ` dominiq at lps dot ens.fr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-01-31 14:56 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
   Target Milestone|---                         |4.9.0


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

* [Bug tree-optimization/60006] [4.9 Regression] FAIL: c-c++-common/cilk-plus/CK/fib_no_(return|sync).c  -O3 with -m32 after r207231 on x86_64-apple-darwin13
  2014-01-31 12:54 [Bug tree-optimization/60006] New: [4.9 Regression] FAIL: c-c++-common/cilk-plus/CK/fib_no_(return|sync).c -O3 with -m32 after r207231 on x86_64-apple-darwin13 dominiq at lps dot ens.fr
  2014-01-31 14:56 ` [Bug tree-optimization/60006] " rguenth at gcc dot gnu.org
@ 2014-02-03 12:27 ` dominiq at lps dot ens.fr
  2014-02-04  9:51 ` dominiq at lps dot ens.fr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-02-03 12:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
This PR has been fixed/hidden by r207382. Is this expected?


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

* [Bug tree-optimization/60006] [4.9 Regression] FAIL: c-c++-common/cilk-plus/CK/fib_no_(return|sync).c  -O3 with -m32 after r207231 on x86_64-apple-darwin13
  2014-01-31 12:54 [Bug tree-optimization/60006] New: [4.9 Regression] FAIL: c-c++-common/cilk-plus/CK/fib_no_(return|sync).c -O3 with -m32 after r207231 on x86_64-apple-darwin13 dominiq at lps dot ens.fr
                   ` (2 preceding siblings ...)
  2014-02-04  9:51 ` dominiq at lps dot ens.fr
@ 2014-02-04  9:51 ` dominiq at lps dot ens.fr
  2014-02-04 10:51 ` dominiq at lps dot ens.fr
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-02-04  9:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Created attachment 32036
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32036&action=edit
Assembly file for fib_no_return.c at r207382


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

* [Bug tree-optimization/60006] [4.9 Regression] FAIL: c-c++-common/cilk-plus/CK/fib_no_(return|sync).c  -O3 with -m32 after r207231 on x86_64-apple-darwin13
  2014-01-31 12:54 [Bug tree-optimization/60006] New: [4.9 Regression] FAIL: c-c++-common/cilk-plus/CK/fib_no_(return|sync).c -O3 with -m32 after r207231 on x86_64-apple-darwin13 dominiq at lps dot ens.fr
  2014-01-31 14:56 ` [Bug tree-optimization/60006] " rguenth at gcc dot gnu.org
  2014-02-03 12:27 ` dominiq at lps dot ens.fr
@ 2014-02-04  9:51 ` dominiq at lps dot ens.fr
  2014-02-04  9:51 ` dominiq at lps dot ens.fr
  2014-02-04 10:51 ` dominiq at lps dot ens.fr
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-02-04  9:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Created attachment 32035
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32035&action=edit
Assembly file for fib_no_return.c at r207381


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

* [Bug tree-optimization/60006] [4.9 Regression] FAIL: c-c++-common/cilk-plus/CK/fib_no_(return|sync).c  -O3 with -m32 after r207231 on x86_64-apple-darwin13
  2014-01-31 12:54 [Bug tree-optimization/60006] New: [4.9 Regression] FAIL: c-c++-common/cilk-plus/CK/fib_no_(return|sync).c -O3 with -m32 after r207231 on x86_64-apple-darwin13 dominiq at lps dot ens.fr
                   ` (3 preceding siblings ...)
  2014-02-04  9:51 ` dominiq at lps dot ens.fr
@ 2014-02-04 10:51 ` dominiq at lps dot ens.fr
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-02-04 10:51 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

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

--- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Following Jakub answer on IRC, closing as duplicate of pr60003.

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


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

end of thread, other threads:[~2014-02-04 10:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-31 12:54 [Bug tree-optimization/60006] New: [4.9 Regression] FAIL: c-c++-common/cilk-plus/CK/fib_no_(return|sync).c -O3 with -m32 after r207231 on x86_64-apple-darwin13 dominiq at lps dot ens.fr
2014-01-31 14:56 ` [Bug tree-optimization/60006] " rguenth at gcc dot gnu.org
2014-02-03 12:27 ` dominiq at lps dot ens.fr
2014-02-04  9:51 ` dominiq at lps dot ens.fr
2014-02-04  9:51 ` dominiq at lps dot ens.fr
2014-02-04 10:51 ` dominiq at lps dot ens.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).