public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/58441] New: VTV headers are installed into the general include directory
@ 2013-09-17  7:08 d.g.gorbachev at gmail dot com
  2013-09-17  7:11 ` [Bug other/58441] " d.g.gorbachev at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2013-09-17  7:08 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58441
           Summary: VTV headers are installed into the general include
                    directory
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: other
          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", header
files for libstdc++, libgomp, libquadmath, etc. are installed in the
compiler-specific directory ($libdir/gcc/$target/$version/include). But libvtv,
somehow, stands out from this scheme. It seems to be a bug.


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

* [Bug other/58441] VTV headers are installed into the general include directory
  2013-09-17  7:08 [Bug other/58441] New: VTV headers are installed into the general include directory d.g.gorbachev at gmail dot com
@ 2013-09-17  7:11 ` d.g.gorbachev at gmail dot com
  2013-09-17  7:49 ` [Bug bootstrap/58441] [4.9 Regression] " rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2013-09-17  7:11 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cmtice at google dot com

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


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

* [Bug bootstrap/58441] [4.9 Regression] VTV headers are installed into the general include directory
  2013-09-17  7:08 [Bug other/58441] New: VTV headers are installed into the general include directory d.g.gorbachev at gmail dot com
  2013-09-17  7:11 ` [Bug other/58441] " d.g.gorbachev at gmail dot com
@ 2013-09-17  7:49 ` rguenth at gcc dot gnu.org
  2013-09-17 16:03 ` cmtice at google dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-09-17  7:49 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
          Component|other                       |bootstrap
   Target Milestone|---                         |4.9.0
            Summary|VTV headers are installed   |[4.9 Regression] VTV
                   |into the general include    |headers are installed into
                   |directory                   |the general include
                   |                            |directory

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Marking as to be fixed before the release.


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

* [Bug bootstrap/58441] [4.9 Regression] VTV headers are installed into the general include directory
  2013-09-17  7:08 [Bug other/58441] New: VTV headers are installed into the general include directory d.g.gorbachev at gmail dot com
  2013-09-17  7:11 ` [Bug other/58441] " d.g.gorbachev at gmail dot com
  2013-09-17  7:49 ` [Bug bootstrap/58441] [4.9 Regression] " rguenth at gcc dot gnu.org
@ 2013-09-17 16:03 ` cmtice at google dot com
  2013-09-17 18:44 ` d.g.gorbachev at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cmtice at google dot com @ 2013-09-17 16:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Caroline Tice <cmtice at google dot com> ---
Could you be a little more specific please?  What header are you seeing where?


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

* [Bug bootstrap/58441] [4.9 Regression] VTV headers are installed into the general include directory
  2013-09-17  7:08 [Bug other/58441] New: VTV headers are installed into the general include directory d.g.gorbachev at gmail dot com
                   ` (2 preceding siblings ...)
  2013-09-17 16:03 ` cmtice at google dot com
@ 2013-09-17 18:44 ` d.g.gorbachev at gmail dot com
  2013-09-24 19:04 ` ctice at gcc dot gnu.org
  2013-09-24 19:31 ` ctice at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2013-09-17 18:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> ---
vtv_fail.h, vtv_malloc.h, vtv_map.h, vtv_rts.h, vtv_set.h, vtv_utils.h are
installed to /usr/local/include. GCC is configured with
"--enable-version-specific-runtime-libs" (and "--disable-bootstrap").
Host/target/build is i686-pc-linux-gnu.


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

* [Bug bootstrap/58441] [4.9 Regression] VTV headers are installed into the general include directory
  2013-09-17  7:08 [Bug other/58441] New: VTV headers are installed into the general include directory d.g.gorbachev at gmail dot com
                   ` (3 preceding siblings ...)
  2013-09-17 18:44 ` d.g.gorbachev at gmail dot com
@ 2013-09-24 19:04 ` ctice at gcc dot gnu.org
  2013-09-24 19:31 ` ctice at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: ctice at gcc dot gnu.org @ 2013-09-24 19:04 UTC (permalink / raw)
  To: gcc-bugs

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

ctice at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2013-09-24
                 CC|                            |ctice at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |ctice at gcc dot gnu.org
     Ever confirmed|0                           |1


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

* [Bug bootstrap/58441] [4.9 Regression] VTV headers are installed into the general include directory
  2013-09-17  7:08 [Bug other/58441] New: VTV headers are installed into the general include directory d.g.gorbachev at gmail dot com
                   ` (4 preceding siblings ...)
  2013-09-24 19:04 ` ctice at gcc dot gnu.org
@ 2013-09-24 19:31 ` ctice at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: ctice at gcc dot gnu.org @ 2013-09-24 19:31 UTC (permalink / raw)
  To: gcc-bugs

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

ctice at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from ctice at gcc dot gnu.org ---
The fix has been tested and committed.


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

end of thread, other threads:[~2013-09-24 19:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-17  7:08 [Bug other/58441] New: VTV headers are installed into the general include directory d.g.gorbachev at gmail dot com
2013-09-17  7:11 ` [Bug other/58441] " d.g.gorbachev at gmail dot com
2013-09-17  7:49 ` [Bug bootstrap/58441] [4.9 Regression] " rguenth at gcc dot gnu.org
2013-09-17 16:03 ` cmtice at google dot com
2013-09-17 18:44 ` d.g.gorbachev at gmail dot com
2013-09-24 19:04 ` ctice at gcc dot gnu.org
2013-09-24 19:31 ` ctice at gcc dot gnu.org

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