summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * g++.dg/abi/bitfield4.c: New test.nathan2002-08-083-0/+87
| | | | | | | * gcc.dg/bitfld-4.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56140 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-08 Stephen Clarke <stephen.clarke@superh.com>amylaar2002-08-082-1/+7
| | | | | | | | * config/sh/sh.c (prepare_move_operands): Only call target_reg_operand if TARGET_SHMEDIA. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56139 138bc75d-0d04-0410-961f-82ee72b054a4
* * typeck.c (build_class_member_access_expr): Do not returnmmitchel2002-08-082-1/+5
| | | | | | | error_mark_node when no error has occurred. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56138 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/rs6000.h, config/rs6000/aix.h,jakub2002-08-086-9/+34
| | | | | | | | | config/rs6000/darwin.h, config/rs6000/linux64.h: Revert last two patches. * config/rs6000/sysv4.h: Likewise, remove #undef ADJUST_FIELD_ALIGN. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56135 138bc75d-0d04-0410-961f-82ee72b054a4
* * emit-rtl.c (gen_rtx_REG): After reload, only returnrth2002-08-082-3/+15
| | | | | | | frame_pointer_rtx or hard_frame_pointer_rtx if frame_pointer_needed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56133 138bc75d-0d04-0410-961f-82ee72b054a4
* cp:nathan2002-08-084-47/+39
| | | | | | | | | | | * typeck.c (build_component_addr): Remove. (build_unary_op): Just check it's not a bitfield, and then build an ADDR_EXPR. testsuite: * g++.dg/other/packed1.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56132 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/rs6000-protos.h (rs6000_field_alignment): Remove.jakub2002-08-084-23/+13
| | | | | | | | | * config/rs6000/rs6000.c (rs6000_field_alignment): Move... * config/rs6000/rs6000.h (ADJUST_FIELD_ALIGN): ...inline into the macro. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56131 138bc75d-0d04-0410-961f-82ee72b054a4
* oops - minor formatting tidy ups to previous deltanickc2002-08-081-15/+11
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56129 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/arm/arm.c (thumb_unexpanded_epilogue): Stack the PIC register.nickc2002-08-083-40/+36
| | | | | | | | | | (thumb_expand_prologue): Likewise. (thumb_output_function_prologue): Likewise. * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Account for the additional push of the PIC register. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56128 138bc75d-0d04-0410-961f-82ee72b054a4
* * class.c (convert_to_base): Correct check for error_mark_node.nathan2002-08-082-5/+9
| | | | | | | (create_vtable_ptr): Remove unused VFUNS_P parm git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56127 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (enable_coverage): New enable switch.nathan2002-08-0816-314/+428
| | | | | | | | | | | | | | | | | | | | * configure: Rebuilt. * Makefile.in (COVERAGE_FLAGS, coverageexts): New variables. (INTERNAL_CFLAGS): Append COVERAGE_FLAGS. (ALL_FLAGS): Reorder so INTERNAL_CFLAGS comes after CFLAGS. (mostlyclean): Remove coverage files. * doc/install.texi: Document enable_coverage. * cp/Make-lang.in (c++.mostlyclean): Remove coverage files. * ada/Make-lang.in (ada.mostlyclean): Remove coverage files. * f/Make-lang.in (f.mostlyclean): Remove coverage files. * java/Make-lang.in (java.mostlyclean): Remove coverage files. * objc/Make-lang.in (objc.mostlyclean): Remove coverage files. * treelang/Make-lang.in (treelang.mostlyclean): Remove coverage files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56126 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-087-7/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56125 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-opts.c (cpp_opts): New.neil2002-08-083-136/+122
| | | | | | | | | | | (COMMAND_LINE_OPTIONS): Add switches from cppinit.c. (c_common_decode_options): Handle cpplib switches. (c_common_init_options): Set cpp_opts. * cppinit.c (COMMAND_LINE_OPTIONS): Move some switches to c-opts.c. (cpp_handle_option): Similarly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56119 138bc75d-0d04-0410-961f-82ee72b054a4
* Rework build_component_ref.mmitchel2002-08-0822-437/+642
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * call.c (build_vfield_ref): Do not go through build_component_ref. (build_field_call): Use build_class_member_access_expr. (build_user_type_conversion_1): Use BASELINK_FUNCTIONS. (build_object_call): Likewise. * class.c (convert_to_base): New function. (type_requires_array_cookie): Use BASELINK_FUNCTIONS. (instantiate_type): Handle BASELINKs. * cp-tree.def (BASELINK): New tree code. * cp-tree.h (BASELINK_P): Reimplement. (SET_BASELINK_P): Remove. (BASELINK_BINFO): Reimplement. (BASELINK_FUNCTIONS): Likewise. (BASELINK_ACCESS_BINFO): Likewise. (BASELINK_OPTYPE): Likewise. (convert_to_base): New function. (name_p): Likewise. (build_object_ref): Remove. (build_component_ref_1): Likewise. (build_component_ref): Likewise. (build_x_component_ref): Likewise. (build_class_member_access_expr): New function. (finish_class_member_access_expr): Likewise. (build_ptrmemfunc_access_expr): Likewise. * decl.c (grokdeclarator): Handle BASELINKs. * decl2. (build_expr_from_tree): Handle COMPONENT_REFs by using finish_class_member_access_expr. (arg_assoc): Handle BASELINKs. (do_class_using_decl): Likewise. * error.c (dump_decl): Likewise. (dump_expr): Use build_ptrmemfunc_access_expr. * except.c (dtor_nothrow): Use CLASSTYPE_DESTRUCTORS to find destructors. (build_throw): Use BASELINK_FUNCTIONS. * init.c (perform_member_init): Use build_class_member_access_expr. (build_offset_ref): Handle BASELINKs. Use build_class_member_access_expr. * method.c (hack_identifier): Likewise. * parse.y (do_id): Use BASELINK, not TREE_LIST. (primary): Remove uses of build_object_ref. * pt.c (lookup_template_function): Handle BASELINKs. (resolve_overloaded_unification): Likewise. * search.c (build_baselink): Build a BASELINK, not a TREE_LIST. (lookup_field): Use BASELINK, not TREE_LIST. (lookup_fnfiels): Likewise. (setup_class_bindings): Likewise. * semantics.c (finish_object_call_expr): Do not use build_method_call when we already know what function is being called. * spew.c (identifier_type): Use BASELINK, not TREE_LIST. * tree.c (really_overloaded_fn): Use OVL_CHAIN for OVERLOADs, not TREE_CHAIN. (name_p): New function. * typeck.c (build_object_ref): Remove. (build_component_ref_1): Likewise. (build_x_component_ref): Likewise. (build_class_member_access_expr): New function. (finish_class_member_access_expr): Likewise. (build_ptrmemfunc_access_expr): Likewise. (get_member_function_from_ptrfunc): Use build_ptrmemfunc_access_expr. (build_binary_op): Likewise. (build_unary_op): Likewise. (build_ptrmemfunc): Likewise. (pfn_from_ptrmemfunc): Likewise. * typeck2.c (build_m_component_ref): Adjust comment. * g++.dg/abi/offsetof.C: Tweak error messages. * g++.old-deja/g++.mike/p10769a.C: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56117 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/aix.h (TARGET_ALTIVEC): Define to 0.dje2002-08-083-19/+35
| | | | | | | | | | | (TARGET_ALTIVEC_ABI): Same. (TARGET_ALTIVEC_VRSAVE): Same. * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Check icode not CODE_FOR_nothing. Change switch to if. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56115 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/rs6000.h (ASM_CPU_SPEC): Pass -mpower4 when cpu=power4.amodra2002-08-072-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56113 138bc75d-0d04-0410-961f-82ee72b054a4
* * stor-layout.c (place_union_field): For bitfields ifjakub2002-08-074-0/+83
| | | | | | | | | | PCC_BITFIELD_TYPE_MATTERS and TYPE_USER_ALIGN, set record's TYPE_USER_ALIGN. * gcc.dg/bitfld-3.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56112 138bc75d-0d04-0410-961f-82ee72b054a4
* * pa.c (struct deferred_plabel): Constify name field.danglin2002-08-072-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56110 138bc75d-0d04-0410-961f-82ee72b054a4
* * cppmacro.c (_cpp_builtin_macro_text): Remove unused variable.neil2002-08-072-1/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56109 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (PREFIX_INCLUDE_DIR): Don't define if prefix anddanglin2002-08-073-2/+8
| | | | | | | | local_prefix are the same. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56108 138bc75d-0d04-0410-961f-82ee72b054a4
* * stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGNjakub2002-08-0714-50/+151
| | | | | | | | | | | | | | | | | | | | | | | to type_align when PCC_BITFIELD_TYPE_MATTERS. Only apply ADJUST_FIELD_ALIGN if not DECL_USER_ALIGN resp. TYPE_USER_ALIGN. (place_field): Likewise. * config/i386/i386.c (x86_field_alignment): Don't check DECL_USER_ALIGN here. * config/rs6000/rs6000.c (rs6000_field_alignment): New. * config/rs6000/rs6000-protos.h (rs6000_field_alignment): New prototype. * config/rs6000/rs6000.h (ADJUST_FIELD_ALIGN): Define. * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Remove. * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Remove. * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Remove. * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Remove. * doc/tm.texi (ADJUST_FIELD_ALIGN): Update description. * gcc.dg/i386-bitfield1.c: New test. * g++.dg/abi/bitfield3.C: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56107 138bc75d-0d04-0410-961f-82ee72b054a4
* * regex.c (re_error_msgid): Just use a simple array of strings.dj2002-08-072-81/+33
| | | | | | | | | | (re_compile_pattern): Compensate. (re_comp): Likewise. (re_comp): Likewise. (regerror): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56106 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (c-opts.o, c-common.o, C_AND_OBJC_OBJS): Update.neil2002-08-0722-701/+1152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * c-common.c: Don't include tree-inline.h. (c_common_init_options, c_common_post_options): Move to c-opts.c. * c-common.h (c_common_decode_option): New. * c-decl.c (c_decode_option): Remove. * c-lang.c (LANG_HOOKS_DECODE_OPTION): Use c_common_decode_option. * c-opts.c: New file. * c-tree.h (c_decode_option): Remove. * doc/passes.texi: Update. * objc/objc-act.c (objc_decode_option): Remove. * objc/objc-act.h (objc_decode_option): Remove. * objc/ojbc-lang.c (LANG_HOOKS_DECODE_OPTION): Use c_common_decode_option. cp: * Make-lang.in (CXX_C_OBJS): Update. * cp-lang.c (LANG_HOOKS_DECODE_OPTION): Use c_common_decode_option. * cp-tree.h (cxx_decode_option): Remove. * decl2.c (compare_options, lang_f_options, unsupported_options, cxx_decode_option): Remove. testsuite: * objc.dg/const-str-2.m: Update. * gcc.dg/cpp/c++98.c: Change to C extension. * gcc.dg/cpp/c++98-pedantic.c: Similarly. * gcc.dg/cpp/cpp.exp: Process .C extensions too. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56105 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-07 Chris Demetriou <cgd@broadcom.com>cgd2002-08-072-3/+8
| | | | | | | | * config/mips/mips.md (sunlt_sf, suneq_sf, sunle_sf): Remove dependency on TARGET_DOUBLE_FLOAT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56102 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/sh/lib1funcs.asm (GCC_shcompact_incoming_args): Don'tamylaar2002-08-072-67/+73
| | | | | | | overwrite callee-save registers. Fix comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56101 138bc75d-0d04-0410-961f-82ee72b054a4
* * libsupc++/Makefile.am (LTCOMPILE): Add LIBSUPCXX_PICFLAGS.danglin2002-08-073-54/+18
| | | | | | | * libsupc++/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56099 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-077-7/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56098 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-07 Bryce McKinlay <bryce@waitaki.otago.ac.nz>bryce2002-08-072-22/+200
| | | | | | | | | | * java/lang/ClassLoader.java (getSystemClassLoader, findClass, defineClass, setSigners, getSystemResource, getSystemResourceAsStream, findResource, getResources, findResources): Add javadoc from classpath. (getSystemResources): Implemented. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56092 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-06 Chris Demetriou <cgd@broadcom.com>cgd2002-08-074-4/+64
| | | | | | | | | | | | | | | | | | * config/mips/mips.c (override_options): Set MASK_BRANCHLIKELY in target_flags based on ISA, if it was not set on the command line. Warn if MASK_BRANCHLIKLEY is set but the ISA does not support Branch Likely instructions. * config/mips/mips.h (MASK_BRANCHLIKLEY): New macro. (TARGET_BRANCHLIKELY): Likewise. (TARGET_SWITCHES): Add -mbranch-likely and -mno-branch-likely. (GENERATE_BRANCHLIKELY): Use TARGET_BRANCHLIKELY rather than ISA_HAS_BRANCHLIKELY. (ISA_HAS_BRANCHLIKELY): Do not include MIPS16 check. * doc/invoke.texi: Document new MIPS -mbranch-likely and -mno-branch-likely options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56088 138bc75d-0d04-0410-961f-82ee72b054a4
* * ip2k.c (ip2k_set_compare): Add missing iteration variable.ghazi2002-08-072-0/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56086 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (dummy-conditions.o): Depend on $(HCONFIG_H) notghazi2002-08-072-1/+6
| | | | | | | $(GCONFIG_H). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56085 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-decl.c (duplicate_decls): Error out for incompatible TLSaldyh2002-08-074-0/+35
| | | | | | | | | declarations. * testsuite/gcc.dg/tls/diag-3.c: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56084 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-common.c (c_expand_expr) [STMT_EXPR]: If the last expression isjason2002-08-072-3/+23
| | | | | | | a VAR_DECL with RTL that matches the target, just return that RTL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56083 138bc75d-0d04-0410-961f-82ee72b054a4
* cp/gdr2002-08-075-0/+48
| | | | | | | | | | | * typeck.c (build_x_unary_op): Handle pointer-to-member. testsuite/ * g++.dg/README (Subdirectories): Document new subdir expr. * g++.dg/expr/pmf-1.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56082 138bc75d-0d04-0410-961f-82ee72b054a4
* Mark __func__ with line number 0, to avoid confusing debuggers.dalej2002-08-062-0/+12
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56081 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcov.c: Tidy.nathan2002-08-062-498/+482
| | | | | | | | | | | | | | | (struct line_info, struct coverage): New structures. (gcov_file_name, gcov_file): Remove globals. (output_data): Take source file parameter. Fix memory leak. Break up into ... (init_line_info, output_line_info, make_gcov_file_name, accumulate_branch_counts): ... here. (calculate_branch_probs, function_summary): Adjust. (main): Adjust. (function_*): Remove global variables. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56080 138bc75d-0d04-0410-961f-82ee72b054a4
* * dwarf2out.c: Remove unused macros.neil2002-08-062-17/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56079 138bc75d-0d04-0410-961f-82ee72b054a4
* * function.c (TRAMPOLINE_ALIGNMENT): Always defined.neil2002-08-062-6/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56078 138bc75d-0d04-0410-961f-82ee72b054a4
* * cppinit.c (struct lang_flags): Rename trigraphs std.neil2002-08-068-12/+81
| | | | | | | | | | | | | | | (set_lang): Update. * cpplib.h (struct cpp_options): New member std. * cppmacro.c (_cpp_builtin_macro_text): Use std. (collect_args): Flag whether to swallow a possible future comma pasted with varargs. (replace_args): Use this flag. * doc/cpp.texi: Update varargs extension documentation. testsuite: * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56077 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/mmintrin.h (__m64): Make the type 64-bit aligned.jakub2002-08-062-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56075 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix ChangeLog entry.jakub2002-08-061-3/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56073 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/i386.c (x86_field_alignment): Apply min for all MODE_INTjakub2002-08-064-1/+93
| | | | | | | | | and MODE_CLASS_INT modes. * g++.dg/abi/bitfield3.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56072 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.gcc (*-*-linux*): Default to --enable-threads=posix if nojakub2002-08-062-48/+20
| | | | | | | | | | | | --{enable,disable}-threads is given to configure. (alpha*-*-linux*, hppa*-*-linux*, i[34567]86-*-linux*, x86_64-*-linux*, ia64*-*-linux*, m68k-*-linux*, mips*-*-linux*, powerpc-*-linux-gnualtivec*, powerpc-*-linux*, s390-*-linux*, s390x-*-linux*, sh-*-linux*, sparc-*-linux*, sparc64-*-linux*): Remove thread_file setting here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56071 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/install.texi (Binaries): Update Bull Freeware URL.dje2002-08-062-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56069 138bc75d-0d04-0410-961f-82ee72b054a4
* * g77.texi (Top): Rename Index to Keyword Index.gerald2002-08-062-3/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56068 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/gcc.texi (Top): Rename Index to Keyword Index.gerald2002-08-062-3/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56067 138bc75d-0d04-0410-961f-82ee72b054a4
* Add hppa-openbsd targetnickc2002-08-062-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56066 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-067-7/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56065 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc:nathan2002-08-056-100/+94
| | | | | | | | | | | * gcov.c (output_data): Round to % to nearest, tweak formatting. testsuite: * lib/gcov.exp: Tweak expected line formats. * gcc.misc-tests/gcov8.c: New test. * gcc.misc-tests/gcov8.x: New flags. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56059 138bc75d-0d04-0410-961f-82ee72b054a4
* * fold-const.c (associate_trees): Only optimize NEGATE_EXPR in onejakub2002-08-054-8/+38
| | | | | | | | | of the operands into MINUS_EXPR if code is PLUS_EXPR. * gcc.c-torture/execute/20020805-1.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56058 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud