- 19 Jan, 2001 2 commits
-
-
From-SVN: r39125
David Billinghurst committed -
2001-01-19 Gabriel Dos Reis <gdr@codesourcery.com> * testsuite/17_intro: Prepare testcases for new style DejaGnu framework. From-SVN: r39124
Gabriel Dos Reis committed
-
- 18 Jan, 2001 21 commits
-
-
2001-01-18 Per Bothner <per@bothner.com> * gcj.texi (Input Options): Mention .java files. From-SVN: r39123
Per Bothner committed -
From-SVN: r39122
Nathan Sidwell committed -
cp: * typeck.c (build_modify_expr): Say `initialization' for INIT_EXPRs. * init.c (build_default_init): Convert to enumeral type, if needed. testsuite: * g++.old-deja/g++.other/init17.C: New test. From-SVN: r39121
Nathan Sidwell committed -
From-SVN: r39120
Richard Kenner committed -
* parse.y (nomods_initdcl0): Properly set things up for initdcl0_innards. From-SVN: r39119
Jakub Jelinek committed -
* flow.c (mark_set_1, case PARALLEL): Now case; rework to allow entry to be EXPR_LIST. * rtlanal.c (reg_overlap_mentioned_p): Allow PARALLEL in SET to be an EXPR_LIST (but not null, which other code doesn't allow). (note_stores): Properly handle PARALLEL in SET. Recursively call for top-level PARALLEL. * sched-deps.c (sched_analyze_1): Handle EXPR_LIST in PARALLEL in SET. * sched-rgn.c (check_live_1, update_live_1): Likewise. From-SVN: r39118
Richard Kenner committed -
From-SVN: r39117
Richard Kenner committed -
From-SVN: r39116
Alexandre Oliva committed -
cp: * pt.c (UNIFY_ALLOW_OUTER_LEVEL): New unify flag. (type_unification_real): Set it. (unify): Use it. testsuite: * g++.old-deja/g++.pt/unify8.C: New test. From-SVN: r39115
Nathan Sidwell committed -
cp: * decl.c (finish_destructor_body): Convert to vbase pointer here. testsuite: * g++.old-deja/g++.abi/vbase1.C: New test. From-SVN: r39114
Nathan Sidwell committed -
cp: * semantics.c (begin_class_definition): Check we're not inside a template parm list. testsuite: * g++.old-deja/g++.pt/crash65.C: New test. From-SVN: r39113
Nathan Sidwell committed -
cp: * tree.c (walk_tree, TREE_LIST): Don't walk the TREE_PURPOSE of BASELINK_P. From-SVN: r39112
Nathan Sidwell committed -
From-SVN: r39111
Jeff Law committed -
2001-01-17 Loren J. Rittle <ljrittle@acm.org> * mkcheck.in: Construct file names that match $objdir structure. * testsuite/27_io/filebuf_members-1.txt: New file. * testsuite/27_io/ifstream_members-1.txt: New file. * testsuite/27_io/ostream_inserter_char-1.txt: New file. * testsuite/27_io/ios_base_members_static.cc (test02): Add test. * testsuite/27_io/ios_base_members_static-1.tst: Add expected output. From-SVN: r39110
Benjamin Kosnik committed -
From-SVN: r39109
Neil Booth committed -
* cpplib.c (_cpp_handle_directive): Use buffer->was_skipping, not pfile->skipping (== 0). From-SVN: r39108
Neil Booth committed -
2001-01-17 Alexandre Petit-Bianco <apbianco@cygnus.com> * lang-options.h (-Wunsupported-jdk11): Removed. * lang.c (flag_not_overriding): Deleted. (flag_static_local_jdk1_1): Likewise. (lang_W_options): Removed "unsupported-jdk11" entry. * parse.y (java_check_methods): Removed dead code. (http://gcc.gnu.org/ml/gcc-patches/2001-01/msg01479.html) From-SVN: r39107
Alexandre Petit-Bianco committed -
2001-01-17 Jeffrey Oldham <oldham@codesourcery.com> * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases are supported. From-SVN: r39106
Jeffrey Oldham committed -
From-SVN: r39105
Mark Wielaard committed -
2001-01-18 Gabriel Dos Reis <gdr@codesourcery.com> * testsuite/libstdc++.tests, testsuite/lib: New directories. From-SVN: r39104
Gabriel Dos Reis committed -
* gcj.texi (Input Options): Don't mention input files. (Code Generation): Updated --main information. (Invoking jcf-dump): Mention that --javap is incomplete. From Alexandre Petit-Bianco: (Warnings): Don't mention -Wunsupported-jdk11. My stuff: (Compatibility): Mention JDK 1.2-ness of libraries. (Resources): Mention resources used when writing gcj. From-SVN: r39103
Tom Tromey committed
-
- 17 Jan, 2001 17 commits
-
-
From-SVN: r39102
Nick Clifton committed -
* gcj.texi: New file. * Make-lang.in ($(srcdir)/java/gcj.info): New target. (java.info): Depend on gcj.info. (java/gcj.dvi): New target. (java.dvi): Depend on gcj.dvi. (java.install-info): Wrote. From-SVN: r39101
Tom Tromey committed -
From-SVN: r39100
Nick Clifton committed -
* invoke.texi (IA-64 options): Improve. From-SVN: r39099
Jim Wilson committed -
* invoke.texi (Optimize Options): Use `{}' to around @samp argument. From-SVN: r39098
Tom Tromey committed -
From-SVN: r39097
Aldy Hernandez committed -
From-SVN: r39096
Aldy Hernandez committed -
* g++.old-deja/g++.other/builtins1.C: New test. * g++.old-deja/g++.other/builtins2.C: Likewise. * g++.old-deja/g++.other/builtins3.C: Likewise. * g++.old-deja/g++.other/builtins4.C: Likewise. From-SVN: r39095
Kaveh R. Ghazi committed -
* combine.c (try_combine): Don't set i3_subst_into_i2 for case of making new double-word constant. Revert last change: instead just test i3_subst_into_i2. From-SVN: r39094
Richard Kenner committed -
* config/i386/i386.md (cmpqi_minus_1): Use q constraints instead of r. * gcc.c-torture/compile/20010117-2.c: New test. From-SVN: r39093
Jakub Jelinek committed -
* config/i386/i386.md (cmpqi_minus_1): Use {b} for QImode operation. * gcc.c-torture/compile/20010117-1.c: New test. From-SVN: r39092
Jakub Jelinek committed -
* java/lang/Class.h (isInterface): Move implementation from natClass.cc. Declare inline. (Class): Add default constructor. * java/lang/Object.h: Update comments. * java/lang/natClass.cc (initializeClass): Use _Jv_InitClass to initialize superclass, saving a call if super is already initialized. From-SVN: r39091
Bryce McKinlay committed -
From-SVN: r39090
Jeff Law committed -
2001-01-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de> * testsuite/27_io/istream_sentry.cc (test02): Fix. From-SVN: r39089
Peter Schmid committed -
2001-01-16 Alexandre Petit-Bianco <apbianco@cygnus.com> * prims.cc (init_prim_class): Deleted. (DECLARE_PRIM_TYPE): Rewritten. * java/lang/Class.h (stdio.h): Include removed. (stddef.h): Included. (java/lang/reflect/Modifier.h): Likewise. (Class): Contructor now takes arguments, initializes fields. (initializePrim): Prototype deleted. * java/lang/natClass.cc (initializePrim): Deleted. (http://sources.redhat.com/ml/java-patches/2001-q1/msg00081.html) From-SVN: r39088
Alexandre Petit-Bianco committed -
2001-01-16 Benjamin Kosnik <bkoz@redhat.com> libstdc++/1605 * include/bits/ios_base.h (ios_base::failure): Tighten up throw specs. * src/ios.cc (ios_base::failure): Make definitions match. * libsupc++/typeinfo (class bad_typeid): Add throw specs. (class bad_cast): Same. * libsupc++/exception (class exception): Add throw specs. * libsupc++/exception_support.cc (set_terminate): Add throw specs. (set_unexpected): Same. (uncaught_exception): Same. (what): Same. * docs/html/17_intro/C++STYLE (classname): Fix. From-SVN: r39087
Benjamin Kosnik committed -
* src/gen-num-limits.cc (INSTANTIATIONS): New macro. Use it do explicitly instantiate predicate<T> and value<T> for all the builtin Ts. From-SVN: r39086
Mark Mitchell committed
-