public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/59368] New: [4.9 Regression] libsanitizer spec file installed in the wrong place
@ 2013-12-02 16:14 d.g.gorbachev at gmail dot com
  2013-12-02 16:16 ` [Bug bootstrap/59368] " d.g.gorbachev at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2013-12-02 16:14 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 59368
           Summary: [4.9 Regression] libsanitizer spec file installed in
                    the wrong place
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: d.g.gorbachev at gmail dot com

When GCC is configured with "--enable-version-specific-runtime-libs", spec
files for libgomp, libitm, etc. are installed in the compiler-specific
directory ($libdir/gcc/$target/$version). But libsanitizer, somehow, stands out
from this scheme - libsanitizer.spec appears in $libdir/gcc/$target. It seems
to be a bug. GCC 4.9.0 20131201 (r205574).


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

* [Bug bootstrap/59368] [4.9 Regression] libsanitizer spec file installed in the wrong place
  2013-12-02 16:14 [Bug bootstrap/59368] New: [4.9 Regression] libsanitizer spec file installed in the wrong place d.g.gorbachev at gmail dot com
@ 2013-12-02 16:16 ` d.g.gorbachev at gmail dot com
  2013-12-03  4:56 ` y.gribov at samsung dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2013-12-02 16:16 UTC (permalink / raw)
  To: gcc-bugs

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

Dmitry Gorbachev <d.g.gorbachev at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> ---
CC'ing the libsanitizer maintainer.

This is like the libvtv bug 58441 or libcilkrts bug 59094...


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

* [Bug bootstrap/59368] [4.9 Regression] libsanitizer spec file installed in the wrong place
  2013-12-02 16:14 [Bug bootstrap/59368] New: [4.9 Regression] libsanitizer spec file installed in the wrong place d.g.gorbachev at gmail dot com
  2013-12-02 16:16 ` [Bug bootstrap/59368] " d.g.gorbachev at gmail dot com
@ 2013-12-03  4:56 ` y.gribov at samsung dot com
  2013-12-03  9:38 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: y.gribov at samsung dot com @ 2013-12-03  4:56 UTC (permalink / raw)
  To: gcc-bugs

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

Yury Gribov <y.gribov at samsung dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |y.gribov at samsung dot com

--- Comment #2 from Yury Gribov <y.gribov at samsung dot com> ---
Mine.


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

* [Bug bootstrap/59368] [4.9 Regression] libsanitizer spec file installed in the wrong place
  2013-12-02 16:14 [Bug bootstrap/59368] New: [4.9 Regression] libsanitizer spec file installed in the wrong place d.g.gorbachev at gmail dot com
  2013-12-02 16:16 ` [Bug bootstrap/59368] " d.g.gorbachev at gmail dot com
  2013-12-03  4:56 ` y.gribov at samsung dot com
@ 2013-12-03  9:38 ` rguenth at gcc dot gnu.org
  2013-12-03 11:15 ` y.gribov at samsung dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-12-03  9:38 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
   Target Milestone|---                         |4.9.0


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

* [Bug bootstrap/59368] [4.9 Regression] libsanitizer spec file installed in the wrong place
  2013-12-02 16:14 [Bug bootstrap/59368] New: [4.9 Regression] libsanitizer spec file installed in the wrong place d.g.gorbachev at gmail dot com
                   ` (2 preceding siblings ...)
  2013-12-03  9:38 ` rguenth at gcc dot gnu.org
@ 2013-12-03 11:15 ` y.gribov at samsung dot com
  2013-12-03 15:49 ` d.g.gorbachev at gmail dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: y.gribov at samsung dot com @ 2013-12-03 11:15 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Yury Gribov <y.gribov at samsung dot com> ---
Created attachment 31361
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31361&action=edit
Proposed patch

Dmitry, does this look fine?


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

* [Bug bootstrap/59368] [4.9 Regression] libsanitizer spec file installed in the wrong place
  2013-12-02 16:14 [Bug bootstrap/59368] New: [4.9 Regression] libsanitizer spec file installed in the wrong place d.g.gorbachev at gmail dot com
                   ` (3 preceding siblings ...)
  2013-12-03 11:15 ` y.gribov at samsung dot com
@ 2013-12-03 15:49 ` d.g.gorbachev at gmail dot com
  2013-12-05  9:56 ` ygribov at gcc dot gnu.org
  2013-12-05 10:15 ` [Bug sanitizer/59368] " d.g.gorbachev at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2013-12-03 15:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> ---
Yes, the patch works. Thanks.


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

* [Bug bootstrap/59368] [4.9 Regression] libsanitizer spec file installed in the wrong place
  2013-12-02 16:14 [Bug bootstrap/59368] New: [4.9 Regression] libsanitizer spec file installed in the wrong place d.g.gorbachev at gmail dot com
                   ` (4 preceding siblings ...)
  2013-12-03 15:49 ` d.g.gorbachev at gmail dot com
@ 2013-12-05  9:56 ` ygribov at gcc dot gnu.org
  2013-12-05 10:15 ` [Bug sanitizer/59368] " d.g.gorbachev at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: ygribov at gcc dot gnu.org @ 2013-12-05  9:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from ygribov at gcc dot gnu.org ---
Author: ygribov
Date: Thu Dec  5 09:56:03 2013
New Revision: 205698

URL: http://gcc.gnu.org/viewcvs?rev=205698&root=gcc&view=rev
Log:
2013-12-05  Yury Gribov  <y.gribov@samsung.com>

    PR sanitizer/59368
    * Makefile.am (gcc_version): Added gcc_version.
    * Makefile.in: Regenerate.

Modified:
    trunk/libsanitizer/ChangeLog
    trunk/libsanitizer/Makefile.am
    trunk/libsanitizer/Makefile.in


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

* [Bug sanitizer/59368] [4.9 Regression] libsanitizer spec file installed in the wrong place
  2013-12-02 16:14 [Bug bootstrap/59368] New: [4.9 Regression] libsanitizer spec file installed in the wrong place d.g.gorbachev at gmail dot com
                   ` (5 preceding siblings ...)
  2013-12-05  9:56 ` ygribov at gcc dot gnu.org
@ 2013-12-05 10:15 ` d.g.gorbachev at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2013-12-05 10:15 UTC (permalink / raw)
  To: gcc-bugs

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

Dmitry Gorbachev <d.g.gorbachev at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |dodji at gcc dot gnu.org,
                   |                            |dvyukov at gcc dot gnu.org,
                   |                            |kcc at gcc dot gnu.org
          Component|bootstrap                   |sanitizer
         Resolution|---                         |FIXED

--- Comment #7 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> ---
.


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

end of thread, other threads:[~2013-12-05 10:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-02 16:14 [Bug bootstrap/59368] New: [4.9 Regression] libsanitizer spec file installed in the wrong place d.g.gorbachev at gmail dot com
2013-12-02 16:16 ` [Bug bootstrap/59368] " d.g.gorbachev at gmail dot com
2013-12-03  4:56 ` y.gribov at samsung dot com
2013-12-03  9:38 ` rguenth at gcc dot gnu.org
2013-12-03 11:15 ` y.gribov at samsung dot com
2013-12-03 15:49 ` d.g.gorbachev at gmail dot com
2013-12-05  9:56 ` ygribov at gcc dot gnu.org
2013-12-05 10:15 ` [Bug sanitizer/59368] " d.g.gorbachev at gmail dot com

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).