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/gfortran-test
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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-28
re PR ada/50842 (gnatmake fails to link in stage3 with undefined symbol _icon...
Eric Botcazou
1
-8
/
+9
2011-10-26
decl.c (elaborate_expression_1): Add EXPR_PUBLIC_P local variable.
Eric Botcazou
1
-6
/
+6
2011-10-26
decl.c (gnat_to_gnu_entity): Try to make a packable type for fields of union ...
Eric Botcazou
5
-38
/
+19
2011-10-26
decl.c (gnat_to_gnu_field): Always check components declared as atomic.
Eric Botcazou
1
-8
/
+10
2011-10-24
Makefile.in: Use GNU ld switches to generate map files on AIX.
Tristan Gingold
1
-3
/
+6
2011-10-23
* gcc-interface/decl.c (create_concat_name): Add explicit cast.
Eric Botcazou
1
-1
/
+1
2011-10-20
Make-lang.in (GNATLIBFLAGS, [...]): Reintroduce.
Eric Botcazou
1
-6
/
+16
2011-10-20
trans.c (lhs_or_actual_p): New predicate.
Eric Botcazou
1
-17
/
+31
2011-10-20
back_end.adb (Call_Back_End): Pass the maximum logical line number instead of...
Eric Botcazou
1
-0
/
+4
2011-10-17
Linemap infrastructure for virtual locations
Tom Tromey
1
-6
/
+4
2011-10-15
lang-specs.h: Ensure -mrtp switch is passed when using either rtp-smp or rave...
Nicolas Roche
1
-1
/
+1
2011-10-13
[multiple changes]
Arnaud Charlet
2
-9
/
+13
2011-10-13
* gcc-interface/Makefile.in: Fix typo.
Arnaud Charlet
1
-1
/
+1
2011-10-12
Makefile.in (LOOSE_WARN): Delete.
Eric Botcazou
4
-131
/
+33
2011-10-12
trans.c (Attribute_to_gnu): Use remove_conversions.
Eric Botcazou
3
-32
/
+18
2011-10-12
ada-tree.h (DECL_LOOP_PARM_P): New flag.
Eric Botcazou
7
-66
/
+415
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
2
-6
/
+4
2011-10-07
re PR lto/50492 (Ada bootstrap failure --with-build-config=bootstrap-lto)
Eric Botcazou
2
-9
/
+17
2011-10-07
gigi.h (gnat_useless_type_conversion): Declare.
Eric Botcazou
4
-16
/
+370
2011-10-06
[multiple changes]
Arnaud Charlet
1
-33
/
+3
2011-09-30
Partial reversion of r179358.
Iain Sandoe
1
-1
/
+3
2011-09-29
Makefile.in (Darwin): Factor LIBGNAT_TARGET_PAIRS across the port.
Iain Sandoe
1
-35
/
+15
2011-09-27
a-cbhase.adb, [...]: Add iterator machinery to bounded sets and indefinite sets.
Ed Schonberg
2
-60
/
+30
2011-09-26
utils2.c (build_allocator): Set TREE_THIS_NOTRAP on the dereference of the po...
Eric Botcazou
1
-42
/
+32
2011-09-26
utils.c (maybe_unconstrained_array): Declare TYPE local variable and use it t...
Eric Botcazou
1
-32
/
+31
2011-09-26
gigi.h (create_subprog_decl): Replace TREE_CHAIN with DECL_CHAIN in comment.
Eric Botcazou
3
-19
/
+19
2011-09-26
trans.c (assoc_to_constructor): Minor tweaks.
Eric Botcazou
2
-42
/
+38
2011-09-26
ada-tree.h (DECL_CAN_NEVER_BE_NULL_P): New macro.
Eric Botcazou
4
-59
/
+81
2011-09-26
ada-tree.h (TYPE_NULL_BOUNDS): New macro.
Eric Botcazou
5
-22
/
+134
2011-09-25
ada-tree.h (TREE_THIS_NOTRAP): Redefine.
Eric Botcazou
3
-40
/
+64
2011-09-25
trans.c (Loop_Statement_to_gnu): In the case of an iteration scheme...
Eric Botcazou
1
-60
/
+99
2011-09-25
decl.c (gnat_to_gnu_entity): Use XNEW instead of xmalloc.
Eric Botcazou
3
-75
/
+59
2011-09-25
decl.c (gnat_to_gnu_entity): Do not promote the alignment if this doesn't pre...
Eric Botcazou
1
-5
/
+19
2011-09-24
ada, remove flat_namespace library option from darwin port build/defaults :
Iain Sandoe
1
-1
/
+1
2011-09-19
decl.c (annotate_value): Look up expression for insertion in the cache at the...
Alexandre Oliva
1
-7
/
+19
2011-09-19
Update dependencies.
Arnaud Charlet
1
-53
/
+54
2011-09-15
Update dependencies.
Arnaud Charlet
1
-15
/
+15
2011-09-11
utils.c (maybe_unconstrained_array): In the reference to unconstrained array ...
Eric Botcazou
2
-11
/
+44
2011-09-11
decl.c (maybe_pad_type): Do not try to change the form of an addressable type.
Eric Botcazou
2
-0
/
+23
2011-09-11
trans.c (call_to_gnu): Use local variable.
Eric Botcazou
1
-15
/
+10
2011-09-11
gigi.h (build_call_0_expr): Delete.
Eric Botcazou
4
-110
/
+71
2011-09-11
trans.c (build_return_expr): Use void_type_node for MODIFY_EXPR.
Eric Botcazou
2
-6
/
+12
2011-09-08
utils.c (unchecked_convert): Use a field of the right precision when converti...
Eric Botcazou
1
-8
/
+29
2011-09-07
restore powerpc-darwin Ada boostrap.
Iain Sandoe
1
-2
/
+10
2011-09-06
Makefile.in (gnatlib-shared-darwin): Remove reference to "-lm".
Iain Sandoe
1
-1
/
+1
2011-09-06
Makefile.in (darwin, SO_OPTS): Provide architecture size switches to the link...
Iain Sandoe
1
-1
/
+3
2011-09-06
Makefile.in (x86_64 darwin arch): Adjust LIBGNAT_TARGET_PAIRS for x86 and x86...
Iain Sandoe
1
-5
/
+6
2011-09-06
Makefile.in, [...] (gnattools, [...]): New targets.
Arnaud Charlet
2
-6
/
+94
2011-09-06
Makefile.in: Handle e500v2-wrs-vxworksae like powerpc-wrs-vxworksae.
Tristan Gingold
1
-1
/
+1
2011-09-06
Makefile.in (common-tools, [...]): Speed up by using -j0.
Arnaud Charlet
1
-5
/
+7
[next]