[Bug c/66415] [6 Regression] ice in location_column_from_byte_offset

2016-08-09 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415 --- Comment #11 from Andreas Schwab --- FAIL: gcc.dg/cpp/pr66415-1.c expected multiline pattern lines 11-12 not found: "\s*__builtin_printf \("x%dx

[Bug c/66415] [6 Regression] ice in location_column_from_byte_offset

2015-09-21 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415 --- Comment #10 from Manuel López-Ibáñez --- Author: manu Date: Mon Sep 21 14:52:09 2015 New Revision: 227975 URL: https://gcc.gnu.org/viewcvs?rev=227975&root=gcc&view=rev Log: Handle lines encoded into several maps in linemap_position_for_loc_a

[Bug c/66415] [6 Regression] ice in location_column_from_byte_offset

2015-06-08 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/66415] [6 Regression] ice in location_column_from_byte_offset

2015-06-08 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415 --- Comment #8 from Marek Polacek --- Author: mpolacek Date: Mon Jun 8 15:16:12 2015 New Revision: 224236 URL: https://gcc.gnu.org/viewcvs?rev=224236&root=gcc&view=rev Log: PR c/66415 * c-format.c (location_from_offset): Return

[Bug c/66415] [6 Regression] ice in location_column_from_byte_offset

2015-06-04 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c/66415] [6 Regression] ice in location_column_from_byte_offset

2015-06-04 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415 --- Comment #6 from Manuel López-Ibáñez --- (In reply to Marek Polacek from comment #5) > Oops, the patch does not fixed the reduced case, so something else is needed > as well :(. It seems this is triggering: if (map != LINEMAPS_LAST_ORDINAR

[Bug c/66415] [6 Regression] ice in location_column_from_byte_offset

2015-06-04 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415 --- Comment #5 from Marek Polacek --- Oops, the patch does not fixed the reduced case, so something else is needed as well :(.

[Bug c/66415] [6 Regression] ice in location_column_from_byte_offset

2015-06-04 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415 --- Comment #4 from Manuel López-Ibáñez --- (In reply to Marek Polacek from comment #2) > Manuel, does that look fine to you? I wonder why line is NULL, but even if it can only happen due to bugs in other parts of the compiler, we should not ICE

[Bug c/66415] [6 Regression] ice in location_column_from_byte_offset

2015-06-04 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415 --- Comment #3 from Marek Polacek --- void fn1 (void) { __builtin_printf ("x%dxxx"); }

[Bug c/66415] [6 Regression] ice in location_column_from_byte_offset

2015-06-04 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415 Marek Polacek changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment #2 f

[Bug c/66415] [6 Regression] ice in location_column_from_byte_offset

2015-06-04 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|