aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-01-07h8300.c (h8300_expand_prologue): Remove fsize.Kazu Hirata2-6/+9
2003-01-07Segher Boessenkool <segher@koffie.nl>Aldy Hernandez2-36/+43
2003-01-07re PR c++/9165 (false "defined but not used" warnings)Mark Mitchell4-1/+30
2003-01-07pt.c (retrieve_local_specialization): Revert 2003-01-05 change.Mark Mitchell2-3/+20
2003-01-07c4x.c (c4x_naked_function_p): Rename from c4x_assembler_function_p.Michael Hayes3-10/+19
2003-01-07* decl2.c (mark_used): Do not synthesize thunks.Mark Mitchell2-0/+3
2003-01-07class.c (layout_class_type): Correct handling of unnamed bitfields wider than...Mark Mitchell4-1/+32
2003-01-06alpha.c (alpha_encode_section_info): Adjust symbol_str properly when changing...Richard Henderson4-5/+38
2003-01-06darwin-protos.h: Add prototypes for new section functions.Dale Johannesen2-1/+7
2003-01-06config.gcc (mipsisa32-*-elf*, [...]): Default ABI to EABI.Chris Demetriou2-1/+6
2003-01-06re PR c++/9189 ([New parser] Order of default argument processing and functio...Mark Mitchell4-46/+71
2003-01-06hwint.h: If the current compiler has no 64-bit type at all, make HOST_WIDEST_...Zack Weinberg2-32/+38
2003-01-06mips.md (movdf_internal2): Fix constraints.Eric Christopher2-7/+11
2003-01-06Fix comment typo.Joern Rennecke1-1/+1
2003-01-06re PR c++/9109 (parse ambiguity)Nathan Sidwell5-244/+297
2003-01-06* config/h8300/h8300.md (*twoshifts_l16_r1): New.Kazu Hirata2-0/+26
2003-01-06* config/mips/mips.md (leadi): Use dla rather than la.Richard Sandiford2-1/+5
2003-01-06Daily bump.GCC Administrator1-1/+1
2003-01-06defarg-1.C: New test.Mark Mitchell6-17/+113
2003-01-06c4x.h: Updated specs for new gas format.Svein E. Seldal2-19/+23
2003-01-06c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX redefinition.Herman A.J. ten Brugge2-10/+5
2003-01-05* config/h8300/h8300.md (*extzv_8_23): New.Kazu Hirata2-0/+26
2003-01-05pa64-hpux.h (JCR_SECTION_NAME): Define.John David Anglin2-2/+10
2003-01-05re PR fortran/9038 (-ffixed-line-length-none -x f77-cpp-input gives: Warning:...Toon Moene2-6/+9
2003-01-05h8300.c (output_a_shift): Do not output a variable shift.Kazu Hirata3-14/+78
2003-01-05re PR fortran/9038 (-ffixed-line-length-none -x f77-cpp-input gives: Warning:...Toon Moene2-5/+12
2003-01-05* config/mips/mips.md: Disable the movstrsi define_split.Richard Sandiford4-1/+35
2003-01-05Daily bump.GCC Administrator1-1/+1
2003-01-05Warning fixes:Kaveh R. Ghazi6-2/+14
2003-01-05parser.c (cp_parser_binary_expression, [...]): Const-ify.Kaveh R. Ghazi2-13/+24
2003-01-05Makefile.in (gtyp-gen.h): Const-ify.Kaveh R. Ghazi3-6/+11
2003-01-04re PR fortran/9038 (-ffixed-line-length-none -x f77-cpp-input gives: Warning:...Toon Moene3-3/+19
2003-01-04When wrapping files, guard with both the fix name and the file nameBruce Korb7-56/+57
2003-01-04config.gcc (hppa*64*-*-hpux11*): Define extra_parts.John David Anglin6-44/+251
2003-01-04method.c (use_thunk): Disable access control while building the body of the t...Mark Mitchell2-1/+13
2003-01-04remove obsolete fixesBruce Korb12-1353/+401
2003-01-04h8300-protos.h: Add prototypes for the new functions defined below.Kazu Hirata4-159/+262
2003-01-04* call.c (build_conditional_expr): Stabilize lvalues properly.Jason Merrill1-1/+0
2003-01-04namespace3.C: Remove extra semicolons.Kriang Lerdsuwanakij3-3/+8
2003-01-04Daily bump.GCC Administrator1-1/+1
2003-01-03cvt.c, [...]: This is the C++ front end, not the C front end.Nathanael Nerode4-5/+10
2003-01-03re PR java/8712 (ICE at fold-const.c:2934)Tom Tromey2-3/+7
2003-01-03darwin.h: (EXTRA_SECTIONS): Add machopic_symbol_stub1, machopic_picsymbol_stub1.Dale Johannesen3-6/+21
2003-01-03stc.c (ffestc_R810): Allow any kind integer in case statements.Toon Moene3-10/+3245
2003-01-03fold-const.c (fold): Avoid NOP_EXPRs better.Jason Merrill11-42/+103
2003-01-03cp-tree.h (struct lang_type_class): add field for key methodMatt Austern6-38/+106
2003-01-03c-common.c (finish_fname_decls): Put the DECL_STMTs inside the outermost scope.Jason Merrill5-10/+46
2003-01-03gcj.texi (Standard Properties): Document http.proxyHost and http.proxyPort.Tom Tromey2-0/+9
2003-01-03* gcj.texi (GNU Classpath Properties): Document new properties.Tom Tromey2-0/+13
2003-01-03PR c++/45, c++/3784Nathan Sidwell4-2/+30