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-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-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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-07
preprocessor: Better line info for <builtin> & <command-line>
Nathan Sidwell
12
-38
/
+116
2020-07-07
Avoid printing informational notes when -Wmismatched-tags is suppressed in sy...
Martin Sebor
3
-29
/
+65
2020-07-07
Aarch64: Change costs for TX2 to expose more vectorization opportunities
Anton Youdkevitch
1
-9
/
+9
2020-07-07
fix detection of negative step DR groups
Richard Biener
4
-5
/
+126
2020-07-07
[Ada] Small adjustment in the handling of alignment for arrays
Eric Botcazou
2
-20
/
+21
2020-07-07
[Ada] Avoid crash on node extension
Bob Duff
1
-0
/
+9
2020-07-07
[Ada] Assert failure on invalid Variable_Indexing
Arnaud Charlet
1
-0
/
+7
2020-07-07
[Ada] Use Is_Generic_Subprogram where possible
Piotr Trojanek
4
-10
/
+5
2020-07-07
[Ada] Fix typo in code to get a better error message
Piotr Trojanek
1
-4
/
+3
2020-07-07
[Ada] ACATS 4.1J - B854003 - Subtype conformance check missed #2
Arnaud Charlet
1
-13
/
+51
2020-07-07
[Ada] ACATS 4.1K - C452003
Arnaud Charlet
8
-192
/
+75
2020-07-07
[Ada] Errors in handling of access_to_subprogram contracts
Ed Schonberg
2
-13
/
+20
2020-07-07
[Ada] Hang on conditional expression as actual
Justin Squirek
1
-1
/
+9
2020-07-07
[Ada] Simplify statically known Max_Size_In_Storage_Elements attribute in mor...
Steve Baird
1
-3
/
+13
2020-07-07
[Ada] Ada2020: AI12-0198 potentially unevaluated components of arrays
Javier Miranda
1
-2
/
+1
2020-07-07
[Ada] Move generation of range checks for entry families to expander
Eric Botcazou
6
-23
/
+46
2020-07-07
[Ada] Freeze aspect expression relocated to pragma Precondition
Piotr Trojanek
1
-2
/
+6
2020-07-07
[Ada] ACATS 4.1H - BC60005 - null exclusion matching for formal subprograms
Arnaud Charlet
4
-91
/
+45
2020-07-07
[Ada] Handle explicit dereferences in expression functions
Ed Schonberg
1
-0
/
+9
2020-07-07
[Ada] Ada2020: AI12-0198 potentially unevaluated components of arrays
Javier Miranda
1
-0
/
+3
2020-07-07
[Ada] Use pragma Unsuppress in Time_IO
Bob Duff
1
-13
/
+12
2020-07-07
[Ada] Add support for XDR streaming in the default runtime
Arnaud Charlet
3
-4
/
+17
2020-07-07
[Ada] Fix documentation of -gnatVa switch
Piotr Trojanek
2
-2
/
+2
2020-07-07
[Ada] Ensure No_Specification_Of_Aspect forbids pragmas and repr. clauses
Ghjuvan Lacambre
4
-4
/
+26
2020-07-07
[Ada] Checking type invariants on in params of procedures, not functions (AI1...
Gary Dismukes
2
-68
/
+82
2020-07-07
[Ada] Change local object from variable to constant
Piotr Trojanek
1
-6
/
+4
2020-07-07
[Ada] Fix expansion of delta aggregates with slices
Piotr Trojanek
1
-1
/
+1
2020-07-07
[Ada] Ada2020: AI12-0198 potentially unevaluated components of arrays
Javier Miranda
2
-194
/
+239
2020-07-07
[Ada] Remove extra checks for non-static context from resolving 'Update
Piotr Trojanek
1
-3
/
+0
2020-07-07
[Ada] Spurious elaboration warnings with -gnatc and null procedures
Arnaud Charlet
1
-5
/
+14
2020-07-07
[Ada] Minor cleanup with Is_Assignable
Piotr Trojanek
1
-3
/
+1
2020-07-07
[Ada] Set range checks for for 'Update on arrays in GNATprove expansion
Piotr Trojanek
2
-32
/
+76
2020-07-07
[Ada] Style fixes in the description of Analysis-Resolution-Expansion
Piotr Trojanek
1
-4
/
+4
2020-07-07
[Ada] Allow aspect Relaxed_Initialization on protected entries
Piotr Trojanek
1
-1
/
+1
2020-07-07
Fix a typo in doc/generic.texi
Qian Jianhua
1
-1
/
+1
2020-07-07
Pass correct parameters to c_parser_do_statement.
Kaipeng Zhou
1
-1
/
+1
2020-07-07
libstdc++: Add PR number to ChangeLog entry and fix typos
Jonathan Wakely
1
-14
/
+15
2020-07-07
accept <case> and [cond] in ChangeLog
Alexandre Oliva
3
-8
/
+47
2020-07-07
fix LTO streaming order dependence on randomness
Richard Biener
1
-8
/
+21
2020-07-07
Daily bump.
GCC Administrator
8
-1
/
+417
2020-07-06
Exclude calls to variadic lambda stubs from -Wnonnull checking (PR c++/95984).
Martin Sebor
3
-9
/
+63
2020-07-06
libstdc++: Cleanup whitespace and type trait usage in <optional>
Jonathan Wakely
1
-102
/
+107
2020-07-06
libstdc++: Constrain std::make_optional
Jonathan Wakely
2
-8
/
+111
2020-07-06
libstdc++: Add noexcept to std::optional initialization (PR 96036)
Jonathan Wakely
3
-6
/
+170
2020-07-06
c++: Always use pushdecl for exception library helpers
Nathan Sidwell
9
-171
/
+90
2020-07-06
PR fortran/95980 - ICE on using sync images with -fcheck=bounds
Harald Anlauf
3
-4
/
+20
2020-07-06
PR fortran/95709 - ICE in gfc_resolve_code, at fortran/resolve.c:11807
Harald Anlauf
2
-4
/
+26
2020-07-06
libstdc++: Fix -Wmismatched-tags warnings (PR 96063)
Jonathan Wakely
15
-24
/
+31
2020-07-06
c++: Allow empty-declaration in C++11 and later (PR 96068)
Jonathan Wakely
3
-7
/
+10
2020-07-06
tree-optimization/96075 - fix bogus misalignment calculation
Richard Biener
2
-1
/
+97
[next]