This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/28015] New: Nonspecific error messages
- From: "philippe at fornux dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jun 2006 16:30:08 -0000
- Subject: [Bug c++/28015] New: Nonspecific error messages
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Greetings:
I am trying to compile an application and I am getting error massages like the
following one. Obviously the "previous definition" doesn't point to the first
definition of "struct timespec" but to the redundant definition. This is
therefore pretty useless:
/usr/include/time.h:119: error: redefinition of `struct timespec'
/usr/include/time.h:119: error: previous definition of `struct timespec'
Phil
--
Summary: Nonspecific error messages
Product: gcc
Version: 3.4.5
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: philippe at fornux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28015