summaryrefslogtreecommitdiff
path: root/gcc/enquire.c
Commit message (Collapse)AuthorAgeFilesLines
* cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++.Zack Weinberg2000-04-021-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
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1998-04-041-14/+35
| | | | | | | | for details. * haifa-sched.c: Mirror recent changes from gcc2. From-SVN: r18984
* c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1998-03-121-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
* (fake_f_rep): Add missing element name in cast.Richard Kenner1997-04-131-1/+1
| | | | From-SVN: r13893
* formatting tweaksMike Stump1996-07-031-8/+8
| | | | From-SVN: r12390
* Define __GCC_FLOAT_NOT_NEEEDED.Richard Kenner1996-02-121-0/+5
| | | | From-SVN: r11244
* Change "gstddef.h" to <stddef.h>.Jim Wilson1994-03-311-2/+4
| | | | From-SVN: r6941
* (f_rep): Remove decl of unused variable F1.Richard Kenner1994-03-251-1/+0
| | | | From-SVN: r6880
* (main): Move declarations of SIZE and TOTAL to where they won't cause ↵Richard Kenner1993-12-221-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
* (FPROP): Recognize 80387 or 68881 XFmode format.Richard Stallman1993-09-221-0/+13
| | | | From-SVN: r5410
* (F_check): Do nothing in long double case, if NO_LONG_DOUBLE_IO.Richard Stallman1993-05-201-0/+4
| | | | From-SVN: r4522
* (F_check): Check NO_LONG_DOUBLE_IO.Richard Stallman1993-05-201-1/+10
| | | | From-SVN: r4518
* (fake_f_rep): Clear all of u, initially.Richard Stallman1993-03-021-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
* (i_define, u_define, f_define): Add #undef before #define.Jim Wilson1992-12-101-0/+4
| | | | From-SVN: r2858
* entered into RCSCharles Hannum1992-06-241-1/+1
| | | | From-SVN: r1262
* *** empty log message ***Richard Stallman1992-06-051-1/+1
| | | | From-SVN: r1163
* *** empty log message ***Richard Stallman1992-05-071-1/+1
| | | | From-SVN: r930
* *** empty log message ***Richard Stallman1992-05-041-0/+8
| | | | From-SVN: r877
* *** empty log message ***Richard Stallman1992-04-271-4/+48
| | | | From-SVN: r838
* *** empty log message ***Richard Stallman1992-04-031-0/+2
| | | | From-SVN: r671
* Initial revisionRichard Stallman1991-12-231-0/+2743
From-SVN: r127