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 .
- 14 Feb, 2004 4 commits
-
-
No Author authored
'gcc_3_3_3_release'. From-SVN: r77826
-
Gabriel Dos Reis authored
From-SVN: r77825
-
Gabriel Dos Reis authored
From-SVN: r77824
-
GCC Administrator authored
From-SVN: r77781
-
- 13 Feb, 2004 3 commits
-
-
Gabriel Dos Reis authored
From-SVN: r77772
-
No Author authored
'gcc-3_3-branch'. From-SVN: r77771
-
GCC Administrator authored
From-SVN: r77740
-
- 12 Feb, 2004 2 commits
-
-
Eric Botcazou authored
PR target/14113 Backport from mainline: 2004-02-03 Eric Botcazou <ebotcazou@libertysurf.fr> * config/sparc/sparc.md (call followed by jump define_peephole's): Delete. From-SVN: r77706
-
GCC Administrator authored
From-SVN: r77682
-
- 11 Feb, 2004 1 commit
-
-
GCC Administrator authored
From-SVN: r77626
-
- 10 Feb, 2004 1 commit
-
-
GCC Administrator authored
From-SVN: r77572
-
- 09 Feb, 2004 1 commit
-
-
GCC Administrator authored
From-SVN: r77513
-
- 08 Feb, 2004 1 commit
-
-
GCC Administrator authored
From-SVN: r77468
-
- 07 Feb, 2004 1 commit
-
-
GCC Administrator authored
From-SVN: r77432
-
- 06 Feb, 2004 2 commits
-
-
H.J. Lu authored
2004-02-06 H.J. Lu <hongjiu.lu@intel.com> * doc/invoke.texi: Mention SSE2 and SSE3. * config/i386/i386.h: Deprecate -mpni/-mno-pni. 2004-02-06 Kelley Cook <kcook@gcc.gnu.org> * config/i386/i386.c: Rename pni to sse3. * config/i386/i386.h: Likewise. * config/i386/i386.md: Likewise. * config/i386/pmmintrin.h: Likewise. * doc/extend.texi: Likewise. * doc/invoke.texi: Likewise. From-SVN: r77416 -
GCC Administrator authored
From-SVN: r77355
-
- 05 Feb, 2004 4 commits
-
-
Benjamin Kosnik authored
2004-02-04 Benjamin Kosnik <bkoz@redhat.com> Zack Weinberg <zack@codesourcery.com> * config/io/basic_file_stdio.cc (__gnu_internal::fopen_mode): New function. (__basic_file<char>::sys_open, __basic_file<char>::open): Use it. (__basic_file<char>::_M_open_mode): Use it. Mark deprecated. * testsuite/27_io/filebuf_members.cc (test_06, test_07): Correct flags to filebuf::open calls. From-SVN: r77340
-
Giovanni Bajo authored
re PR c++/13086 (the location of the warning message is wrong when calling delete on incomplete type) PR c++/13086 * g++.dg/warn/incomplete1.C: Remove xfail. From-SVN: r77311
-
Giovanni Bajo authored
re PR c++/13086 (the location of the warning message is wrong when calling delete on incomplete type) PR c++/13086 * init.c (build_delete): Emit a more informative error message in case of an incomplete type, and on the correct source line. From-SVN: r77310
-
GCC Administrator authored
From-SVN: r77281
-
- 04 Feb, 2004 3 commits
-
-
Matthias Klose authored
From-SVN: r77230
-
Wolfgang Bangerth authored
2004-02-03 Wolfgang Bangerth <bangerth@dealii.org> PR other/14003 * doc/invoke.texi (x86 options): Fix spelling/wording. From-SVN: r77229 -
GCC Administrator authored
From-SVN: r77205
-
- 03 Feb, 2004 2 commits
-
-
Zack Weinberg authored
* g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*. * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__. * gcc.dg/cleanup-5.c: Run only on Linux targets. From-SVN: r77165
-
GCC Administrator authored
From-SVN: r77142
-
- 02 Feb, 2004 2 commits
-
-
Geoffrey Keating authored
* config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Accept lo_sum addresses on Darwin. From-SVN: r77095
-
GCC Administrator authored
From-SVN: r77084
-
- 01 Feb, 2004 1 commit
-
-
GCC Administrator authored
From-SVN: r77060
-
- 31 Jan, 2004 1 commit
-
-
GCC Administrator authored
From-SVN: r77011
-
- 30 Jan, 2004 7 commits
-
-
Giovanni Bajo authored
PR c++/13683 * g++.dg/template/sizeof6.C: New test. From-SVN: r76983
-
No Author authored
'gcc-3_3-branch'. From-SVN: r76982
-
Giovanni Bajo authored
PR c++/13683 * call.c (convert_arg_to_ellipsis): Don't emit a warning if within a sizeof expression.block From-SVN: r76980
-
Eric Botcazou authored
* config/sparc/sparc.c: Update copyright. * config/sparc/sparc.h: Likewise. * config/sparc/sparc.md: Likewise. From-SVN: r76931
-
Aldy Hernandez authored
2004-01-29 Aldy Hernandez <aldyh@redhat.com> Backport: 2004-01-17 Fred Fish <fnf@intrinsity.com> PR c++/11895 * cp/decl.c (reshape_init): Handle VECTOR_TYPE like ARRAY_TYPE, except don't call array_type_nelts() with a VECTOR_TYPE. From-SVN: r76914 -
Aldy Hernandez authored
* cp/cp-tree.h (CP_AGGREGATE_TYPE_P): Accept vectors. * cp/decl.c (reshape_init): Handle vectors. * testsuite/g++.dg/init/array10.C: New. From-SVN: r76913 -
GCC Administrator authored
From-SVN: r76903
-
- 29 Jan, 2004 4 commits
-
-
Roger Sayle authored
PR java/13824 * tree.c (unsafe_for_reeval): Handle EXIT_BLOCK_EXPR nodes specially as their EXIT_BLOCK_LABELED_BLOCK operands can lead to unbounded recursion. From-SVN: r76889
-
H.J. Lu authored
2004-01-28 H.J. Lu <hongjiu.lu@intel.com> * doc/invoke.texi: Remove the pni option from -mfpmath=. From-SVN: r76871
-
Paolo Carlini authored
2004-01-29 Paolo Carlini <pcarlini@suse.de> PR libstdc++/12657 * include/bits/basic_ios.tcc (copyfmt(const basic_ios&)): Implement resolution of DR 292 (WP). From-SVN: r76856
-
Gabriel Dos Reis authored
backport: re PR rtl-optimization/12440 (gcc 3.3.1 on i386 linux 2.4.22 crashes during compilation of quicktime4linux 2.0.0) Backport from mainline 2004-01-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> PR optimization/12440 * loop.c: Include ggc.h. (loop_optimize): Run garbage collector between optimization of loops. * Makefile.in (loop.o): Add GGC_H dependency. From-SVN: r76847
-