- 25 Jul, 2000 4 commits
-
-
Sorry - forgot changelog entry. From-SVN: r35243
Toon Moene committed -
2000-07-25 Toon Moene <toon@moene.indiv.nluug.nl> * 20000630-2.x: Removed. Case fixed. From-SVN: r35242
Toon Moene committed -
From-SVN: r35241
Jeff Law committed -
* config/ia64/ia64.c (ia64_print_operand): Handle "%,". * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): Likewise. * config/ia64/ia64.md (movdi_internal): Use it. From-SVN: r35240
Richard Henderson committed
-
- 24 Jul, 2000 23 commits
-
-
* cppexp.c: Warn about unary + if -Wtraditional. * cpplex.c (lex_line): Always set BOL on the first token of a line. From-SVN: r35239
Zack Weinberg committed -
From-SVN: r35238
Eric Christopher committed -
From-SVN: r35237
Michael Meissner committed -
2000-07-18 Eric Christopher <echristo@redhat.com> * gcc.c-torture/compile/20000718-1.c: New test. From-SVN: r35236
Eric Christopher committed -
2000-07-24 Benjamin Kosnik <bkoz@purist.soma.redhat.com> * bits/istream.tcc (getline): Tweaks. From-SVN: r35235
Benjamin Kosnik committed -
* gcc.c-torture/execute/20000722-1.x: New, testcase fails. * gcc.c-torture/execute/20000722-1.c: New. * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1. From-SVN: r35234
Geoff Keating committed -
dwarf2out_frame_debug_expt. From-SVN: r35233
Nick Clifton committed -
* dwarf2out.c: Complain if DWARF2_DEBUGGING_INFO is defined without UNALIGNED_INT_ASM_OP. (def_cfa_1): Don't emit def_cfa_register or def_cfa_offset to adjust a location expression. (dwarf2out_frame_debug_expr): Lose cfa_old_reg stuff. Don't assume indirect access if we're saving the CFA address exactly. From-SVN: r35232
Jason Merrill committed -
From-SVN: r35231
Jason Merrill committed -
From-SVN: r35230
Jason Merrill committed -
* tradcpp.c (main): Update max_include_len for cpp_include_defaults as well. From-SVN: r35229
Jakub Jelinek committed -
From-SVN: r35228
Michael Meissner committed -
2000-07-23 Brent Verner <brent@rcfile.org> * bits/istream.tcc: istream::getline(char_type*, streamsize, char_type) make compliant * testsuite/27_io/istream_unformatted.cc: test for compliant behavior 2000-07-23 Benjamin Kosnik <bkoz@haight.constant.com> * acinclude.m4 (enable_cshadow_headers): Fix problems with blddir and srcdir used to define CSHADOW_INCLUDES.. * configure.in: For consistency, change .sanity_warned to stamp-sanity-warned. * acinclude.m4: Tweak formatting. * Makefile.am (check): Call mkcheck with full pathname for build directory... (check-install): And here. * Makefile.in: Regenerate. From-SVN: r35227
Benjamin Kosnik committed -
* gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not needed by our gcse pass anymore. (free_pre_mem): Corresponding changes. (compute_pre_data): Do not call compute_transpout anymore. From-SVN: r35226
Jeffrey A Law committed -
* gcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'. (free_avail_expr_mem, alloc_pre_mem, free_pre_mem): Corresponding changes. From-SVN: r35225
Jeffrey A Law committed -
* gcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here. (compute_pre_data): Do it here instead. From-SVN: r35224
Jeffrey A Law committed -
From-SVN: r35223
Jakub Jelinek committed -
* gcse.c (alloc_pre_mem, free_pre_mem): Delete unused bitmap 'temp_bitmap'. (pre_delete): Corresponding changes. From-SVN: r35222
Jeffrey A Law committed -
From-SVN: r35221
Jeff Law committed -
* Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC). (configure-target-libchill, configure-target-libobjc): Likewise. From-SVN: r35220
Alexandre Oliva committed -
* configure.in: Use the same cache file for all target libs. * config-ml.in: But different cache files per multilib variant. From-SVN: r35219
Alexandre Oliva committed -
* configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*. * configure: Rebuilt. From-SVN: r35218
Alexandre Oliva committed -
From-SVN: r35217
Alexandre Oliva committed
-
- 23 Jul, 2000 13 commits
-
-
* Make-lang.in: Put $(build_exeext) suffix on programs which run on the build machine. From-SVN: r35216
David Billinghurst committed -
c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN to figure out whether or not a variable has already been... * c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN to figure out whether or not a variable has already been emitted. * decl.c (make_rtl_for_nonlocal_decl): Rework. * pt.c (lookup_template_class): Ensure that TYPE_CONTEXT is set correctly. From-SVN: r35215
Mark Mitchell committed -
From-SVN: r35214
Jason Eckhardt committed -
Sun Jul 23 14:49:12 2000 Jason Eckhardt <jle@cygnus.com> * config/i860/i860.md (untyped_call expander): Use GEN_CALL instead of gen_call. From-SVN: r35213
Jason Eckhardt committed -
* configure.in (AC_CHECK_HEADERS): Add time.h. (AC_HEADER_TIME): Add check. * configure, config.in: Regenerate. * getruntime.c: Portably #include <sys/time.h> and/or <time.h>. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r35212
Michael Sokolov committed -
* configure.in (AC_CHECK_HEADERS): Add limits.h. * configure, config.in: Regenerate. * sort.c: Portably #include <limits.h> and/or <sys/param.h>. * strtol.c, strtoul.c: #include "config.h". Portably #include <limits.h> and/or <sys/param.h>. * Makefile.in (strtol.o, strtoul.o): Update dependencies. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r35211
Michael Sokolov committed -
* cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge allocating ctor mangling. (demangle_array_type): Handle empty and non-constant array length. From-SVN: r35210
Alex Samuel committed -
From-SVN: r35209
George Helffrich committed -
2000-07-23 Oskar Liljeblad <osk@hem.passagen.se> * java/io/StreamTokenizer.java: Merged with classpath. From-SVN: r35208
Oskar Liljeblad committed -
From-SVN: r35207
Michael Sokolov committed -
From-SVN: r35206
Aldy Hernandez committed -
From-SVN: r35205
Aldy Hernandez committed -
c-typeck.c (c_expand_start_case): Change -Wtraditional pedwarn for `long' switch expression into a plain warning. * c-typeck.c (c_expand_start_case): Change -Wtraditional pedwarn for `long' switch expression into a plain warning. From-SVN: r35204
Joseph Myers committed
-