public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/39573] Linking fails on AMD with -march=native and -fopenmp, works with generic x86_64
Date: Sat, 04 Apr 2009 20:45:00 -0000	[thread overview]
Message-ID: <20090404204528.12082.qmail@sourceware.org> (raw)
In-Reply-To: <bug-39573-14973@http.gcc.gnu.org/bugzilla/>



------- Comment #15 from rguenth at gcc dot gnu dot org  2009-04-04 20:45 -------
Ok, I can see

        movl  
$_ZZN7cvmlcpp25extractSurfaceFromAdapterIN6shapes20ShapeSurfaceAdaptor_IdEEdEEvRKT_RNS_8GeometryIT0_EEdE5C.907,
%esi
        movl    $12, %ecx
        movq    56(%rsp), %rdi
        rep movsq
        movl    %r14d, %esi

but that's not on an omp thing.

Expanded from

;; offset = C.907
(insn 2176 2175 2177 /usr/local/include/cvmlcpp/volume/SurfaceExtractor:150
(parallel [
            (set (reg:DI 999)
                (plus:DI (reg/f:DI 54 virtual-stack-vars)
                    (const_int -832 [0xfffffffffffffcc0])))
            (clobber (reg:CC 17 flags))
        ]) -1 (nil))

(insn 2177 2176 2178 /usr/local/include/cvmlcpp/volume/SurfaceExtractor:150
(set (reg:DI 1000)
        (symbol_ref:DI
("_ZZN7cvmlcpp25extractSurfaceFromAdapterIN6shapes20ShapeSurfaceAdaptor_IdEEdEEvRKT_RNS_8GeometryIT0_EEdE5C.907")
[flags 0x2] <var_decl 0xb18423f4 C.907>)) -1 (nil))

That DECL_ASSEMBLER_NAME is bogus.

mainpp.cc.004t.gimple:                static int C.907[8][3] = {{0, 0, 0}, {1,
0, 0}, {1, 0, 1}, {0, 0, 1}, {0, 1, 0}, {1, 1, 0}, {1, 1, 1}, {0, 1, 1}};
mainpp.cc.004t.gimple:                                    offset = C.907;

huh.  Gimplified from

    int offset[8][3] = {{0, 0, 0}, {1, 0, 0}, {1, 0, 1}, {0, 0, 1}, {0, 1, 0},
{1, 1, 0}, {1, 1, 1}, {0, 1, 1}};

this sounds like related to PR38615.


-- 


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


  parent reply	other threads:[~2009-04-04 20:45 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-28 15:42 [Bug other/39573] New: linking fails when optimizations are enabled fpbeekhof at gmail dot com
2009-04-03 12:01 ` [Bug other/39573] " fpbeekhof at gmail dot com
2009-04-04 16:57 ` fpbeekhof at gmail dot com
2009-04-04 17:30 ` [Bug target/39573] Linking fails on AMD with -march=native, works with generic x86_64 steven at gcc dot gnu dot org
2009-04-04 17:40 ` rguenth at gcc dot gnu dot org
2009-04-04 17:45 ` fpbeekhof at gmail dot com
2009-04-04 17:47 ` rguenth at gcc dot gnu dot org
2009-04-04 18:02 ` fpbeekhof at gmail dot com
2009-04-04 18:04 ` rguenth at gcc dot gnu dot org
2009-04-04 18:13 ` fpbeekhof at gmail dot com
2009-04-04 18:41 ` steven at gcc dot gnu dot org
2009-04-04 19:50 ` fpbeekhof at gmail dot com
2009-04-04 20:00 ` rguenth at gcc dot gnu dot org
2009-04-04 20:03 ` rguenth at gcc dot gnu dot org
2009-04-04 20:15 ` [Bug target/39573] Linking fails on AMD with -march=native and -fopenmp, " fpbeekhof at gmail dot com
2009-04-04 20:45 ` rguenth at gcc dot gnu dot org [this message]
2009-04-05  8:17 ` fpbeekhof at gmail dot com
2009-04-06  8:59 ` jakub at gcc dot gnu dot org
2009-04-08 20:05 ` [Bug middle-end/39573] " jakub at gcc dot gnu dot org
2009-04-08 20:14 ` jakub at gcc dot gnu dot org
2009-04-08 20:14 ` jakub at gcc dot gnu dot org
2009-04-28 23:41 ` pinskia at gcc dot gnu dot org

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=20090404204528.12082.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /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).