- 01 Feb, 2001 10 commits
-
-
* configure.in (toplevel_srcdir, auxdir): Set. * acinclude.m4 (glibcpp_basedir): Set based on auxdir. * aclocal.m4, configure, Makefile.in: Rebuilt. * libio/Makefile.in, math/Makefile.in, src/Makefile.in: Likewise. * libsupc++-v3/Makefile.am (INCLUDES): Use toplevel_srcdir. * libsupc++-v3/Makefile.in: Rebuilt. * libsupc++-v3/configure.in, libsupc++-v3/configure: Removed. * libsupc++-v3/aclocal.m4, libsupc++-v3/config.h.in: Likewise. From-SVN: r39395
Alexandre Oliva committed -
From-SVN: r39394
Neil Booth committed -
* cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader. * cpplex.c (_cpp_lex_token): New token picks up the saved flags, and AVOID_LPASTE is cleared on meeting an unescaped newline. * cppmacro.c (builtin_macro): Set builtin flags here. (paste_all_tokens): Preserve AVOID_LPASTE on pasted token. (replace_args): Clarify intent. (cpp_get_token): Macro expansion tokens get the saved flags. Update. * cppmain.c (scan_buffer): Remove now-redundant print.printed check. From-SVN: r39393
Neil Booth committed -
2001-02-01 Jeffrey Oldham <oldham@codesourcery.com> * config/mips/iris6.h (SUPPORTS_INIT_PRIORITY): Reverse change of 2001-Jan-29. From-SVN: r39392
Jeffrey Oldham committed -
builtins.c (expand_builtin_alloca): allocate_dynamic_stack_space returns Pmode pseudo, but we need ptr_mode. * builtins.c (expand_builtin_alloca): allocate_dynamic_stack_space returns Pmode pseudo, but we need ptr_mode. * explow.c (allocate_dynamic_stack_space): Use plus_constant. Remove bogus conversions; use HOST_WIDE_INT for size. Don't use TARGET if wrong mode. From-SVN: r39390
Richard Kenner committed -
i386.c (ix86_compute_frame_size): Allow stack_alignment_needed to be non-default even if size is zero. * config/i386/i386.c (ix86_compute_frame_size): Allow stack_alignment_needed to be non-default even if size is zero. From-SVN: r39389
Richard Kenner committed -
2001-01-30 Alexandre Petit-Bianco <apbianco@cygnus.com> * jcf-parse.c (init_jcf_parse): Added cast to ggc_add_root's last argument. * parse.y (finish_method_declaration): Code accounting for WFLed method DECL_NAMEs deleted. (check_abstract_method_definitions): Likewise. (resolve_type_during_patch): Layout resolved type. * typeck.c (lookup_do): Removed unused local. (http://gcc.gnu.org/ml/gcc-patches/2001-02/msg00005.html) From-SVN: r39388
Alexandre Petit-Bianco committed -
From-SVN: r39387
Jeff Law committed -
* (hppa_init_pic_save): Emit the pic offset table reg save after last_parm_insn. * pa.c (hppa_init_pic_save): New function. * pa.h (hppa_init_pic_save): Declare. * pa.md (call, call_value, sibcall, sibcall_value): Use the above instead of duplicated code. From-SVN: r39386
Alan Modra committed -
* pa.c (hppa_encode_label): Correct size of alloca buffer so we don't overrun it. Correct leading `*' case. * pa.h (STRIP_NAME_ENCODING): Simplify now that we don't need to handle `*@'. (FUNCTION_NAME_P): Likewise. From-SVN: r39385
Alan Modra committed
-
- 31 Jan, 2001 27 commits
-
-
From-SVN: r39384
Richard Henderson committed -
* config/float-i128.h (FLT_EVAL_METHOD, DECIMAL_DIG): Define. * config/float-i32.h: Likewise. * config/float-i64.h: Likewise. * config/float-sh.h: Likewise. * config/float-sparc.h: Likewise. From-SVN: r39383
Richard Henderson committed -
From-SVN: r39382
DJ Delorie committed -
expmed.c (extract_bit_field): allow non-integral modes if we want to extract a whole register from itself. * expmed.c (extract_bit_field): allow non-integral modes if we want to extract a whole register from itself. From-SVN: r39381
DJ Delorie committed -
* c-typeck.c (set_init_index): If first is equal to last, assume as if it was not a range at all. * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range. From-SVN: r39380
Jakub Jelinek committed -
* Makefile.in: Rebuilt. * Makefile.am (LTCXXCOMPILE): New macro. From-SVN: r39379
Tom Tromey committed -
2001-01-31 Jeffrey Oldham <oldham@codesourcery.com> * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and DECIMAL_DIG cases for Irix." From-SVN: r39378
Jeffrey D. Oldham committed -
2001-01-31 Jeffrey Oldham <oldham@codesourcery.com> * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and DECIMAL_DIG cases for Irix." From-SVN: r39377
Jeffrey D. Oldham committed -
From-SVN: r39376
Richard Kenner committed -
From-SVN: r39375
Alexandre Oliva committed -
From-SVN: r39374
J"orn Rennecke committed -
* config/fp-bit.c: Include hconfig.h (float_to_si): Don't assume SImode is 32-bits wide. (float_to_usi): Likewise. From-SVN: r39373
Alexandre Oliva committed -
* c-parse.in (structsp): Pedwarn when "enum foo" refers to an incomplete type. (typename): Call pending_xref_error after parsing typed_typespecs. * c-decl.c (lookup_tag): Give error immediately rather than leaving it pending if the tag of the wrong type is in the same binding level. (xref_tag): Don't pedwarn for forward declarations of enum types here. * gcc.texi (Actual Bugs): Remove entry for misuse of struct, union and enum tags. testsuite: * gcc.dg/c99-tag-1.c: New test. From-SVN: r39372
Joseph Myers committed -
From-SVN: r39371
Alexandre Oliva committed -
From-SVN: r39370
Jeff Law committed -
From-SVN: r39369
Neil Booth committed -
* cpplib.c (T_ELIF): Move to STDC89, not that it matters. (_cpp_handle_directive): Suggest not using #elif with -Wtraditional. From-SVN: r39368
Neil Booth committed -
* gcc.dg/cpp/avoidpaste1.c: Update. * gcc.dg/cpp/paste4.c: Update. From-SVN: r39367
Neil Booth committed -
* cpphash.h (struct cpp_reader): New saved_flags. * cppmacro.c (cpp_get_token): Use saved_flags to remember to avoid a paste after a pasted token. From-SVN: r39366
Neil Booth committed -
* libgcc2.h (Wtype_MAX, Wtype_MIN): Define. * libgcc2.c (__fixunssfSI, __fixunsdfSI, __fixunsxfSI): Use Wtype_MIN instead of LONG_MIN. From-SVN: r39365
Alexandre Oliva committed -
From-SVN: r39363
Jeffrey D. Oldham committed -
2001-01-30 Jeffrey Oldham <oldham@codesourcery.com> * fixinc/fixincl.tpl: Add 2001 to copyright. Change name of README file. * fixinc/fixincl.x: Regenerated. * fixinc/inclhack.def (irix_limits_const): New definition to convert "const" to "__const" in limits.h. From-SVN: r39362
Jeffrey D. Oldham committed -
2001-01-30 Jeffrey Oldham <oldham@codesourcery.com> * fixinc/genfixes (AG): Fix "autogen4" thinko. From-SVN: r39361
Jeffrey Oldham committed -
2001-01-30 Jeffrey Oldham <oldham@codesourcery.com> * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG cases for Irix. From-SVN: r39360
Jeffrey Oldham committed -
* Makefile.in.in (distclean): Also remove *.gmo during `make distclean`. From-SVN: r39359
Gerald Pfeifer committed -
* regmove.c (try_auto_increment): Change REG_DEAD into REG_UNUSED when register dies in the insn. From-SVN: r39358
Herman A.J. ten Brugge committed -
From-SVN: r39357
Gerald Pfeifer committed
-
- 30 Jan, 2001 3 commits
-
-
From-SVN: r39356
Neil Booth committed -
* combine.c (try_combine): Fix SUBREG setting for HOST_BITS_PER_WIDE_INT >= 2 * BITS_PER_WORD. From-SVN: r39355
Alexandre Oliva committed -
(INIT_FPE): Use a direct system call to set the handler. From-SVN: r39354
Andrew Haley committed
-