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
2003-07-06
gcov-io.h: Add a local time stamp.
Nathan Sidwell
6
-14
/
+80
2003-07-06
tree.h (default_flag_random_seed): Remove.
Nathan Sidwell
5
-39
/
+65
2003-07-06
tree.h (crc32_string): Declare.
Nathan Sidwell
3
-45
/
+36
2003-07-06
sbitmap.c: Convert prototypes to ISO C90.
Andreas Jaeger
31
-2616
/
+1668
2003-07-06
std_fstream.h (xsputn): Don't call _M_destroy_pback...
Paolo Carlini
2
-20
/
+36
2003-07-06
* genattrtab.h: Convert prototypes to ISO C90.
Andreas Jaeger
1
-20
/
+20
2003-07-06
Adjust last entry.
Andreas Jaeger
1
-1
/
+1
2003-07-06
jump.c: Convert prototypes to ISO C90.
Andreas Jaeger
48
-4948
/
+3095
2003-07-06
locale_classes.h: Fully qualify standard functions with std::, thus avoiding ...
Paolo Carlini
5
-71
/
+79
2003-07-06
gcc.c: Convert prototypes to ISO C90.
Andreas Jaeger
20
-1648
/
+1044
2003-07-06
allocator_traits.h: Fix doxygen markup.
Phil Edwards
3
-5
/
+10
2003-07-06
testsuite_hooks.h: Guard against a missing unlink().
Phil Edwards
2
-0
/
+9
2003-07-06
acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Bump minimal version requirement.
Phil Edwards
10
-185
/
+161
2003-07-06
re PR c++/11431 (static_cast behavior with subclasses when default constructo...
Mark Mitchell
12
-70
/
+164
2003-07-06
create_testsuite_files: New file.
Phil Edwards
10
-136
/
+116
2003-07-06
stl_list.h: Performance and memory usage improvements.
Gawain Bolton
3
-26
/
+62
2003-07-06
Daily bump.
GCC Administrator
2
-2
/
+2
2003-07-05
* combine.c (nonzero_bits1): Fix a warning.
Kazu Hirata
2
-2
/
+7
2003-07-05
std_complex.h: Fully qualify standard functions with std::, thus avoiding Koe...
Paolo Carlini
4
-65
/
+72
2003-07-05
h8300.c (compute_mov_length): Correct the length of loading CONST0_RTX (SFmode).
Kazu Hirata
2
-0
/
+9
2003-07-05
toplev.c (output_clean_symbol_name): Remove.
Nathan Sidwell
4
-29
/
+16
2003-07-05
stl_tree.h: _Rb_tree_rebalance(): Add local variable for grandparent and use ...
Gawain Bolton
2
-19
/
+26
2003-07-05
ggc.h: Follow spelling conventions.
Kazu Hirata
5
-4
/
+11
2003-07-05
bt-load.c: Fix comment typos.
Kazu Hirata
32
-36
/
+70
2003-07-05
cppcharset.c: Use the correct return type for the fallback iconv macro.
Zack Weinberg
2
-2
/
+7
2003-07-05
Sat Jul 5 16:18:53 CEST 2003 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
Zdenek Dvorak
2
-12
/
+15
2003-07-05
re PR fortran/11301 (ICE with -fno-globals)
Toon Moene
2
-1
/
+8
2003-07-05
4879.cc: xfail on cygwin
David Billinghurst
8
-0
/
+31
2003-07-05
tree.h (contains_placeholder_p): Now returns bool.
Richard Kenner
1
-1
/
+1
2003-07-05
expr.c (expand_expr, [...]): When seeing if should use bitfield operations...
Richard Kenner
2
-1
/
+10
2003-07-05
genattrtab.c (write_attr_get): Revert part of last patch to always write out ...
Andreas Jaeger
3
-3
/
+26
2003-07-05
cfgloopmanip.c (force_single_succ_latches): Force latch to be different from ...
Zdenek Dvorak
2
-1
/
+7
2003-07-05
std_bitset.h: Fully qualify standard functions with std::, thus avoiding Koen...
Paolo Carlini
3
-8
/
+19
2003-07-05
Missed one in last change.
Andreas Schwab
1
-1
/
+1
2003-07-05
m68k.c: Remove code protected by CRDS.
Andreas Schwab
3
-203
/
+23
2003-07-05
re PR driver/11417 (fortran options warned about in cc1 when *.F or -x f77-cp...
Neil Booth
2
-2
/
+28
2003-07-05
std_limits.h: More CPP->CXX changes.
Phil Edwards
3
-98
/
+103
2003-07-05
genattr.c (internal_dfa_insn_code): Output prototype.
Kaveh R. Ghazi
13
-204
/
+99
2003-07-05
Move from CPP to CXX.
Benjamin Kosnik
323
-3685
/
+3741
2003-07-05
call.c: Fix comment typos.
Kazu Hirata
15
-65
/
+82
2003-07-05
re PR c/11428 (gcc aborts in compiling Linux 2.5.74 reiserfs driver)
Kazu Hirata
1
-0
/
+1
2003-07-05
pex-win32.c (pexecute): Mark parameters this_pname and temp_base as unused.
Danny Smith
2
-6
/
+14
2003-07-05
cpplib.h (CPP_AT_NAME, [...]): New token types.
Zack Weinberg
40
-1434
/
+2201
2003-07-05
install.texi: Fix typos.
Kazu Hirata
4
-3
/
+9
2003-07-05
Daily bump.
GCC Administrator
2
-2
/
+2
2003-07-05
fptr.c: Fix comment typos.
Kazu Hirata
12
-16
/
+30
2003-07-04
Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
Zack Weinberg
3
-2
/
+7
2003-07-04
re PR c/11428 (gcc aborts in compiling Linux 2.5.74 reiserfs driver)
Kazu Hirata
1
-0
/
+1
2003-07-04
* gcc.c-torture/compile/20030704-1.c: New.
Kazu Hirata
2
-0
/
+15
2003-07-04
[multiple changes]
Benjamin Kosnik
5
-19
/
+31
[next]