tfields.
typedef struct { int bits : 24; } int24_t;
typedef struct { unsigned bits : 24; } uint24_t;
This is as close as you can get, and these structs will be 4-byte
aligned.
Cheers,
Rob
GCC does value analysis similar to what you mentioned. You'll find it
under the -fdump-tree-vrp options. To provide extra information you
can add range checks which GCC will pick up on. If you know a value is
small, use a small integer type and gcc will pick up the range of
values which can be assi
Sat, Nov 02, 2013, Mischa Baars:
> On 11/02/2013 11:19 PM, Jonathan Wakely wrote:
> >On 2 November 2013 22:12, Mischa Baars wrote:
> >
> >And 1.1 is not representable as long double.
> >
> >If you are willing to stop being so arrogant for a few minutes and
> >learn something try running this progra
my machine either way, but I'm
on 4.7.2.
Rob
Hi,
Does anyone know if it is possible to view/access/print out the
control flow graphs produced by GCC, either at compilation time, or
after compilation has taken place?
Thanks for your time.
Rob
can say whether properties of concurrent
programs hold for all the possible interleavings. However, it was
decided that that was too complicated, so it was narrowed to
non-concurrent programs.
---
Thanks again.
Rob
On 16/10/06, Paul Yuan <[EMAIL PROTECTED]> wrote:
Call dump_flow_info(
I haven't looked into this yet, but as I think I may need to be able
to do something similar, is it possible to parse the cfg file that is
given out, and build a C structure like that?
Thanks
Rob
On 21/11/06, Paolo Bonzini <[EMAIL PROTECTED]> wrote:
> but i don't know how t
On 24/11/06, Paolo Bonzini <[EMAIL PROTECTED]> wrote:
Rob Quill wrote:
> I haven't looked into this yet, but as I think I may need to be able
> to do something similar, is it possible to parse the cfg file that is
> given out, and build a C structure like that?
It seems t
On 24/11/06, Paolo Bonzini <[EMAIL PROTECTED]> wrote:
Rob Quill wrote:
> On 24/11/06, Paolo Bonzini <[EMAIL PROTECTED]> wrote:
>> Rob Quill wrote:
>> > I haven't looked into this yet, but as I think I may need to be able
>> > to do something similar,
Hi,
I am considering trying to add DW_AT_start_scope attributes to the
debug info emmited by GCC, so it can be used by GDB. I just wanted to
know what people think about this, and how difficult it is likely to
be?
Thanks for your time.
Rob
assuming no-one has any objections, my question is, how do I go
about trying to do it in GCC? What should I look at and where should I
look?
Thanks for your help.
Rob
On 05/04/07, Joe Buck <[EMAIL PROTECTED]> wrote:
On Thu, Apr 05, 2007 at 02:37:06PM +0100, Rob Quill wrote:
> My problem is thus: When using GDB do debug the follow bit of code:
>
> int i = 0;
> int j = 2;
> int k = 3;
>
> If I set a breakpoint at the 3rd line,
So the general concensus is that's it's not worth doing?
Hypothetically, if I did it and it didn't make much difference, would
it be worth submitting a patch? Or should I just give up before I
start?
Rob
On 06/04/07, Daniel Jacobowitz <[EMAIL PROTECTED]> wrote:
On Thu,
pile-time
constant value) were started before n, i wouldn't even consider that to be a
bug... I would
consider it a marvel of intelligence in the compiler.
How so?
Rob
- Original Message
From: Joe Buck <[EMAIL PROTECTED]>
To: Rob Quill <[EMAIL PROTECTED]>
Cc: GCC Deve
On 06/04/07, Joe Buck <[EMAIL PROTECTED]> wrote:
On Fri, Apr 06, 2007 at 11:38:50AM +0100, Rob Quill wrote:
> So the general concensus is that's it's not worth doing?
> Hypothetically, if I did it and it didn't make much difference, would
> it be worth submitting
bash-3.00$ ../gcc-3.4.3/config.guess
i586-pc-interix3
bash-3.00$ gcc/xgcc -v
Using built-in specs.
Configured with: ../gcc-3.4.3/configure --verbose --disable-shared
--with-stabs --enable-nls --with-gnu-as --with-gnu-ld
--enable-targets=i586-pc-interix3 --enable-threads=posix
--enable-languages=c,c
nally. :-) And 1.4.4 was released
16 years ago... Linaro has been using the most recent release for years,
so I think it's a safe upgrade.
- rob -
---
https://www.senecass.com
sk space. :-)
Personally, I tried to find funding to refactor DejaGnu in Python,
since Tcl is unmaintained too, but nobody was interested.
- rob -
---
https://www.senecass.com
Bugs in the test framework effect our ability to work on the
toolchain efficiently, but other than the handful of people here, nobody
cares. Forgetting the refactoring daydream, testing patches and doing
releases still needs to be done, so I think we need a long-term solution
and fresh
only used in
the current century.
Right now working through patches is probably more important. :-)
There's zero patches on the DejaGnu savannah site, so I'd ask anybody to
submit them so I don't have to dig them out of email archives.
- rob -
ing progress on setting up a development environment to test
patches. I use my ABE tool to build toolchains, had to fix some bugs
(and add PI support) first.
- rob -
---
https://www.senecass.com
suite ones will go in first since they don't effect the toolchain.
Jacob already added 9 patches to our site. I'm still building cross
compilers since some of his patches effect cross testing. I did add ADA
to my builds, which isn't a normal build default, since I thought some
of the patches for ADA.
- rob -
---
https://www.senecass.com
Gnu doesn't change much, and there were only 2
of us working on it, so we just never thought about it.
- rob -
I processed the patch backlog for DejaGnu, and have gone through the
bug list. It'd be nice if somebody could try master with a more complex
environment, etc... if I'm going to push out a release. For cross
testing all I have is a PI and QEMU.
- rob -
rather push out a stable release, than have to
fix bugs right after it gets released.
- rob -
oolchain cross testing:
https://git.linaro.org/toolchain/abe.git/tree/config/boards. There's a
few on there. If you're building cross compilers, just use ABE and it's
all built in.
- rob -
467);
__cxa_atexit (__tcf_0, 0B, &__dso_handle);
__static_initialization_and_destruction_0 (1, 65535);
Does anyone know where I might find such information? Any help and/or
pointers in the direction of information would be most welcome. I
tried the gcc wiki but I couldn't find much on SSA Gimple/low-Gimple
Thanks and regards all!
Rob
Fortran project
if possible.
Is there any information you would like adding to the project page or
any other changes you would like making to its content?
Thanks.
- Rob Myers, Chief GNU Webmaster.
o DO-178C and DO-278A" will
also be relevant.
These are all available from http://www.rtca.org/ (not free, sorry).
The EU has identically worded documents via the EUROCAE organization
(http://www.eurocae.net/). For example, ED-12C is identical to DO-178C.
Rob.
think expect has caused
> quite a few problems for toolchain testing. In particular, there are or
I don't think it was that we were happy with expect, but at least for
GDB testing, nobody has any alternatives. I thought I mentioned that a
refactored DejaGnu would only use expect for GDB testing, everything
else wouldn't require it. That also means all the remote execution procs
would need to work without expect as well.
- rob -
intained scripting language that nobody likes anyway (the current
working idea is to use python). I also want to be able to compare test
results in better ways than diffing huge text files. I'd like to compare
multiple test runs as well in a reasonably detailed fashion.
- rob -
ave an increased workload maintaining the
separability of GPLv2 and GPLv3 code during the transition to the new
license, and it would seem that the transition will take quite some time
(years?), but I'm sure that they will develop procedures to make it manageable.
Cheers,
Rob Brown.
>Krzysztof Halasa wrote:
>> Michael Eager <[EMAIL PROTECTED]> writes:
>>
>>> Not until someone updates the txt. Which should happen quickly,
>>> but if someone applies a GPLv3 patch to a previously GPLv2 branch,
>>> the entire branch becomes GPLv3, whether the COPYING file was
>>> updated or not.
Robert Dewar wrote:
>One could of course just take a blanket view that everything
>on the site is, as of a certain moment, licensed under GPLv3
>(note you don't have to change file headers to achieve this,
>the file headers have no particular legal significance in
>any case).
According to http://w
ry to include a .c file at all?
Thanks for your help.
Rob Quill
iadic parameter
Any advice you can offer is greatly appreciated.
Rob Quill
.
Thanks.
Rob
tc.,
but I just can't figure our the "correct" way to insert a function call
into the gimple tree. Any help would be greatly appreciated!
Best,
Rob
Martin Jambor wrote:
Hi,
On Wed, Jan 02, 2008 at 06:13:37PM -0500, Rob Johnson wrote:
I'm experimenting with the gimple plugin infrastructure and I'm having
trouble instrumenting code in a way that is compatible with the optimizer.
Here's a simple example that is intende
warding you this email that was assigned to gnu webmasters for
the attention of your web page guys.
Thanks.
- Rob Myers.
it possible to remedy this, or otherwise provide a warning about the
non-portability of these archives. Or provide a workaround.
Best regards,
Rob Groen
41 matches
Mail list logo