public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/29221]  New: Missing ".hpp"
@ 2006-09-25 21:20 _vi at list dot ru
  2006-09-25 21:22 ` [Bug c++/29221] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: _vi at list dot ru @ 2006-09-25 21:20 UTC (permalink / raw)
  To: gcc-bugs

The ".hpp" suffix is not recognized and requires additional "-x c++-header"
specification.

vi@vi:~/code/test$ g++ -c -v test.hpp
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.1.1/configure --with-languages=c,c++,java
Thread model: posix
gcc version 4.1.1
g++: test.hpp: linker input file unused because linking not done

vi@vi:~/code/test$ g++ -c -x c++-header test.hpp
vi@vi:~/code/test$


-- 
           Summary: Missing ".hpp"
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: _vi at list dot ru
 GCC build triplet: Any
  GCC host triplet: Any
GCC target triplet: Any


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


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

end of thread, other threads:[~2006-09-25 21:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-25 21:20 [Bug c++/29221] New: Missing ".hpp" _vi at list dot ru
2006-09-25 21:22 ` [Bug c++/29221] " pinskia at gcc dot gnu dot org
2006-09-25 21:25 ` pinskia at gcc dot gnu dot org
2006-09-25 21:28 ` pinskia at gcc dot gnu dot org
2006-09-25 21:32 ` _vi at list dot ru

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