--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.2 |4.1.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24009
--- Comment #15 from jsm28 at gcc dot gnu dot org 2006-08-26 22:03 ---
Although I expect the same approach as the committed patch to work for 4.0 and
4.1, the patch itself doesn't apply cleanly to 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed
--- Comment #7 from jsm28 at gcc dot gnu dot org 2005-11-01 00:25 ---
diagnostic.c gets #include stack information from input_file_stack. cpplib
gets it from source_locations. With --enable-mapped-location, this regression
could be fixed by diagnostic.c getting it from source_locations
--- Comment #6 from mmitchel at gcc dot gnu dot org 2005-10-31 05:53
---
We should either fix this, or, at least, figure out why we can't; leaving as
P2.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24009
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |minor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24009
--
What|Removed |Added
Target Milestone|4.0.2 |4.0.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24009
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-23
16:54 ---
Caused between 20040920 and 20040921 which means this was caused by:
2004-09-20 Matt Austern <[EMAIL PROTECTED]>
Zack Weinberg <[EMAIL PROTECTED]>
Note there was a time in 3.4.x were he had t
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-23
16:51 ---
Filed comment #2 as PR 24037.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24009
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-23
16:47 ---
Hmm, my simple example shows that this is a regression also in 3.4.0 but that
looks like a different
bug than the orginal one.
Anyways here is the reduced testcase for the reported bug, I will file the
ot
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-22
19:24 ---
Confirmed, reduced testcase:
# 1 "t.c"
# 1 ""
# 1 ""
# 1 "t.c"
# 1 "t.h" 1
1
# 2 "t.c" 2
--
What|Removed |Added
--
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-22
15:04 ---
Confirmed, 4.0.0 have the same issue.
To reproduce this on i686-pc-linux-gnu use cc1 directly so _GNU_SOURCE is not
defined or undefine it
in the source or invoke gcc as
g++ t.cc -U_GNU_SOURCE
the C fron
11 matches
Mail list logo