Re: [ubsan] Add bootstrap-ubsan.mk

2013-07-30 Thread Marek Polacek
On Tue, Jul 30, 2013 at 04:34:14PM +0200, Marek Polacek wrote: > This adds the bootstrap-ubsan.mk file so that > --with-build-config=bootstrap-ubsan be possible. I doesn't work yet, > though :(. One of the reasons is that we use -Werror and e.g. on the following testcase static int x; void foo (

[ubsan] Add bootstrap-ubsan.mk

2013-07-30 Thread Marek Polacek
This adds the bootstrap-ubsan.mk file so that --with-build-config=bootstrap-ubsan be possible. I doesn't work yet, though :(. Tested x86_64-pc-linux-gnu, applying to ubsan branch. diff --git a/config/ChangeLog.ubsan b/config/ChangeLog.ubsan new file mode 100644 index 000..f7a2125 --- /dev/nu