public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "vincenzo.innocente at cern dot ch" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/49363] [feature request] multiple target attribute (and runtime dispatching based on cpuid)
Date: Tue, 08 May 2012 09:28:00 -0000	[thread overview]
Message-ID: <bug-49363-4-3H0CvRnhlw@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-49363-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #14 from vincenzo Innocente <vincenzo.innocente at cern dot ch> 2012-05-08 09:18:01 UTC ---
added your patch on top of
c++ -v
Using built-in specs.
COLLECT_GCC=c++
COLLECT_LTO_WRAPPER=/afs/cern.ch/user/i/innocent/w2/libexec/gcc/x86_64-unknown-linux-gnu/4.8.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ./configure --prefix=/afs/cern.ch/user/i/innocent/w2
--enable-languages=c,c++,fortran -enable-gold=yes --enable-lto
--with-build-config=bootstrap-lto --with-gmp-lib=/usr/local/lib64
--with-mpfr-lib=/usr/local/lib64 -with-mpc-lib=/usr/local/lib64
--enable-cloog-backend=isl --with-cloog=/usr/local
--with-ppl-lib=/usr/local/lib64 CFLAGS='-O2 -ftree-vectorize -fPIC'
CXXFLAGS='-O2 -fPIC -ftree-vectorize -fvisibility-inlines-hidden -march=native'
-enable-libitm -disable-multilib : (reconfigured) ./configure
--prefix=/afs/cern.ch/user/i/innocent/w2 -enable-gold=yes --enable-lto
--with-build-config=bootstrap-lto --with-gmp-lib=/usr/local/lib64
--with-mpfr-lib=/usr/local/lib64 -with-mpc-lib=/usr/local/lib64
--enable-cloog-backend=isl --with-cloog=/usr/local
--with-ppl-lib=/usr/local/lib64 CFLAGS='-O2 -ftree-vectorize -fPIC'
CXXFLAGS='-O2 -fPIC -ftree-vectorize -fvisibility-inlines-hidden -march=native'
-enable-libitm -disable-multilib CC=gcc CXX=g++
--enable-languages=c,c++,fortran,lto --no-create --no-recursion
Thread model: posix
gcc version 4.8.0 20120508 (experimental) [trunk revision 187276] (GCC) 

configured as above

ad got

../.././gcc/multiversion.c:613: error: undefined reference to
'cgraph_add_to_same_comdat_group'
collect2: ld returned 1 exit status
make[3]: *** [lto1] Error 1
make[3]: *** Waiting for unfinished jobs....
../.././gcc/multiversion.c:613: error: undefined reference to
'cgraph_add_to_same_comdat_group'
collect2: ld returned 1 exit status
make[3]: *** [cc1] Error 1
../.././gcc/multiversion.c:613: error: undefined reference to
'cgraph_add_to_same_comdat_group'
collect2: ld returned 1 exit status
make[3]: *** [cc1plus] Error 1
rm gcov.pod cpp.pod gfdl.pod fsf-funding.pod gcc.pod
make[3]: Leaving directory
`/home/data/newsoft/gcc-trunk/host-x86_64-unknown-linux-gnu/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/home/data/newsoft/gcc-trunk'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/data/newsoft/gcc-trunk'
make: *** [all] Error 2


  parent reply	other threads:[~2012-05-08  9:18 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-10 12:13 [Bug middle-end/49363] New: " vincenzo.innocente at cern dot ch
2011-06-10 12:42 ` [Bug middle-end/49363] " rguenth at gcc dot gnu.org
2011-06-11  5:59 ` vincenzo.innocente at cern dot ch
2011-06-11  6:24 ` xinliangli at gmail dot com
2011-06-11  7:06 ` vincenzo.innocente at cern dot ch
2011-07-23 13:30 ` vincenzo.innocente at cern dot ch
2011-07-23 17:29 ` xinliangli at gmail dot com
2011-10-28  9:07 ` vincenzo.innocente at cern dot ch
2011-10-28  9:16 ` rguenther at suse dot de
2011-10-28 14:01 ` vincenzo.innocente at cern dot ch
2011-10-28 17:29 ` tmsriram at google dot com
2012-05-07 13:09 ` vincenzo.innocente at cern dot ch
2012-05-07 17:05 ` tmsriram at google dot com
2012-05-07 17:05 ` tmsriram at google dot com
2012-05-08  9:28 ` vincenzo.innocente at cern dot ch [this message]
2012-05-08 17:23 ` tmsriram at google dot com
2012-05-09 19:26 ` tmsriram at google dot com
2012-05-10 10:35 ` vincenzo.innocente at cern dot ch
2012-05-10 16:52 ` tmsriram at google dot com
2012-05-10 17:08 ` vincenzo.innocente at cern dot ch
2012-05-10 20:50 ` xinliangli at gmail dot com
2014-05-25 16:13 ` vincenzo.innocente at cern dot ch
2014-05-26  7:51 ` rguenther at suse dot de
2014-05-26  8:17 ` vincenzo.innocente at cern dot ch
2014-05-26  8:22 ` rguenther at suse dot de
2021-09-18  2:08 ` pinskia at gcc dot gnu.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=bug-49363-4-3H0CvRnhlw@http.gcc.gnu.org/bugzilla/ \
    --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).