Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-04-02 | cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++. | Zack Weinberg | 1 | -1/+1 | |
* cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++. * cpplib.c (_cpp_handle_directive): Improve warnings for traditional C and indented directives. * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex, fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap, fixinc/inclhack.def: Indent the # of #include_next one space. * cp/rtti.c: Un-indent #if and #endif. * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a syntax error, but an error has already been printed. * cpplex.c (_cpp_parse_assertion): Give a more specific error message when called with nothing remaining on the line. (_cpp_lex_token): If _cpp_parse_assertion fails, return an OTHER token, not an ASSERTION. * cpplib.c (do_assert): When we create a 'base' node, clear its aschain pointer. * gcc.c-torture/compile/981211-1.c: Move to... * gcc.dg/cpp-as1.c: ...here. * gcc.dg/cpp-as2.c: New file. * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the compiler. From-SVN: r32870 | |||||
1998-04-04 | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | Jeff Law | 1 | -14/+35 | |
for details. * haifa-sched.c: Mirror recent changes from gcc2. From-SVN: r18984 | |||||
1998-03-12 | c-decl (finish_struct): Change type of min_align to unsigned. | Manfred Hollstein | 1 | -37/+61 | |
a gcc/ChangeLog: * c-decl (finish_struct): Change type of min_align to unsigned. * cplus-dem.c (demangle_function_name): Change type of variable i to size_t; remove unused variable len. * dwarf2out.c (reg_save): Add explicit cast of -1 to unsigned and a comment indicating this is proper behaviour. (reg_loc_descriptor): Remove redundant comparison of unsigned variable reg >= 0. (based_loc_descr): Likewise. * enquire.c (bitpattern): Change type of variable i to unsigned. * final.c (output_asm_insn): Don't cast insn_noperands to unsigned. * flow.c (life_analysis): Change type of variable i to size_t; remove unused variable insn. * gcc.c (translate_options): Change type of variables optlen, arglen and complen to size_t. (input_filename_length): Change type to size_t. (do_spec_1): Change type of variable bufsize to size_t. (main): Change type of variables i and j to size_t; remove subblock local definition of variable i. (lookup_compiler): Change type of second argument to size_t; change type of variable i to size_t. * genemit.c (output_init_mov_optab): Change type of variable i to size_t. * genopinit.c (get_insn): Change type of variable pindex to size_t. * genrecog.c (add_to_sequence): Change type of variable i to size_t. * global.c (global_alloc): Change type of variable i to size_t. * regclass.c (init_reg_sets): Change type of variables i and j to unsigned. * stmt.c (expand_end_bindings): Change type of variable i to size_t. (expand_end_case): Change type of variable count to size_t. * toplev.c (main): Change type of variable j to size_t. (set_target_switch): Change type of variable j to size_t. (print_switch_values): Change type of variable j to size_t; remove unused variable flags. * varasm.c (assemble_variable): Change type of variable align to size_t. (const_hash_rtx): Change type of variable i to size_t. gcc/cp/ChangeLog: Sun Mar 8 17:13:38 1998 Manfred Hollstein <manfred@s-direktnet.de> * decl2.c (lang_decode_option): Change j's type to size_t. * tree.c (layout_vbasetypes): record_align and desired_align are of type unsigned int; const_size and nonvirtual_const_size likewise. From-SVN: r18491 | |||||
1997-04-13 | (fake_f_rep): Add missing element name in cast. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r13893 | |||||
1996-07-03 | formatting tweaks | Mike Stump | 1 | -8/+8 | |
From-SVN: r12390 | |||||
1996-02-12 | Define __GCC_FLOAT_NOT_NEEEDED. | Richard Kenner | 1 | -0/+5 | |
From-SVN: r11244 | |||||
1994-03-31 | Change "gstddef.h" to <stddef.h>. | Jim Wilson | 1 | -2/+4 | |
From-SVN: r6941 | |||||
1994-03-25 | (f_rep): Remove decl of unused variable F1. | Richard Kenner | 1 | -1/+0 | |
From-SVN: r6880 | |||||
1993-12-22 | (main): Move declarations of SIZE and TOTAL to where they won't cause ↵ | Richard Kenner | 1 | -4/+5 | |
"unused" warnings when NO_MEM is defined. (main): Move declarations of SIZE and TOTAL to where they won't cause "unused" warnings when NO_MEM is defined. (promotions): Explicitly declare return type (to avoid warnings). Always return a value. From-SVN: r6265 | |||||
1993-09-22 | (FPROP): Recognize 80387 or 68881 XFmode format. | Richard Stallman | 1 | -0/+13 | |
From-SVN: r5410 | |||||
1993-05-20 | (F_check): Do nothing in long double case, if NO_LONG_DOUBLE_IO. | Richard Stallman | 1 | -0/+4 | |
From-SVN: r4522 | |||||
1993-05-20 | (F_check): Check NO_LONG_DOUBLE_IO. | Richard Stallman | 1 | -1/+10 | |
From-SVN: r4518 | |||||
1993-03-02 | (fake_f_rep): Clear all of u, initially. | Richard Stallman | 1 | -3/+11 | |
Make the ints in u unsigned. (f_define): Use ordinary constants for long double if it's same width as double. Make __convert_long_double_i unsigned. From-SVN: r3589 | |||||
1992-12-10 | (i_define, u_define, f_define): Add #undef before #define. | Jim Wilson | 1 | -0/+4 | |
From-SVN: r2858 | |||||
1992-06-24 | entered into RCS | Charles Hannum | 1 | -1/+1 | |
From-SVN: r1262 | |||||
1992-06-05 | *** empty log message *** | Richard Stallman | 1 | -1/+1 | |
From-SVN: r1163 | |||||
1992-05-07 | *** empty log message *** | Richard Stallman | 1 | -1/+1 | |
From-SVN: r930 | |||||
1992-05-04 | *** empty log message *** | Richard Stallman | 1 | -0/+8 | |
From-SVN: r877 | |||||
1992-04-27 | *** empty log message *** | Richard Stallman | 1 | -4/+48 | |
From-SVN: r838 | |||||
1992-04-03 | *** empty log message *** | Richard Stallman | 1 | -0/+2 | |
From-SVN: r671 | |||||
1991-12-23 | Initial revision | Richard Stallman | 1 | -0/+2743 | |
From-SVN: r127 |