https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44652
--- Comment #7 from Andrew Pinski ---
where = linemap_included_from (map);
map = linemap_included_from_linemap (line_table, map);
bool is_module = MAP_MODULE_P (map);
s.file = LINEMAP_FILE (
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44652
Andrew Pinski changed:
What|Removed |Added
Keywords||diagnostic
--- Comment #6 from Andrew Pi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44652
Andrew Pinski changed:
What|Removed |Added
Known to fail||7.5.0
--- Comment #5 from Andrew Pinski
--- Comment #4 from manu at gcc dot gnu dot org 2010-06-24 12:03 ---
(In reply to comment #3)
> I think column 0 is correct for the start of all preprocessor directives.
But the #include does not start at column 0, so there is something wrong there.
We know that libcpp column informatio
--- Comment #3 from pinskia at gcc dot gnu dot org 2010-06-24 08:34 ---
I think column 0 is correct for the start of all preprocessor directives.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44652
--- Comment #2 from hariharans at picochip dot com 2010-06-24 08:30 ---
Created an attachment (id=20992)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20992&action=view)
struct definition header file
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44652
--- Comment #1 from hariharans at picochip dot com 2010-06-24 08:30 ---
Created an attachment (id=20991)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20991&action=view)
c file
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44652