public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: dominiq@lps.ens.fr (Dominique Dhumieres)
To: gcc-patches@gcc.gnu.org
Cc: joseph@codesourcery.com
Subject: Re: Implement C11 _Atomic
Date: Fri, 08 Nov 2013 13:28:00 -0000	[thread overview]
Message-ID: <20131108130701.84B61104@mailhost.lps.ens.fr> (raw)

The tests introduced in revision 204544 fail with -m32
(see http://gcc.gnu.org/ml/gcc-regression/2013-11/msg00213.html
or http://gcc.gnu.org/ml/gcc-testresults/2013-11/msg00526.html ).
This revision may also causes the failures of
gfortran.dg/typebound_operator_9.f03 and 
FAIL: gfortran.fortran-torture/execute/forall_1.f90.

On x86_64-apple-darwin* typebound_operator_9.f03 gives the following ICE with -O3

/opt/gcc/work/gcc/testsuite/gfortran.dg/typebound_operator_9.f03: In function 'nabla2_cart2d':
/opt/gcc/work/gcc/testsuite/gfortran.dg/typebound_operator_9.f03:272:0: internal compiler error: tree check: expected integer_cst, have plus_expr in tree_int_cst_lt, at tree.c:7083
   function nabla2_cart2d (obj)

and the failures of c11-atomic-exec-*.exe are of the kind

Executing on host: /opt/gcc/build_w/gcc/xgcc -B/opt/gcc/build_w/gcc/ /opt/gcc/work/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-4.c   -B/opt/gcc/build_w/x86_64-apple-darwin13.0.0/i386/libatomic/  -L/opt/gcc/build_w/x86_64-apple-darwin13.0.0/i386/libatomic/.libs -latomic  -fno-diagnostics-show-caret -fdiagnostics-color=never   -Os  -std=c11 -pedantic-errors -pthread -D_POSIX_C_SOURCE=200809L  -lm   -m32 -o ./c11-atomic-exec-4.exe    (timeout = 300)
spawn /opt/gcc/build_w/gcc/xgcc -B/opt/gcc/build_w/gcc/ /opt/gcc/work/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-4.c -B/opt/gcc/build_w/x86_64-apple-darwin13.0.0/i386/libatomic/ -L/opt/gcc/build_w/x86_64-apple-darwin13.0.0/i386/libatomic/.libs -latomic -fno-diagnostics-show-caret -fdiagnostics-color=never -Os -std=c11 -pedantic-errors -pthread -D_POSIX_C_SOURCE=200809L -lm -m32 -o ./c11-atomic-exec-4.exe
Undefined symbols for architecture i386:
  "___atomic_compare_exchange_16", referenced from:
      _test_main_long_double_add in ccBbKO9A.o
      _test_thread_long_double_add in ccBbKO9A.o
      _test_main_complex_double_add in ccBbKO9A.o
      _test_thread_complex_double_add in ccBbKO9A.o
      _test_main_long_double_postinc in ccBbKO9A.o
      _test_thread_long_double_postinc in ccBbKO9A.o
      _test_main_long_double_preinc in ccBbKO9A.o
      ...^M
  "___atomic_load_16", referenced from:
      _test_main_long_double_add in ccBbKO9A.o
      _test_thread_long_double_add in ccBbKO9A.o
      _test_main_complex_double_add in ccBbKO9A.o
      _test_thread_complex_double_add in ccBbKO9A.o
      _test_main_long_double_postinc in ccBbKO9A.o
      _test_thread_long_double_postinc in ccBbKO9A.o
      _test_main_long_double_preinc in ccBbKO9A.o
      ...^M
ld: symbol(s) not found for architecture i386

Dominique

             reply	other threads:[~2013-11-08 13:07 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-08 13:28 Dominique Dhumieres [this message]
2013-11-08 13:34 ` Joseph S. Myers
2013-11-08 13:43   ` Dominique Dhumieres
  -- strict thread matches above, loose matches on Subject: below --
2013-11-06  0:44 Joseph S. Myers
2013-11-06 22:42 ` Andrew MacLeod
2013-11-07 17:16 ` Uros Bizjak
2013-11-07 17:24 ` Jakub Jelinek
2013-11-07 18:10   ` Uros Bizjak
2013-11-07 18:44     ` Joseph S. Myers
2013-11-07 18:47       ` Uros Bizjak
2013-11-07 18:55         ` Joseph S. Myers
     [not found]           ` <CAFULd4ZrAEECG+pptH8cRaWznioaM9VXS4TetpEvkWj--n7H1w@mail.gmail.com>
2013-11-07 21:02             ` Joseph S. Myers
2013-11-07 21:08               ` Uros Bizjak
2013-11-07 22:25                 ` Uros Bizjak
2013-11-07 22:43                   ` Joseph S. Myers
2013-11-08 10:09       ` Uros Bizjak
2013-11-08 13:33         ` Joseph S. Myers
2013-11-21 13:19 ` Hans-Peter Nilsson
2013-11-21 18:03   ` Andrew MacLeod
2013-11-21 18:20     ` Hans-Peter Nilsson
2013-11-21 18:30       ` Andrew MacLeod
2013-11-21 18:49         ` Joseph S. Myers
2013-11-21 18:58           ` Andrew MacLeod
2013-11-21 19:24         ` Hans-Peter Nilsson
2013-11-22  2:57         ` Hans-Peter Nilsson
2013-11-22  3:03           ` Andrew MacLeod
2013-11-22  3:32           ` Hans-Peter Nilsson
2013-11-22  3:32             ` Joseph S. Myers
2013-11-22 19:12             ` Andrew MacLeod
2013-11-22 20:01               ` Hans-Peter Nilsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131108130701.84B61104@mailhost.lps.ens.fr \
    --to=dominiq@lps.ens.fr \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=joseph@codesourcery.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).