Probably what'll happen is, when the reports are generating properly, Chris
will review the changes and come up with a list of blockers that must be
fixed before he would be happy accepting the code into rtems-tools master.
Then when that's done you can submit the patches.
The thing with the data
The following code
void f(void)
{
register int i;
}
gives a warning with GCC and -std=c++17
test.cc: In function ‘void f()’:
test.cc:3:15: warning: ISO C++1z does not allow ‘register’ storage class
specifier [-Wregister]
register int i;
^
and clang wit
On 15 April 2018 at 15:33, Cillian O'Donnell wrote:
>
>
> On 15 April 2018 at 10:09, Cillian O'Donnell
> wrote:
>
>> Not sure what's happening there. Send me a link to your github branch.
>>
>> On 15 April 2018 at 09:35, Vijay Kumar Banerjee > > wrote:
>>
>>>
>>>
>>> On 15 April 2018 at 14:02, C
On 15 April 2018 at 10:09, Cillian O'Donnell wrote:
> Not sure what's happening there. Send me a link to your github branch.
>
> On 15 April 2018 at 09:35, Vijay Kumar Banerjee
> wrote:
>
>>
>>
>> On 15 April 2018 at 14:02, Cillian O'Donnell
>> wrote:
>>
>>>
>>>
>>> On 15 April 2018 at 06:46, V
Not sure what's happening there. Send me a link to your github branch.
On 15 April 2018 at 09:35, Vijay Kumar Banerjee
wrote:
>
>
> On 15 April 2018 at 14:02, Cillian O'Donnell
> wrote:
>
>>
>>
>> On 15 April 2018 at 06:46, Vijay Kumar Banerjee > > wrote:
>>
>>>
>>>
>>> On 15 April 2018 at 01:4
On 15 April 2018 at 14:02, Cillian O'Donnell wrote:
>
>
> On 15 April 2018 at 06:46, Vijay Kumar Banerjee
> wrote:
>
>>
>>
>> On 15 April 2018 at 01:45, Cillian O'Donnell
>> wrote:
>>
>>> Switch one of these lines out in qemu.cfg.
>>>
>>> #%define qemu_opts_base -no-reboot -monitor none -serial
On 15 April 2018 at 06:46, Vijay Kumar Banerjee
wrote:
>
>
> On 15 April 2018 at 01:45, Cillian O'Donnell
> wrote:
>
>> Switch one of these lines out in qemu.cfg.
>>
>> #%define qemu_opts_base -no-reboot -monitor none -serial stdio -nographic
>> #%define qemu_opts_base -no-reboot -serial null -s