aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-12-08name-lookup.c, [...]: Revert Giovanni's patch from yesterday.Jason Merrill4-27/+11
2003-12-08Fix IA-64 glibc ICE PR target/13132James E Wilson2-4/+15
2003-12-08install.texi: Revert change of Dec 7; gcc is still a 2.13 directory.Nathanael Nerode2-2/+6
2003-12-08frv.md (subdi2): Merge with _internal insn_and_split, by using match_scratch.Alexandre Oliva2-13/+33
2003-12-08add bugzilla referenceJason Merrill1-0/+1
2003-12-08Support namespaces in DWARF 2 output.Jason Merrill2-15/+153
2003-12-08Give the anonymous namespace a null DECL_NAME.Jason Merrill8-24/+38
2003-12-08unwind-pe.h (read_uleb128): Fix handling of large valuesJan Hubicka2-3/+8
2003-12-08re PR middle-end/10060 (ICE (stack overflow) on huge file (300k lines) due to...Andrew Pinski2-12/+62
2003-12-08* nmake.adb: Removed.Arnaud Charlet2-2862/+2
2003-12-08arm.md: New split to transform ((X << y) - 1) into ~(~(X-1) << y) for constan...Richard Earnshaw2-0/+19
2003-12-08calls.c (expand_call): Don't try using tail or recursive calls after the func...Richard Sandiford2-1/+10
2003-12-08[multiple changes]Arnaud Charlet37-1436/+2135
2003-12-08* i386.md (cmpstr expander): Obey TARGET_INLINE_ALL_STRINGOPSJan Hubicka2-1/+5
2003-12-08PR ada/13324, PR ada/12614Arnaud Charlet2-20/+6
2003-12-08sinfo.h, [...]: Removed...Arnaud Charlet5-4800/+6
2003-12-07collect2.c (GCC_OK_SYMBOL): Add support for AIX C_WEAKEXT.David Edelsohn2-9/+27
2003-12-08final.c (final_scan_insn): Don't use FINAL_PRESCAN_LABEL.Kazu Hirata4-11/+7
2003-12-08* Makefile.in (compare): Combine toplevel and $(SUBDIRS) cases.Kaveh R. Ghazi2-19/+5
2003-12-08Daily bump.GCC Administrator1-1/+1
2003-12-07configure.in, aclocal.m4: Revert to pre-2.5x conversion status.Nathanael Nerode4-8206/+3352
2003-12-07java1.C: New test.Giovanni Bajo3-0/+120
2003-12-07re PR c++/2294 (using declaration confusion)Giovanni Bajo4-9/+39
2003-12-07configure.in: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM with modern equ...Nathanael Nerode3-4/+18
2003-12-07configure.in: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE.Nathanael Nerode4-34/+37
2003-12-07configure: Regenerate with (preferred) autoconf 2.57.Nathanael Nerode3-1195/+576
2003-12-07re PR rtl-optimization/12965 (SEGV+ICE in cc1plus on alpha-linux with -O2)Eric Botcazou4-1/+98
2003-12-07configure.in: Make minimum necessary changes for autoconf 2.5x.Nathanael Nerode4-3336/+8815
2003-12-07re PR rtl-optimization/13318 (ICE: floating point exception in the loop optim...Eric Botcazou4-0/+37
2003-12-07re PR rtl-optimization/13060 ([g77] ICE in fixup_var_refs_1, at function.c:19...Eric Botcazou4-0/+39
2003-12-06+2003-12-06 Andrew Pinski <pinskia@physics.uc.edu> + + * config/rs6000/rs6000...Andrew Pinski2-2/+7
2003-12-07Daily bump.GCC Administrator1-1/+1
2003-12-06re PR c++/13323 (Template code does not compile in presence of typedef)Mark Mitchell4-2/+41
2003-12-06varasm.c (incorporeal_function_p): New.Richard Sandiford3-4/+36
2003-12-06* arm.md (IOR (COMPARISON) (AND)): New define_splits.Richard Earnshaw2-0/+42
2003-12-06Makefile.in (program_transform_cross_name): Delete.Kelley Cook8-142/+73
2003-12-06re PR rtl-optimization/13169 (asm using r30 or r31 confuses global_alloc)Alan Modra6-19/+87
2003-12-06re PR c++/13305 (Parser error with 'class __attribute__((dllimport)) Foo;' t...Mark Mitchell4-1/+31
2003-12-06* config/ia64/ia64.h (MUST_PASS_IN_STACK): Define.Mark Mitchell2-0/+9
2003-12-06re PR c++/13314 (ICE when omitting template parameter of a sub-class)Mark Mitchell6-2/+32
2003-12-05re PR driver/13211 (using -###, warns about unused linker file)Andrew Pinski2-1/+14
2003-12-06Daily bump.GCC Administrator1-1/+1
2003-12-05cppfiles.c (file_hash_hash): New static function.Per Bothner2-6/+35
2003-12-05Remove conflict indicator.Per Bothner1-1/+0
2003-12-05line-map.h (source_location): New typedef.Per Bothner3-9/+20
2003-12-05alpha.c (alpha_build_builtin_va_list): Add dummy field to suppress -Wpadded w...Richard Henderson2-1/+14
2003-12-05rs6000.md: Correct macro test of TARGET_MACHO.Stuart Hastings1-0/+3
2003-12-05* config/rs6000/rs6000.md: Correct macro test of TARGET_MACHO.Stuart Hastings1-2/+2
2003-12-05re PR target/13302 (Putting a va_list in a struct causes seg fault)Stuart Menefy4-1/+21
2003-12-05re PR c++/13166 ([DR136] not implemented)Kriang Lerdsuwanakij4-8/+31