This project is mirrored from git://gcc.gnu.org/git/gcc.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 01 Jul, 2004 5 commits
-
-
No Author authored
'gcc_3_4_1_release'. From-SVN: r83996
-
Mark Mitchell authored
From-SVN: r83995
-
Mark Mitchell authored
From-SVN: r83994
-
Mark Mitchell authored
From-SVN: r83993
-
GCC Administrator authored
From-SVN: r83942
-
- 30 Jun, 2004 1 commit
-
-
GCC Administrator authored
From-SVN: r83883
-
- 29 Jun, 2004 1 commit
-
-
GCC Administrator authored
From-SVN: r83832
-
- 28 Jun, 2004 7 commits
-
-
Neil Booth authored
From-SVN: r83814
-
Neil Booth authored
PR preprocessor/16192 PR preprocessor/15913 PR preprocessor/15572 * cppexp.c (_cpp_parse_expr): Handle remaining cases where an expression is missing. * cppinit.c (post_options): Traditional cpp doesn't do // comments. * doc/cpp.texi: Don't document what we do for ill-formed expressions. * doc/cppopts.texi: Clarify processing of command-line defines. testsuite: * gcc.dg/cpp/if-mop.c: Two new testcases. * gcc.dg/cpp/trad/comment-3.c: New. From-SVN: r83813
-
Benjamin Kosnik authored
safe_base.h (__gnu_debug::_Safe_sequence_base): Revert -Weffc++ changes that defined copy ctory and or assignment operator. 2004-06-28 Benjamin Kosnik <bkoz@redhat.com> * include/debug/safe_base.h (__gnu_debug::_Safe_sequence_base): Revert -Weffc++ changes that defined copy ctory and or assignment operator. * libsupc++/tinfo.cc (__upcast_result): Same. From-SVN: r83805
-
Richard Sandiford authored
PR target/16176 * config/mips/mips.c (mips_expand_unaligned_load): Use a temporary register for the destination of the lwl or ldl. From-SVN: r83788
-
No Author authored
'gcc-3_4-branch'. From-SVN: r83787
-
Nathan Sidwell authored
cp: PR C++/16174 * call.c (build_temp): Declare. (check_constructor_callable): New. (reference_binding): Only set CHECK_COPY_CONSTRUCTOR if not for CONSTRUCTOR_CALLABLE. (convert_like_real, initialize_reference): Use check_constructor_callable. * cp-tree.h (LOOKUP_CONSTRUCTOR_CALLABLE): New. (LOOKUP_*): Renumber. testsuite: PR C++/16174 * g++.dg/template/ctor4.C: New. From-SVN: r83772
-
GCC Administrator authored
From-SVN: r83753
-
- 27 Jun, 2004 2 commits
-
-
Zack Weinberg authored
From-SVN: r83750
-
GCC Administrator authored
From-SVN: r83724
-
- 26 Jun, 2004 1 commit
-
-
GCC Administrator authored
From-SVN: r83693
-
- 25 Jun, 2004 10 commits
-
-
Benjamin Kosnik authored
PR libstdc++/16182 * linkage.m4 (GLIBCXX_CHECK_BUILTIN_MATH_DEC): Revert to AC_DEFINE_UNQUOTED. * configure: Regenerate. From-SVN: r83686
-
Jan Hubicka authored
PR C++/14865 * decl2.c (maybe_emit_vtables): Always import_export_vtable for the reachability analysis. From-SVN: r83685
-
Philip Blundell authored
2004-06-25 Philip Blundell <philb@gnu.org> PR wrong-code/15089 * loop.c (scan_loop): Do not move user-specified register assignments. From-SVN: r83683
-
Mark Mitchell authored
From-SVN: r83682
-
Nathanael Nerode authored
re PR bootstrap/14760 (A bug in configure{,.in} prevents using both --program-suffix and --program-prefix) PR bootstrap/14760 * configure.in: When computing baseargs, strip *all* copies of offending options. Also, don't match/substitute the trailing space, so that this actually works when two similar options are separated by only one space. * configure: Regenerate. From-SVN: r83681 -
Mark Mitchell authored
PR wrong-code/16129 * alias.c (get_alias_set): Adjust setting of DECL_POINTER_ALIAS_SET for pointers to aggregates. From-SVN: r83673
-
Richard Sandiford authored
PR target/16144 * config/mips/mips.md (divsf, divdf): Don't FAIL if the first operand is 1.0; force it into a register instead. From-SVN: r83644
-
No Author authored
'gcc-3_4-branch'. From-SVN: r83643
-
Benjamin Kosnik authored
2004-06-25 Benjamin Kosnik <bkoz@redhat.com> * include/debug/formatter.h (__gnu_debug::_Error_formatter): Remove copy constructor and assignment operator. From-SVN: r83642
-
GCC Administrator authored
From-SVN: r83621
-
- 24 Jun, 2004 2 commits
-
-
Alan Modra authored
* calls.c (expand_call): Call INIT_CUMULATIVE_ARGS earlier, and pass raw n_named_args to it. From-SVN: r83586
-
GCC Administrator authored
From-SVN: r83570
-
- 23 Jun, 2004 2 commits
-
-
Paolo Carlini authored
2004-06-23 Paolo Carlini <pcarlini@suse.de> PR libstdc++/16154 * include/bits/boost_concept_check.h (struct _TrivialIteratorConcept): Don't require the _DefaultConstructibleConcept. (struct _ForwardIteratorConcept): Require it here. From-SVN: r83556
-
GCC Administrator authored
From-SVN: r83526
-
- 22 Jun, 2004 8 commits
-
-
Richard Henderson authored
re PR middle-end/16026 (ICE in function.c:4804, assign_parms, when -mpowerpc64 & half-word operation) PR middle-end/16026 * function.c (assign_parms): Don't abort for overaligned PARALLEL. From-SVN: r83524 -
R. Kelley Cook authored
From-SVN: r83521
-
No Author authored
'gcc-3_4-branch'. From-SVN: r83520
-
Kelley Cook authored
re PR target/15551 (-mtune=pentium4 -O2 with sjlj EH breaks stack probe worker on windows32 targets) 2004-06-22 Kelley Cook <kcook@gcc.gnu.org> PR target/15551 * config/i386/i386.md: Change UNSPEC_STACK_PROBE to UNSPECV_STACK_PROBE. (allocate_stack_worker): Make unspec_volatile. (allocate_stack_worker_rex64): Likewise. (allocate_stack_worker_postreload): Likewise. (allocate_stack_worker_rex64_postreload): Likewise. [testsuite] 2004-06-22 Kelley Cook <kcook@gcc.gnu.org> * g++.dg/opt/pr15551.C: New testcase. From-SVN: r83519 -
Jan Hubicka authored
PR C++/14950 * pt.c (instantiate_decl): Clean TI_PENDING_TEMPLATE_FLAG before expanding the function. From-SVN: r83488
-
Loren J. Rittle authored
* config/linker-map.gnu: Use wildcards for __basic_file::sys_open(FILE*, _Ios_Openmode). From-SVN: r83471
-
John David Anglin authored
PR rtl-optimization/14782 * pa.c (emit_move_sequence): Use SFmode for 4-byte modes when doing the address checks for secondary reloads for loads from and stores to floating-point registers. * pa.h (EXTRA_CONSTRAINT, case T): Use SFmode for 4-byte modes in the address check. Move work around for ELF32 targets to GO_IF_LEGITIMATE_ADDRESS. (GO_IF_LEGITIMATE_ADDRESS): Require constant offsets to be correctly aligned for DImode loads and stores. Don't allow long SFmode displacements on ELF32. From-SVN: r83469
-
GCC Administrator authored
From-SVN: r83465
-
- 21 Jun, 2004 1 commit
-
-
Richard Henderson authored
PR rtl-opt/16114 * cse.c (merge_equiv_classes): Also rehash in response to delete_reg_equiv changes. (rehash_using_reg): Don't exclude REGs from rehashing. From-SVN: r83462
-