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/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
path:
root
/
gcc
/
cp
Age
Commit message (
Expand
)
Author
Files
Lines
2003-05-17
cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...
Kaveh R. Ghazi
3
-16
/
+18
2003-05-15
re PR c++/5388 (Incorrect message "operands to ?: have different types")
Jason Merrill
4
-18
/
+32
2003-05-15
call.c (build_op_delete_call): Avoid creating unnecessary types.
Mark Mitchell
5
-32
/
+37
2003-05-15
re PR c++/8385 (typeof(...) as template arg)
Mark Mitchell
2
-1
/
+6
2003-05-13
typeck.c (build_modify_expr): Don't always stabilize the lhs and rhs.
Jason Merrill
2
-8
/
+9
2003-05-11
* method.c (synthesize_method): Call push/pop_deferring_access_checks.
Kriang Lerdsuwanakij
2
-0
/
+10
2003-05-11
PR c++/10230, c++/10481
Kriang Lerdsuwanakij
2
-2
/
+17
2003-05-11
re PR c++/10552 (Small sample using nested templates causes internal compiler...
Kriang Lerdsuwanakij
2
-0
/
+28
2003-05-10
* pt.c (instantiate_decl): Call push/pop_deferring_access_checks.
Kriang Lerdsuwanakij
2
-0
/
+9
2003-05-10
re PR c++/9252 ([New parser] Errors due to legally used "typename")
Kriang Lerdsuwanakij
12
-60
/
+74
2003-05-10
re PR c++/9554 (Out of class declaration of member class template specialisat...
Kriang Lerdsuwanakij
4
-50
/
+114
2003-05-09
PR c++/10555, c++/10576
Kriang Lerdsuwanakij
2
-0
/
+16
2003-05-08
init.c (build_new_1): Don't reuse a TARGET_EXPR in an expression.
Jason Merrill
2
-22
/
+37
2003-05-07
except.c: Revert 04-01 and 04-02 forced-unwind changes.
Richard Henderson
3
-391
/
+278
2003-05-07
call.c (build_conditional_expr): Don't assume that the folded expression has ...
Jason Merrill
2
-3
/
+11
2003-05-06
typeck.c (build_unary_op): Deal with const qualifier in invalid pointer-to-me...
Kriang Lerdsuwanakij
2
-6
/
+12
2003-05-05
re PR c++/9537 ([New parser] problem handling const return types)
Jason Merrill
2
-7
/
+20
2003-05-05
tweak comment
Jason Merrill
1
-1
/
+1
2003-05-05
Fix a typo overlooked in the previous commit.
Kriang Lerdsuwanakij
1
-1
/
+1
2003-05-05
re PR c++/10496 ([diagnostic] erroneus suggestion in diagnostic asks the user...
Kriang Lerdsuwanakij
2
-2
/
+17
2003-05-05
* decl.c: Fix typos.
Kriang Lerdsuwanakij
2
-3
/
+7
2003-05-05
re PR c++/4494 (Possible problem with compiler warnings on main())
Kriang Lerdsuwanakij
2
-2
/
+9
2003-05-03
re PR c/10604 (-Wall includes sign conversion warning [3.3 regression])
Zack Weinberg
2
-5
/
+11
2003-05-03
PR c++/9364, c++/10553, c++/10586
Kriang Lerdsuwanakij
2
-0
/
+10
2003-05-03
class.c (finish_struct): Use location_t and input_location directly.
Nathan Sidwell
10
-98
/
+83
2003-05-01
missed from my previous checkin
Nathan Sidwell
1
-0
/
+24
2003-05-01
input.h (lineno): Rename to ...
Nathan Sidwell
11
-67
/
+69
2003-05-01
decl2.c (comdat_linkage): Don't externalize explicit instantiations.
Mark Mitchell
2
-1
/
+6
2003-05-01
re PR c++/10554 (ICE with illegal using declaration)
Kriang Lerdsuwanakij
2
-0
/
+7
2003-05-01
cp-tree.h (struct lang_id2): Remove.
Steven Bosscher
2
-24
/
+22
2003-05-01
re PR c++/8772 (misleading diagnostic for template template parameter)
Kriang Lerdsuwanakij
2
-0
/
+7
2003-04-30
PR c++/9432, c++/9528
Kriang Lerdsuwanakij
2
-0
/
+13
2003-04-30
decl.c (check_previous_goto_1): Adjust prototype.
Gabriel Dos Reis
2
-15
/
+20
2003-04-29
re PR c++/10551 (Failure to emit explicitly instantiated template w/--no-impl...
Mark Mitchell
2
-6
/
+18
2003-04-29
re PR c++/10549 (ICE in store_bit_field on bitfields that exceed the precisio...
Mark Mitchell
2
-8
/
+16
2003-04-29
re PR c++/10527 (confused error message with "new int()" parameter initializer)
Mark Mitchell
2
-2
/
+15
2003-04-29
re PR c++/10515 (problem when initializing a field in a union)
Mark Mitchell
1
-2
/
+15
2003-04-29
re PR c++/10515 (problem when initializing a field in a union)
Mark Mitchell
3
-2
/
+7
2003-04-29
c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
Kriang Lerdsuwanakij
3
-3
/
+8
2003-04-29
Remove accidental commit
Mark Mitchell
1
-15
/
+2
2003-04-29
decl.c (maybe_commonize_var): Further tweak support for systems without weak ...
Mark Mitchell
2
-20
/
+38
2003-04-28
* decl.c (maybe_commonize_var): Fix thinko in last patch.
Mark Mitchell
2
-1
/
+5
2003-04-28
re PR c++/10506 (ICE in build_new at cp/init.c with -fkeep-inline-functions a...
Mark Mitchell
4
-9
/
+33
2003-04-27
decl.c (maybe_commonize_var): Make the code match the comments.
Mark Mitchell
3
-6
/
+14
2003-04-26
* decl2.c (finish_file): Fix merge botch.
Mark Mitchell
2
-0
/
+6
2003-04-26
decl2.c (finish_file): Don't call import_export_decl for functions that are n...
Mark Mitchell
3
-13
/
+56
2003-04-24
* call.c (print_z_candidates): Fix off by one error.
Sylvain Pion
2
-1
/
+5
2003-04-24
re PR c++/10337 ("ambiguous overload"-error for non-ambiguous situation)
Nathan Sidwell
2
-34
/
+47
2003-04-24
re PR c++/10471 (SegFault in build_cxx_call)
Mark Mitchell
2
-1
/
+8
2003-04-23
Makefile.in (c-lex.o, [...]): Update.
Neil Booth
4
-10
/
+8
[next]