aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-05-01re PR ada/10546 (GCC 3.3, Ada tasking not working on Red Hat Linux 9)Laurent Guerby2-17/+22
2003-05-01 Laurent Guerby <guerby@acm.org> PR ada/10546 * 5iosinte.ads: Increase pthread_cond_t size to match recent LinuxThread and NPTL version, merge from ACT. From-SVN: r66327
2003-05-01dwarf2out.c (dwarf2out_init, [...]): Change parameter name from input_filename.Nathan Sidwell4-9/+19
* dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter name from input_filename. f: * ste.c (struct gbe_block): Rename field from input_filename. (ffeste_start_block_, ffeste_start_stmt_): Likewise. From-SVN: r66326
2003-05-01re PR c++/8772 (misleading diagnostic for template template parameter)Kriang Lerdsuwanakij4-0/+32
PR c++/8772 * pt.c (convert_template_argument): Correct diagnostic. * g++.dg/template/ttp5.C: New test. From-SVN: r66324
2003-05-01Regenerated with autoconf 2.13.Richard Sandiford1-9350/+4020
From-SVN: r66323
2003-05-01stdio_filebuf.h (stdio_filebuf(int, std::ios_base::openmode, bool, size_t), ↵Paolo Carlini2-18/+15
[...]): Shorten a bit (-10 lines) by factoring out some code. 2003-05-01 Paolo Carlini <pcarlini@unitus.it> * include/ext/stdio_filebuf.h (stdio_filebuf(int, std::ios_base::openmode, bool, size_t), stdio_filebuf(std::__c_file*, std::ios_base::openmode, size_t)): Shorten a bit (-10 lines) by factoring out some code. From-SVN: r66320
2003-05-01Missed commit file.Eric Christopher1-2/+2
From-SVN: r66319
2003-05-01Merge from rewrite branch.Eric Christopher15-8223/+13649
From-SVN: r66318
2003-05-01g++-dg.exp (g++-dg-test): Add "repo" option.Mark Mitchell3258-6105/+6567
* lib/g++-dg.exp (g++-dg-test): Add "repo" option. (dg-gpp-additional-sources): New function. (dg-gpp-additional-files): Likewise. * lib/g++.exp (additional_sources): New variable. (additional_files): Likewise. (g++_target_compile): Deal with them. * lib/old-dejagnu.exp: Remove. * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp. * g++.old-deja: Revise all tests to use dg commands. From-SVN: r66317
2003-04-30* builtins.def (BUILTIN_CONSTANT_P): Mark as constant.Diego Novillo2-1/+5
From-SVN: r66316
2003-05-01tree-inline.c (inlinable_function_p): Back out last change, it's unnecessary.Geoffrey Keating2-7/+5
* tree-inline.c (inlinable_function_p): Back out last change, it's unnecessary. From-SVN: r66315
2003-05-01Daily bump.GCC Administrator2-2/+2
From-SVN: r66314
2003-04-30ggc-page.c (TREE_EXP_SIZE): Define.Steven Bosscher2-0/+10
* ggc-page.c (TREE_EXP_SIZE): Define. (extra_order_size_table): New entry for expr trees with two operands. From-SVN: r66306
2003-04-30* stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.Richard Kenner2-0/+3
From-SVN: r66305
2003-04-30c-common.c (if_elt): Use location_t in lieu of "file, line" pair.Gabriel Dos Reis2-10/+13
* c-common.c (if_elt): Use location_t in lieu of "file, line" pair. (c_expand_start_cond): Adjust. (c_expand_end_cond): Don't use warning_with_file_and_file. (shadow_warning): Likewise. From-SVN: r66304
2003-04-30parse.y (make_plus_expression): New function.Steven Bosscher3-108/+82
* parse.y (make_plus_expression): New function. (expression:): Use make_plus_expression for PLUS, MINUS, ASSIGN and EQUALS. * tree1.c (treelang_decode_option): Don't fall through to options that start with a different character when an option was not recognized. From-SVN: r66303
2003-04-30Make-lang.in (parse.c): Reorder bison arguments for POSIXLY_CORRECT.Nathan Sidwell3-3/+7
* Make-lang.in (parse.c): Reorder bison arguments for POSIXLY_CORRECT. * treetree.c: Do not #include parse.h. From-SVN: r66301
2003-04-30tree.h (DECL_POINTER_DEPTH): Remove.Nathan Sidwell2-12/+7
* tree.h (DECL_POINTER_DEPTH): Remove. (struct tree_decl): Remove pointer_depth. From-SVN: r66300
2003-04-30acinclude.m4: Add bit missing from previous patch.Phil Edwards4-3/+8
2003-04-30 Phil Edwards <pme@gcc.gnu.org> * acinclude.m4: Add bit missing from previous patch. * aclocal.m4, configure: Regenerated. From-SVN: r66299
2003-04-30PR c++/9432, c++/9528Kriang Lerdsuwanakij4-0/+33
PR c++/9432, c++/9528 * decl2.c (validate_nonmember_using_decl): Handle SCOPE_REF. * g++.dg/lookup/using4.C: New test. From-SVN: r66298
2003-04-30linux64.h (ASM_OUTPUT_LABELREF): Remove.Janis Johnson5-138/+68
2003-04-30 Janis Johnson <janis187@us.ibm.com> * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove. * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove. (rs6000_xcoff_encode_section_info): Remove. (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug. (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS. (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,): Use SYMBOL_REF_FLAGS. (rs6000_elf_encode_section_info): Call default_encode_section_info for generic flags, use SYMBOL_REF_FLAGS; code cleanups. * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove. (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New. * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove. (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG. From-SVN: r66297
2003-04-30* diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.Gabriel Dos Reis2-1/+5
From-SVN: r66295
2003-04-30* MAINTAINERS (GNATS only): Add Giovanni Bajo.Wolfgang Bangerth2-0/+5
From-SVN: r66294
2003-04-30extend.texi (Other Builtins): Enclose multiple word data type in braces for ↵Andreas Schwab2-4/+9
@deftypefn. * doc/extend.texi (Other Builtins): Enclose multiple word data type in braces for @deftypefn. From-SVN: r66293
2003-04-30* doc/install.texi (--enable-threads): Document "gnat" option.Richard Kenner2-0/+10
From-SVN: r66291
2003-04-30decl.c (check_previous_goto_1): Adjust prototype.Gabriel Dos Reis2-15/+20
* decl.c (check_previous_goto_1): Adjust prototype. (check_previous_goto): Adjust use. (check_switch_goto): Likewise. (use_label): Adjust. (check_previous_goto_1): Don't use pedwarn_with_file_and_line. (struct named_label_use_list): Use location_t datatype. From-SVN: r66290
2003-04-302003-04-30 Michael Koch <konqueror@gmx.de>Michael Koch2-0/+20
* java/text/BreakIterator.java (clone): New method. From-SVN: r66289
2003-04-30CollationElementIterator.java, [...]: Merged copyright and documentation ↵Michael Koch4-86/+308
from classpath and rearranged some code. 2003-04-30 Michael Koch <konqueror@gmx.de> * java/text/CollationElementIterator.java, java/text/CollationKey.java, java/text/RuleBasedCollator.java: Merged copyright and documentation from classpath and rearranged some code. No code changes done. From-SVN: r66288
2003-04-30diagnostic.h (output_formatted_scalar): Tweak.Gabriel Dos Reis3-31/+41
* diagnostic.h (output_formatted_scalar): Tweak. * diagnostic.c (output_long_decimal): Likewise. (output_unsigned_decimal): Likewise. (output_long_unsigned_decimal): Likewise. (output_octal): Likewise. (output_long_octal): Likewise. (output_hexadecimal): Likewise. (output_long_hexadecimal): Likewise. (output_pointer): New function. (output_format): Use it. Recognize "%p" format specifier. From-SVN: r66287
2003-04-30* function.c (purge_addressof_1): Postpone insn in fewer cases.Zdenek Dvorak2-7/+13
From-SVN: r66286
2003-04-302003-04-30 Michael Koch <konqueror@gmx.de>Michael Koch3-13/+309
* java/util/regex/Matcher.java (pattern): New member variable. (appendReplacement): New method. (appendTail): New method. (end): New method. (find): New method. (group): New method. (replaceFirst): Added documentation. (replaceAll): Added documentation. (groupCount): New method. (lookingAt): New method. (matches): New method. (reset): New method. (start): New method. * java/util/regex/Pattern.java (serialVersionUID): New constant. (CANON_EQ): New constant. (CASE_INSENSITIVE): New constant. (COMMENTS): New constant. (DOTALL): New constant. (MULTILINE): New constant. (UNICODE_CASE): New constant. (UNIX_LINES): New constant. (regex): New member variable. (flags): New member variable. (Pattern): New method. (compile): Documentation added. (flags): New method. (matches): Documentation added. (matcher): Documentation added. (split): Documentation added. (pattern): New method. From-SVN: r66285
2003-04-30This accidently got it then the big java.security merge so revert this.Michael Koch1-1/+1
From-SVN: r66284
2003-04-30Engine.java, [...]: New files from classpath.Michael Koch65-638/+9039
2003-04-30 Michael Koch <konqueror@gmx.de> * gnu/java/security/Engine.java, gnu/java/security/OID.java, gnu/java/security/der/BitString.java, gnu/java/security/der/DER.java, gnu/java/security/der/DERReader.java, gnu/java/security/der/DERValue.java, gnu/java/security/der/DERWriter.java, gnu/java/security/provider/DSAKeyFactory.java, gnu/java/security/provider/X509CertificateFactory.java, gnu/java/security/x509/X500DistinguishedName.java, gnu/java/security/x509/X509CRL.java, gnu/java/security/x509/X509CRLEntry.java, gnu/java/security/x509/X509Certificate.java, java/security/cert/CRLSelector.java, java/security/cert/CertPathBuilder.java, java/security/cert/CertPathBuilderResult.java, java/security/cert/CertPathBuilderSpi.java, java/security/cert/CertPathParameters.java, java/security/cert/CertPathValidator.java, java/security/cert/CertPathValidatorResult.java, java/security/cert/CertPathValidatorSpi.java, java/security/cert/CertSelector.java, java/security/cert/CertStore.java, java/security/cert/CertStoreParameters.java, java/security/cert/CertStoreSpi.java, java/security/cert/CollectionCertStoreParameters.java, java/security/cert/LDAPCertStoreParameters.java, java/security/cert/PKIXBuilderParameters.java, java/security/cert/PKIXCertPathBuilderResult.java, java/security/cert/PKIXCertPathChecker.java, java/security/cert/PKIXCertPathValidatorResult.java, java/security/cert/PKIXParameters.java, java/security/cert/PolicyNode.java, java/security/cert/PolicyQualifierInfo.java, java/security/cert/TrustAnchor.java, javax/security/auth/x500/X500Principal.java: New files from classpath. * gnu/java/io/ASN1ParsingException.java, gnu/java/io/Base64InputStream.java, gnu/java/security/der/DEREncodingException.java, gnu/java/security/provider/DSAParameters.java, gnu/java/security/provider/DSASignature.java, gnu/java/security/provider/Gnu.java, gnu/java/security/provider/GnuDSAPrivateKey.java, gnu/java/security/provider/GnuDSAPublicKey.java, java/security/AlgorithmParameterGenerator.java, java/security/AlgorithmParameters.java, java/security/KeyFactory.java, java/security/KeyPairGenerator.java, java/security/KeyStore.java, java/security/MessageDigest.java, java/security/SecureClassLoader.java, java/security/SecureRandom.java, java/security/Security.java, java/security/Signature.java, java/security/cert/Certificate.java, java/security/cert/CertificateFactory.java, java/security/cert/CertificateFactorySpi.java, java/security/cert/X509CRL.java, java/security/cert/X509Certificate.java, java/security/spec/DSAPublicKeySpec.java: New versions from classpath. * gnu/java/security/provider/DERReader.java, gnu/java/security/provider/DERWriter.java, java/security/Engine.java: Removed. * Makefile.am (java_source_files, javax_source_files): Added new files. * Makefile.in: Regenerated. From-SVN: r66283
2003-04-30host-darwin.c (segv_handler): When -dH is used, call abort() after running ↵Geoffrey Keating3-1/+8
out of stack space. * config/rs6000/host-darwin.c (segv_handler): When -dH is used, call abort() after running out of stack space. From-SVN: r66282
2003-04-30c-typeck.c (function_types_compatible_p): Ignore incompatible 'volatile' ↵Geoffrey Keating5-3/+36
qualifiers on a function's return type in GNU mode. 2003-04-29 Geoffrey Keating <geoffk@apple.com> * c-typeck.c (function_types_compatible_p): Ignore incompatible 'volatile' qualifiers on a function's return type in GNU mode. Index: testsuite/ChangeLog 2003-04-29 Geoffrey Keating <geoffk@apple.com> * gcc.dg/noreturn-5.c: New file. * gcc.dg/noreturn-6.c: New file. From-SVN: r66281
2003-04-30expr.c (emit_group_load): Dump parallels of simd types to memory.Aldy Hernandez2-0/+18
2003-04-29 Aldy Hernandez <aldyh@redhat.com> * expr.c (emit_group_load): Dump parallels of simd types to memory. From-SVN: r66280
2003-04-30Daily bump.GCC Administrator2-2/+2
From-SVN: r66279
2003-04-29mainpage.html: Bring up to date.Phil Edwards5-17/+30
2003-04-29 Phil Edwards <pme@gcc.gnu.org> * docs/doxygen/mainpage.html: Bring up to date. * docs/doxygen/run_doxygen: Cosmetic tweaks. Work around a bug in Doxygen. * docs/doxygen/user.cfg.in: Scanning the precompiled headers breaks everything. Don't scan them. * docs/html/documentation.html: Point to "Write after approval" notes. From-SVN: r66270
2003-04-29tree-inline.c (inlinable_function_p): Don't support inlining functions using ↵Geoffrey Keating4-0/+35
varargs. * tree-inline.c (inlinable_function_p): Don't support inlining functions using varargs. Index: testsuite/ChangeLog * gcc.c-torture/compile/inline-1.c: New file. From-SVN: r66269
2003-04-29stor-layout.c (mode_for_size_tree): Use tree_low_cst.Richard Kenner2-34/+42
* stor-layout.c (mode_for_size_tree): Use tree_low_cst. (layout_decl, place_field): Likewise. Also make minor type and whitespace changes. From-SVN: r66268
2003-04-29acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Search for gettext outside of libc if ↵Phil Edwards4-1173/+1256
message translations are being used. 2003-04-29 Phil Edwards <pme@gcc.gnu.org> * acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Search for gettext outside of libc if message translations are being used. Fix info text in xieee_1003.1-2001 case. * aclocal.m4, configure: Regenerate. From-SVN: r66267
2003-04-29genautomata.c (add_vect): Check undefined value for range type too.Vladimir Makarov2-0/+9
2003-04-29 Vladimir Makarov <vmakarov@redhat.com> * genautomata.c (add_vect): Check undefined value for range type too. From-SVN: r66266
2003-04-29configure.in: More general test for cmp --ignore-initial.Phil Edwards3-314/+286
2003-04-29 Phil Edwards <pme@gcc.gnu.org> * configure.in: More general test for cmp --ignore-initial. * configure: Regenerate. From-SVN: r66265
2003-04-29* tree.c (save_expr): Don't fold a COMPONENT_REF.Richard Kenner2-2/+13
From-SVN: r66264
2003-04-29re PR c++/10551 (Failure to emit explicitly instantiated template ↵Mark Mitchell4-6/+40
w/--no-implicit-templates) PR c++/10551 * pt.c (mark_decl_instantiated): Defer all explicit instantiations that have not yet been written out. PR c++/10551 * g++.dg/template/explicit1.C: New test. From-SVN: r66263
2003-04-29atomicity.h: New file.Joel Sherrill2-0/+81
2003-04-29 Joel Sherrill <joel.sherrill@OARcorp.com> Loren J. Rittle <ljrittle@acm.org> Martin v. Loewis <martin@v.loewis.de> * config/cpu/i386/atomicity.h: New file. Co-Authored-By: Loren J. Rittle <ljrittle@acm.org> Co-Authored-By: Martin v. Loewis <martin@v.loewis.de> From-SVN: r66261
2003-04-29calls.c (expand_call): When modes of target and valreg match, force sibcall ↵Olivier Hainque2-0/+11
failure when target is a MEM. * calls.c (expand_call): When modes of target and valreg match, force sibcall failure when target is a MEM. From-SVN: r66260
2003-04-29re PR c++/10549 (ICE in store_bit_field on bitfields that exceed the ↵Mark Mitchell4-8/+28
precision of the declared type.) PR c++/10549 * class.c (layout_class_type): Mark overlong bitfields as having the maximum size permitted by their type, after layout. PR c++/10549 * g++.dg/other/bitfield1.C: New test. From-SVN: r66257
2003-04-29* doc/invoke.texi (Overall Options): Mention -x objective-c-header.Geoffrey Keating2-1/+3
From-SVN: r66254
2003-04-29dwarf2out.c (output_call_frame_info): No need to output EH unwind ↵Geoffrey Keating2-1/+5
information if all_throwers_are_sibcalls. * dwarf2out.c (output_call_frame_info): No need to output EH unwind information if all_throwers_are_sibcalls. From-SVN: r66253
2003-04-29c-semantics.c (expand_unreachable_stmt): Return a tree.Geoffrey Keating2-44/+52
* c-semantics.c (expand_unreachable_stmt): Return a tree. (expand_stmt): Update for change to expand_unreachable_stmt. (expand_unreachable_if_stmt): Likewise. From-SVN: r66252