public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Who broke options.h?
@ 2017-04-25 14:29 Steve Kargl
  2017-04-25 15:10 ` David Malcolm
  2017-04-25 15:55 ` Andreas Schwab
  0 siblings, 2 replies; 17+ messages in thread
From: Steve Kargl @ 2017-04-25 14:29 UTC (permalink / raw)
  To: gcc, gcc-patches

Someone (other than Richard who seems to have fixed his
bootstrap issue) in the last 3 days has broken bootstrap
on FreeBSD.  The generated file gcc/options.h contains
code of the form

  OPT_C = 116,                               /* -C */
  OPT_CC = 117,                              /* -CC */
  OPT_c = 118,                               /* -c */
  OPT_C = 119,                               /* -C */
  OPT_coverage = 120,                        /* -coverage */
  OPT_cpp_ = 121,                            /* -cpp= */
  OPT_cpp = 122,                             /* -cpp */
  OPT_d = 123,                               /* -d */
  OPT_D = 124,                               /* -D */
  OPT_d = 125,                               /* -d */
  OPT_defsym_ = 126,                         /* -defsym= */
  OPT_defsym = 127,                          /* -defsym */
  OPT_d = 128,                               /* -d */
  OPT_D = 129,                               /* -D */

The sudden dumping ground of everyone's pet project into
trunk after the new branch has been created is making it 
impossible to bisect this issue.


-- 
Steve
20161221 https://www.youtube.com/watch?v=IbCHE-hONow

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

end of thread, other threads:[~2017-04-30 18:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-25 14:29 Who broke options.h? Steve Kargl
2017-04-25 15:10 ` David Malcolm
2017-04-25 15:12   ` David Edelsohn
2017-04-25 16:49     ` Steve Kargl
2017-04-25 15:21   ` Jakub Jelinek
2017-04-25 16:27   ` Joseph Myers
2017-04-25 16:54     ` Steve Kargl
2017-04-25 15:55 ` Andreas Schwab
2017-04-25 17:18   ` Steve Kargl
2017-04-25 17:20     ` Jakub Jelinek
2017-04-25 17:53       ` Joseph Myers
2017-04-25 19:31       ` Steve Kargl
2017-04-25 19:43         ` Jakub Jelinek
2017-04-25 21:02       ` Steve Kargl
2017-04-25 22:05         ` Jakub Jelinek
2017-04-30 18:11           ` Gerald Pfeifer
2017-04-30 23:38             ` Jakub Jelinek

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).