This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Ok, so call me confused, how can: unsigned int to_line = SOURCE_LINE (new_map, new_map->to_line); possibly be right?
Related to this, should from_line ever be > to_line in the map?
If one compiles:
int i;
as a C++ file, and watches what the above code does, one should be able to see it go bad.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |