index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
ada
/
gcc-interface
/
decl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-30
decl.c (maybe_pad_type): Use TREE_OVERFLOW instead of TREE_CONSTANT_OVERFLOW.
Paolo Bonzini
1
-1
/
+1
2009-03-01
re PR ada/39264 (gnat.dg/pack3.adb fails on powerpc64/s390x)
Eric Botcazou
1
-14
/
+15
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-1
/
+1
2009-02-10
alias.h (record_alias_subset): Declare.
Eric Botcazou
1
-34
/
+112
2009-02-09
decl.c (gnat_to_gnu_entity): Set TYPE_NONALIASED_COMPONENT on the array type ...
Eric Botcazou
1
-2
/
+15
2009-02-08
tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Make case self-contained.
Eric Botcazou
1
-0
/
+1
2009-01-12
decl.c (gnat_to_gnu_entity): Really strip only useless conversions around ren...
Eric Botcazou
1
-1
/
+4
2009-01-11
decl.c (gnat_to_gnu_entity): Put the _Tag field before any discriminants in t...
Eric Botcazou
1
-4
/
+13
2008-12-09
re PR ada/38450 (ada bootstrap is broken)
Jakub Jelinek
1
-5
/
+5
2008-11-27
* gcc-interface/decl.c: Fix various nits.
Eric Botcazou
1
-56
/
+58
2008-11-18
re PR ada/38127 (ACATS cd1c04e fails on sparc, hppa)
Eric Botcazou
1
-0
/
+8
2008-11-16
re PR ada/38127 (ACATS cd1c04e fails on sparc, hppa)
Eric Botcazou
1
-17
/
+3
2008-11-15
decl.c (gnat_to_gnu_entity): Force constants initialized to a static constant...
Eric Botcazou
1
-5
/
+8
2008-11-13
decl.c (gnat_to_gnu_entity): Turn Ada Pure on subprograms back into GCC CONST...
Olivier Hainque
1
-13
/
+19
2008-11-06
decl.c (gnat_to_gnu_entity): If not optimizing...
Eric Botcazou
1
-0
/
+18
2008-10-07
decl.c (gnat_to_gnu_entity): Move code dealing with volatileness to after cod...
Eric Botcazou
1
-32
/
+32
2008-10-06
decl.c (gnat_to_gnu_entity): Minor tweaks.
Eric Botcazou
1
-2
/
+2
2008-09-26
decl.c (gnat_to_gnu_entity): Cap the alignment promotion to that of ptr_mode ...
Eric Botcazou
1
-2
/
+4
2008-09-22
decl.c (gnat_to_gnu_entity): Even when they are never assigned...
Olivier Hainque
1
-0
/
+1
2008-09-20
exp_dbug.ads: Document new convention for the XVZ variable.
Eric Botcazou
1
-5
/
+5
2008-09-14
a-crbtgk.adb, [...]: Fix typos in comments.
Ralf Wildenhues
1
-2
/
+2
2008-08-16
re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault)
Eric Botcazou
1
-5
/
+5
2008-08-06
decl.c (gnat_to_gnu_param): Force 32bit descriptor if TARGET_MALLOC64 clear.
Doug Rupp
1
-6
/
+7
2008-08-01
ada-tree.h (DECL_PARM_ALT): Now DECL_PARM_ALT_TYPE.
Eric Botcazou
1
-11
/
+8
2008-08-01
decl.c (gnat_to_gnu_entity): Remove dead code.
Eric Botcazou
1
-24
/
+38
2008-08-01
decl.c (gnat_to_gnu_entity): Do not turn Ada Pure into GCC const, now implici...
Olivier Hainque
1
-10
/
+6
2008-08-01
gnat_rm.texi: Document new mechanism Short_Descriptor.
Doug Rupp
1
-5
/
+21
2008-07-31
decl.c (gnat_to_gnu_entity): Fix formatting.
Eric Botcazou
1
-1
/
+1
2008-07-30
re PR ada/36554 (verify_flow_info ICE can not throw but has EH edges)
Eric Botcazou
1
-6
/
+27
2008-07-30
gigi.h (build_vms_descriptor64): New function prototype.
Doug Rupp
1
-8
/
+26
2008-07-29
gcc-interface: New directory.
Arnaud Charlet
1
-0
/
+7648