--- Comment #6 from b0ntrict0r at yandex dot ru 2009-08-10 15:02 ---
I've got your point, thank you. So if
(In reply to comment #5)
> in general it would be
> very difficult for the compiler to determine if individual errors are caused
> by
> an earlier error
--- Comment #4 from b0ntrict0r at yandex dot ru 2009-08-10 14:16 ---
Thank you for your explanation.
(In reply to comment #2)
> The errors for lines 9 and 15 relate to the duplicate declaration of a member
> with the name 'number', whereas the error on line 4 refer
--- Comment #1 from b0ntrict0r at yandex dot ru 2009-08-07 18:11 ---
By the way using gcc instead of g++ doesn't changed things.
And I've just tested this code with Comeau online C++ compiler and it gave
exactly what I want to get:
Comeau C/C++ 4.3.10.1 (Oct 6 2008 11:
nt testclass::number() const':
test.cpp:13: error: argument of type 'int (testclass::)()const' does not match
'int'
--
Summary: Redundant diagnostic when class member function's name
overlaps with class field's name
--- Comment #43 from b0ntrict0r at yandex dot ru 2008-09-23 14:31 ---
(In reply to comment #42)
> Created an attachment (id=16389)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16389&action=view) [edit]
> internal-error-testcase
>
Hm... I can reproduce it wi
--- Comment #39 from b0ntrict0r at yandex dot ru 2008-09-22 15:12 ---
Created an attachment (id=16380)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16380&action=view)
Updated fixed
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14912
--- Comment #1 from b0ntrict0r at yandex dot ru 2008-09-19 13:18 ---
(In reply to comment #0)
This keyword seems to be Microsoft specific, right?
--
b0ntrict0r at yandex dot ru changed:
What|Removed |Added
--- Comment #37 from b0ntrict0r at yandex dot ru 2008-09-19 12:22 ---
Created an attachment (id=16361)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16361&action=view)
Updated patch
Could someone test updated patch?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14912
--- Comment #3 from b0ntrict0r at yandex dot ru 2007-11-12 18:32 ---
(From update of attachment 14531)
Some corrections. gcc faults only if -O is also set.
Building mjpegtools.
Error message:
imageplanes.cc: In static member function 'static void
ImagePlanes::BorderMark(uint8_t*
--- Comment #2 from b0ntrict0r at yandex dot ru 2007-11-12 18:30 ---
Created an attachment (id=14531)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14531&action=view)
Preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34074
-linear
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: b0ntrict0r at yandex dot ru
GCC build triplet: i686
11 matches
Mail list logo