public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][gcc][PR94230]provide an option to change the size limitation for -Wmisleading-indent
@ 2020-04-03 19:55 Qing Zhao
  2020-04-08 19:39 ` PING " Qing Zhao
  0 siblings, 1 reply; 16+ messages in thread
From: Qing Zhao @ 2020-04-03 19:55 UTC (permalink / raw)
  To: dmalcolm, jakub; +Cc: gcc-patches

Hi, David and Jakub,

Per the discussion we had for PR94230: provide an option to change the size limitation for -Wmisleading-indent
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94230 <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94230>

I come up with the following simple patch per David’s suggestion:

Provide a new first class option -flocation-ranges to control enabling/disablng range tracking when recording source locations.
The default value for this option is enabling the range tracking.

When specify -fno-location-ranges, disable the range tracking to save space for column tracking. 

I have tested this GCC to build our huge application by adding -fno-location-ranges, the whole build completed without any issue. and
-Wmisleading-indent also emitted several helpful warning message during building.

I am running bootstrap right now.

Could you please take a look at the attached patch?

thanks.

Qing





^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2020-05-06 18:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-03 19:55 [PATCH][gcc][PR94230]provide an option to change the size limitation for -Wmisleading-indent Qing Zhao
2020-04-08 19:39 ` PING " Qing Zhao
2020-04-15 20:30   ` Fwd: " Qing Zhao
2020-04-21 14:04   ` Richard Sandiford
2020-04-21 15:21     ` David Malcolm
2020-04-21 18:46       ` Richard Sandiford
2020-04-22 14:22         ` Qing Zhao
2020-04-23 14:41           ` [Version 2][PATCH][gcc][PR94230]provide " Qing Zhao
2020-04-23 18:27             ` Richard Sandiford
2020-04-23 19:52               ` Qing Zhao
2020-04-23 21:05               ` [Version 3][PATCH][gcc][PR94230]provide " Qing Zhao
2020-04-23 22:13                 ` David Malcolm
2020-04-24 22:22                   ` [Version 4][PATCH][gcc][PR94230]provide " Qing Zhao
2020-04-24 22:36                     ` David Malcolm
2020-04-27 14:23                       ` Qing Zhao
2020-05-06 18:40                   ` Committed [Version 3][PATCH][gcc][PR94230]provide " Qing Zhao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).