Re: Change to C++11 by default?

2015-05-08 Thread Krzesimir Nowak
2015-05-07 20:46 GMT+02:00 Jason Merrill ja...@redhat.com: I think it's time to switch to C++11 as the default C++ dialect for GCC 6. Any thoughts? Does it mean that gcc 6 will have an official support for C++11, instead of experimental as gcc 5 has now (See C++ section

Re: [PATCH] PR preprocessor/42014

2014-10-20 Thread Krzesimir Nowak
2014-10-18 23:07 GMT+02:00 Krzesimir Nowak qdl...@gmail.com: Hello. This is my first patch for GCC. I already started a paperwork for copyright assignment (sent an email to fsf-records at gnu org) - waiting for response. So, about this patch - it basically removes column printing from

Re: [PATCH] PR preprocessor/42014

2014-10-20 Thread Krzesimir Nowak
2014-10-20 16:11 GMT+02:00 Manuel López-Ibáñez lopeziba...@gmail.com: 2014-10-18 23:07 GMT+02:00 Krzesimir Nowak qdl...@gmail.com: Hello. This is my first patch for GCC. I already started a paperwork for copyright assignment (sent an email to fsf-records at gnu org) - waiting for response

[PATCH] Fix PR preprocessor/42014

2014-10-18 Thread Krzesimir Nowak
gcc/Changelog: 2014-10-18 Krzesimir Nowak qdl...@gmail.com * diagnostic.c (diagnostic_report_from): New function. It prints one line from include chain. (diagnostic_report_current_module): Use the above function. gcc/testsuite/ChangeLog: 2014-10-18 Krzesimir Nowak qdl...@gmail.com * c-c

[PATCH] PR preprocessor/42014

2014-10-18 Thread Krzesimir Nowak
and changed GCC to compare the results? These tests take ages to complete, so maybe there is some subset of tests which is enough for regression checking in this case? Currently I am only running following command in gcc directory: make check-c++ RUNTESTFLAGS=-v dg.exp=cpp/pr42014.c Krzesimir

Contributing to GCC

2014-10-17 Thread Krzesimir Nowak
Hello. My name is Krzesimir Nowak and I'd like to try my hand at contributing to gcc in my free time. To start learning a workflow I started with something easy - 42014. Is testcase for this fix necessary (it would be checking preprocessor output)? Is sending a patch created by git format-patch

Re: Contributing to GCC

2014-10-17 Thread Krzesimir Nowak
2014-10-17 9:31 GMT+02:00 Thomas Schwinge tho...@codesourcery.com: Hi! On Fri, 17 Oct 2014 09:12:07 +0200, Krzesimir Nowak qdl...@gmail.com wrote: My name is Krzesimir Nowak and I'd like to try my hand at contributing to gcc in my free time. Great, and welcome! To start learning

Re: Contributing to GCC

2014-10-17 Thread Krzesimir Nowak
2014-10-17 10:00 GMT+02:00 Marek Polacek pola...@redhat.com: On Fri, Oct 17, 2014 at 09:55:28AM +0200, Krzesimir Nowak wrote: I was asking, because, in the beginning at least, somebody will have to commit the patch to trunk for me. I don't know if svn understands git patches. No worries