- 02 Jun, 2003 19 commits
-
-
2003-06-02 Paolo Carlini <pcarlini@unitus.it> * include/bits/sstream.tcc (pbackfail): Minor clean up and reformatting, consistent with basic_filebuf::pbackfail. From-SVN: r67342
Paolo Carlini committed -
2003-06-02 Richard Kreckel <Richard.Kreckel@GiNaC.DE> PR libstdc++/11062 * config/cpu/mips/atomicity.h: Change __attribute__ ((unused)) to __attribute__ ((__unused__)). * config/os/aix/atomicity.h: Likewise. From-SVN: r67340
Richard Kreckel committed -
2003-06-02 Paolo Carlini <pcarlini@unitus.it> PR libstdc++/9761 * include/bits/fstream.tcc (pbackfail): If the pback buffer is already active don't try to store in it a second char. * testsuite/27_io/basic_filebuf/pbackfail/char/9761.cc: New. * include/bits/fstream.tcc (pbackfail): Add unbuffered bits. From-SVN: r67337
Paolo Carlini committed -
2003-06-02 Paolo Carlini <pcarlini@unitus.it> * testsuite/27_io/basic_stringbuf/seekpos/char/3.cc: Tweak line spacing. From-SVN: r67336
Paolo Carlini committed -
From-SVN: r67335
Nick Clifton committed -
std_fstream.h (_M_destroy_pback): Use _M_in_beg instead of unnecessarily taking the address of _M_pback. 2003-06-02 Paolo Carlini <pcarlini@unitus.it> * include/std/std_fstream.h (_M_destroy_pback): Use _M_in_beg instead of unnecessarily taking the address of _M_pback. (xsgetn): Simplify slightly for a single char pback buffer. 2003-06-02 Paolo Carlini <pcarlini@unitus.it> * include/bits/sstream.tcc (seekoff): Remove four unnecessary variables and two 'if', clean up. 2003-06-02 Paolo Carlini <pcarlini@unitus.it> * include/bits/sstream.tcc (seekpos): Test against _M_out_lim not _M_out_end, since the former actually points to the string end (vs buffer end). * testsuite/27_io/basic_stringbuf/seekpos/char/3.cc: New. From-SVN: r67334
Paolo Carlini committed -
* gcc.dg/cpp/truefalse.cpp: Move it to ... * g++.dg/cpp/truefalse.C: Here. * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files. From-SVN: r67333
Mark Mitchell committed -
* emit-rtl.c (gen_complex_constant_part): Remove unnecessary test of TREE_CONSTANT_POOL_ADDRESS_P. Co-Authored-By: Zack Weinberg <zack@codesourcery.com> From-SVN: r67331
Roger Sayle committed -
* mips.c: Don't include output.h twice. * stormy16.c: Likewise. * xtensa.c: Likewise. * output.h: Protect against multiple inclusion. From-SVN: r67330
Kaveh R. Ghazi committed -
* sh.h (OLD_ARG_MODE): New macro. (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it. (FUNCTION_ARG_1): Break out of: (FUNCTION_ARG). Use OLD_ARG_MODE. From-SVN: r67329
J"orn Rennecke committed -
From-SVN: r67328
Nick Clifton committed -
From-SVN: r67327
Kazuhiro Inaoka committed -
* Makefile.in (c-options.c): Pass in $(AWK) to opts.sh. (mostlyclean): Delete c-options.c and c-options.h. From-SVN: r67326
Kaveh R. Ghazi committed -
* c-opts.c (CL_REJECT_NEGATIVE): New. (c_common_decode_option): Update to use it. * c.opt: Update documentation; use RejectNegative. * opts.sh: Handle RejectNegative. From-SVN: r67325
Neil Booth committed -
From-SVN: r67324
Ben Elliston committed -
* ggc-page.c (init_ggc): Give better diagnostics on failure to open /dev/zero. * toplev.c (crash_signal): Reset handling for received signal to SIG_DFL. From-SVN: r67323
Zack Weinberg committed -
2003-06-02 Ben Elliston <bje@wasabisystems.com> * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare. (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already defined. (arm_use_dfa_pipeline_interface): Implement. * config/arm/arm.md (arm): New automaton. (write_buf): Remove function units; new cpu unit. (write_blockage): Remove function units; new cpu unit. (core): Remove function units; new cpu unit. (r_mem_f_wbuf): New instruction reservation. (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise. (store1_ldsched, store2, store3, store4): Likewise. (load_ldsched, load_ldsched_xscale, load_or_store): Likewise. (mult, mult_ldsched, mult_ldsched_strongarm): Likewise. (multi_cycle, single_cycle): Likewise. * config/arm/fpa.md (armfp): New automaton. (fpa): Remove function units; new cpu unit. (fpa_mem): Remove function unit; new cpu unit. (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations. (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise. From-SVN: r67322
Ben Elliston committed -
* builtin-attrs.def (ATTR_ASM_FPRINTF): New. * c-format.c (enum format_type): Add asm_fprintf_format_type. (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs, asm_fprintf_flag_pairs, asm_fprintf_char_table): New. (format_types_orig): Renamed from format_types. Add new data. (format_types): Declare as pointer. (handle_format_attribute): Move later in file so we have all necessary declarations. Add section to capture HOST_WIDE_INT. * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New. (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF. From-SVN: r67319
Kaveh R. Ghazi committed -
From-SVN: r67317
GCC Administrator committed
-
- 01 Jun, 2003 21 commits
-
-
From-SVN: r67314
Andreas Jaeger committed -
* doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT. * stor-layout.c (finalize_record_size): Remove usages of ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT. (finalize_type_size): Likewise. (layout_type): Likewise. * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT. ada: * utils.c (finish_record_type): Remove usages of ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT. From-SVN: r67313
Andreas Jaeger committed -
From-SVN: r67312
Andreas Jaeger committed -
From-SVN: r67311
Andreas Jaeger committed -
* emit-rtl.c (gen_lowpart_common): Handle interpreting integer constants as condition code values. Co-Authored-By: Geoffrey Keating <geoffk@apple.com> Co-Authored-By: John David Anglin <dave.anglin@nrc-cnrc.gc.ca> From-SVN: r67309
Roger Sayle committed -
From-SVN: r67308
DJ Delorie committed -
cppmacro.c (warn_of_redefinition): Handle cases where the two definitions have different numbers of tokens. * cppmacro.c (warn_of_redefinition): Handle cases where the two definitions have different numbers of tokens. * gcc.dg/cpp/redef3.c: New file. From-SVN: r67307
DJ Delorie committed -
2003-06-01 Andreas Jaeger <aj@suse.de> * gen-protos.c (main): Readd unused attribute for argc. From-SVN: r67306
Andreas Jaeger committed -
* Makefile.in (c-options.c, c-options.h): Parallel make safe. * c.opt: End in blank line. * opts.sh: Take AWK from environment if available; use C locale. From-SVN: r67305
Neil Booth committed -
From-SVN: r67304
Andreas Schwab committed -
From-SVN: r67303
Andreas Jaeger committed -
PR target/11044 * config/i386/i386.md (length attribute): Set length to 4 for instructions of type "fcmp". From-SVN: r67300
Eric Botcazou committed -
* toplev.c: Use ISO C90 prototypes. * toplev.h: Use ISO C90 prototypes. From-SVN: r67299
Andreas Jaeger committed -
* genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code. Remove #if 0'ed function simplify_by_alternatives. (optimize_attrs): Remove #if 0'ed code. Remove ^L. Use ISO C90 prototypes. (make_canonical): Remove #if 0'ed code. (convert_const_symbol_ref): Remove #if 0'ed function. From-SVN: r67298
Andreas Jaeger committed -
* genrecog.c: Use ISO C90 prototypes. (nodes_identical): Correct declaration to match prototype. (maybe_both_true): Likewise. (merge_trees): Likewise. * genpeep.c (gen_peephole): Remove #if 0 code. Use ISO C90 prototypes. * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code. Remove #if 0'ed function simplify_by_alternatives. (optimize_attrs): Remove #if 0'ed code. Remove ^L. Use ISO C90 prototypes. (make_canonical): Remove #if 0'ed code. (convert_const_symbol_ref): Remove #if 0'ed function. * gen-protos.c (main): Check for argument. * rtl.h: Use ISO C90 prototypes for functions from lists.c. * params.h: Use ISO C90 prototypes. * params.c: Likewise. * intl.c: Likewise. * intl.h: Likewise. * lists.c: Likewise. * errors.c: Likewise. * errors.h: Likewise. * gencodes.c: Likewise. * genpreds.c: Likewise. * genattr.c: Likewise. * gen-protos.c: Likewise. * genflags.c: Likewise * genconditions.c: Likewise. * genautomata.c: Likewise. * gencheck.c: Likewise. * genconfig.c: Likewise. * genconstants.c: Likewise. * genemit.c: Likewise. * genextract.c: Likewise. * gengenrtl.c: Likewise. * gengtype.c: Likewise. * gengtype.h: Likewise. * genopinit.c: Likewise. * genoutput.c: Likewise. * gensupport.c: Likewise. * gensupport.h: Likewise. From-SVN: r67296
Andreas Jaeger committed -
2003-06-01 Bud Davis <bdavis9659@comcast.net> * ste.c (ffeste_R838): Handle ERROR_MARK. (ffeste_R839): Ditto. From-SVN: r67295
Bud Davis committed -
* sdbout.h: Use ISO C90 prototypes. * sdbout.c (CONTIN): Removed empty macro. (sdbout_one_type): Remove CONTIN usages. Remove ^Ls. (tag_of_ru_type): Remove #if 0'ed function. (sdbout_symbol): Remove #if 0'ed code. (sdbout_one_type): Remove a #if 1. (sdbout_one_type): Remove #if 0'ed code. (sdbout_init): Remove RMS_QUICK_HACK_1 code. Remove PARAMS, use ISO C90 prototypes for all functions. From-SVN: r67294
Andreas Jaeger committed -
From-SVN: r67293
Josef Zlomek committed -
From-SVN: r67291
Neil Booth committed -
From-SVN: r67290
Aldy Hernandez committed -
2003-06-01 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require TARGET_SPE for SPE_VECTOR_MODE. From-SVN: r67289
Aldy Hernandez committed
-