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
/
pt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2004-03-12
Enabled linkonce support for Darwin.
Matt Austern
1
-14
/
+41
2004-03-11
* call.c, cp-tree.h, pt.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2004-03-09
re PR c++/14409 (Accepts invalid function signature for explicit instantiation)
Giovanni Bajo
1
-2
/
+16
2004-03-02
re PR c++/14369 (errenous reject of well-formed code)
Mark Mitchell
1
-0
/
+7
2004-03-02
re PR c++/14360 (Overeager argument dependent name lookup)
Mark Mitchell
1
-2
/
+4
2004-03-01
re PR c++/14324 (Multiple static definitions are not unique)
Mark Mitchell
1
-4
/
+2
2004-03-01
re PR c++/14138 (100x -O0 C++ Compile Time Regression {3.2,3.3} -> {3.4,4.0})
Mark Mitchell
1
-4
/
+8
2004-02-26
re PR c++/14284 (Failure to select obvious template specialisation)
Giovanni Bajo
1
-2
/
+5
2004-02-20
re PR c++/14199 (Unjustified warning about unused variable)
Mark Mitchell
1
-0
/
+4
2004-02-14
re PR c++/13635 (ICE in register_specialization for specific order of templat...
Kriang Lerdsuwanakij
1
-1
/
+8
2004-02-13
call.c (conversion_kind): New type.
Mark Mitchell
1
-7
/
+6
2004-02-04
re PR c++/13969 (static const value rejected as template parameter)
Mark Mitchell
1
-18
/
+68
2004-02-04
pt.c (more_specialized_class): Increase processing_template_decl while partia...
Giovanni Bajo
1
-0
/
+6
2004-02-03
re PR c++/13975 (ICE on misplaced visibility specifier.)
Mark Mitchell
1
-1
/
+3
2004-02-02
re PR c++/13113 (Nice warning about &(X::m) lost)
Mark Mitchell
1
-3
/
+3
2004-02-02
Fixed a typo.
Giovanni Bajo
1
-1
/
+1
2004-02-02
pt.c (tsubst_qualified_id): Improved error message when a type is expected bu...
Giovanni Bajo
1
-2
/
+5
2004-01-31
class.c: Fix comment typos.
Kazu Hirata
1
-2
/
+2
2004-01-26
class.c (add_method): Just check processing_template_decl to determine whethe...
Mark Mitchell
1
-20
/
+58
2004-01-26
re PR c++/13833 (Conversion problem in template function)
Mark Mitchell
1
-0
/
+4
2004-01-25
re PR c++/13797 (ICE on invalid template parameter)
Kriang Lerdsuwanakij
1
-1
/
+6
2004-01-19
re PR c++/13592 (C++ parser regression)
Mark Mitchell
1
-5
/
+12
2004-01-19
re PR c++/13635 (ICE in register_specialization for specific order of templat...
Mark Mitchell
1
-5
/
+5
2004-01-15
add copyright 2004
Alexandre Oliva
1
-1
/
+1
2004-01-15
re PR c++/13659 (error: no matching function for call to)
Alexandre Oliva
1
-1
/
+1
2004-01-14
re PR c++/12850 (memory consumption for heavy template instantiations tripled...
Jan Hubicka
1
-6
/
+0
2004-01-13
re PR c++/13474 (fail to compile non type argument specialization of pointer ...
Giovanni Bajo
1
-17
/
+0
2004-01-12
re PR c++/13289 (ICE in regenerate_decl_from_template on recursive template)
Kriang Lerdsuwanakij
1
-4
/
+9
2004-01-12
pt.c (for_each_template_parm): Do not check for duplicates.
Jan Hubicka
1
-12
/
+1
2004-01-10
DR 337 PR c++/9256
Giovanni Bajo
1
-1
/
+9
2004-01-08
re PR c++/12573 (ICE (segfault) with Boost.Python)
Giovanni Bajo
1
-0
/
+3
2003-12-25
PR c++/13268, c++/13339
Andrew Pinski
1
-0
/
+3
2003-12-22
re PR c++/12862 (Conflicts Between typedefs/enums and Namespace Member Declar...
Mark Mitchell
1
-58
/
+2
2003-12-21
call.c: Fix comment formatting.
Kazu Hirata
1
-8
/
+8
2003-12-18
re PR c++/12253 ([tree-ssa] ICE on conversion to std::string inside array ini...
Jason Merrill
1
-4
/
+4
2003-12-18
re PR c++/13262 ("xxx is private within this context" when initializing a *se...
Kriang Lerdsuwanakij
1
-0
/
+10
2003-12-15
re PR c++/13310 (Tree check error in dependent_template_p)
Mark Mitchell
1
-0
/
+11
2003-12-15
re PR c++/13243 (Segfault on illegal template construct)
Mark Mitchell
1
-3
/
+0
2003-12-13
ChangeLog: Fix typos.
Kazu Hirata
1
-1
/
+1
2003-12-13
ggc-zone.c: Follow spelling conventions.
Kazu Hirata
1
-1
/
+1
2003-12-02
re PR c++/10126 (ICE in convert_nontype_argument on using overload resolution...
Giovanni Bajo
1
-2
/
+3
2003-12-02
re PR c++/12573 (ICE (segfault) with Boost.Python)
Giovanni Bajo
1
-0
/
+3
2003-11-22
* pt.c (tsubst) <ARRAY_REF>: Remove erroneous argument to build_nt.
Kriang Lerdsuwanakij
1
-1
/
+1
2003-11-22
re PR c++/5369 (template member friend declaration not honored)
Kriang Lerdsuwanakij
1
-5
/
+147
2003-11-21
re PR c++/12515 (Use of ?: operator in templated class causes ICE)
Mark Mitchell
1
-1
/
+3
2003-11-14
re PR c++/2094 (unimplemented: use of `ptrmem_cst' in template type unification)
Giovanni Bajo
1
-0
/
+22
2003-11-11
cp-tree.h (DECL_NAMESPACE_ASSOCIATIONS): New macro.
Jason Merrill
1
-2
/
+4
2003-11-05
re PR c++/11616 (Error message "instantiated from here" gives wrong location)
Kriang Lerdsuwanakij
1
-0
/
+2
2003-10-24
PR c++/12698, c++/12699, c++/12700, c++/12566
Nathan Sidwell
1
-2
/
+1
2003-10-22
call.c: Fix comment formatting.
Kazu Hirata
1
-4
/
+4
[next]