]> gcc.gnu.org Git - gcc.git/log
gcc.git
21 years agoUnicastServerRef.java (unexportObject): Don't throw RemoteException.
Dhek Bhun Kho [Fri, 3 Jan 2003 22:57:25 +0000 (23:57 +0100)]
UnicastServerRef.java (unexportObject): Don't throw RemoteException.

2003-01-03  Dhek Bhun Kho  <bhun@chello.nl>

* gnu/java/rmi/server/UnicastServerRef.java (unexportObject):
Don't throw RemoteException.
* java/rmi/server/UnicastRemoteObject.java (unexportObject): Don't
throw RemoteException.

From-SVN: r60854

21 years agostc.c (ffestc_R810): Allow any kind integer in case statements.
Toon Moene [Fri, 3 Jan 2003 22:02:29 +0000 (22:02 +0000)]
stc.c (ffestc_R810): Allow any kind integer in case statements.

2003-01-03  Bud Davis <bdavis11@directvinternet.com>

* stc.c (ffestc_R810): Allow any kind integer in
case statements.
* ste.c (ffeste_R810): Give error message when
case selector exceeds its valid values.

From-SVN: r60852

21 years agofold-const.c (fold): Avoid NOP_EXPRs better.
Jason Merrill [Fri, 3 Jan 2003 20:04:38 +0000 (15:04 -0500)]
fold-const.c (fold): Avoid NOP_EXPRs better.

        * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.

        * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
        static/external decls.
cp/
        * call.c (build_conditional_expr): Stabilize lvalues properly.
        * cvt.c (ocp_convert): Don't build NOP_EXPRs of class type.
        * tree.c (lvalue_p_1): Don't allow sloppy NOP_EXPRs as lvalues.
        Don't allow CALL_EXPR or VA_ARG_EXPR, either.

        * call.c (convert_like_real): Call decl_constant_value for an
        IDENTITY_CONV even if there are no more conversions.

        * cvt.c (build_up_reference): Don't push unnamed temps.

        * decl2.c (do_namespace_alias): Namespace aliases are DECL_EXTERNAL.

        * dump.c (cp_dump_tree): Don't try to dump class-specific fields
        for a backend struct.

        * except.c (wrap_cleanups_r, build_throw): Make
        MUST_NOT_THROW_EXPRs void.
        * init.c (expand_default_init): Update to handle MUST_NOT_THROW_EXPR.

        * init.c (build_vec_delete_1): Pre-evaluate the base address.

        * init.c (get_temp_regvar): Simplify logic.

        * tree.c (cp_copy_res_decl_for_inlining): Only do debug tweaks if
        our replacement is a decl.

From-SVN: r60851

21 years agocp-tree.h (struct lang_type_class): add field for key method
Matt Austern [Fri, 3 Jan 2003 19:48:55 +0000 (19:48 +0000)]
cp-tree.h (struct lang_type_class): add field for key method

        * cp-tree.h (struct lang_type_class): add field for key method
        (cp_global_trees): rename dynamic_classes to keyed_classes
        (key_method): add definition
        * class.c (finish_struct_1): compute class's key method, and add
        the class to keyed_classes list if there is no key method.
        * decl.c (finish_function): add class to keyed_classes list if we
        see a definition of the class's key method.
        * pt.c (instantiate_class_template): add template specialization
        of a dynamic class to keyed_classes list.
        * decl2.c (key_method): remove
        (finish_file): iterate only through keyed_classes list when
        deciding whether to emit vtables, remove class from its list after
        we do the emission.

From-SVN: r60850

21 years agoc-common.c (finish_fname_decls): Put the DECL_STMTs inside the outermost scope.
Jason Merrill [Fri, 3 Jan 2003 19:29:51 +0000 (14:29 -0500)]
c-common.c (finish_fname_decls): Put the DECL_STMTs inside the outermost scope.

        * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
        outermost scope.
        * c-decl.c (c_make_fname_decl): Push the decls there, too.
cp/
        * decl.c (cp_make_fname_decl): Push the decls inside the
        outermost scope.

From-SVN: r60848

21 years agoConnection.java (proxyPort, [...]): New static fields.
Joerg Brunsmann [Fri, 3 Jan 2003 18:05:00 +0000 (18:05 +0000)]
Connection.java (proxyPort, [...]): New static fields.

2003-01-03  Joerg Brunsmann  <joerg_brunsmann@yahoo.de>

* gnu/gcj/protocol/http/Connection.java (proxyPort, proxyInUse,
proxyHost): New static fields.
(<clinit>): Initialize new fields.
(connect): Use proxy if necessary.
(usingProxy): Implement.

From-SVN: r60846

21 years agogcj.texi (Standard Properties): Document http.proxyHost and http.proxyPort.
Tom Tromey [Fri, 3 Jan 2003 18:04:25 +0000 (18:04 +0000)]
gcj.texi (Standard Properties): Document http.proxyHost and http.proxyPort.

* gcj.texi (Standard Properties): Document http.proxyHost and
http.proxyPort.

From-SVN: r60844

21 years ago* gcj.texi (GNU Classpath Properties): Document new properties.
Tom Tromey [Fri, 3 Jan 2003 17:33:20 +0000 (17:33 +0000)]
* gcj.texi (GNU Classpath Properties): Document new properties.

From-SVN: r60840

21 years agoPR c++/45, c++/3784
Nathan Sidwell [Fri, 3 Jan 2003 17:21:14 +0000 (17:21 +0000)]
PR c++/45, c++/3784

cp:
PR c++/45, c++/3784
* tree.c (cp_tree_equal, TEMPLATE_PARM_INDEX): The types must be
the same too.
testsuite:
* g++.dg/template/ntp2.C: New test.

From-SVN: r60839

21 years agoTreeMap.java (fabricateTree): Fix off-by-one error.
Eric Blake [Fri, 3 Jan 2003 17:00:03 +0000 (17:00 +0000)]
TreeMap.java (fabricateTree): Fix off-by-one error.

2003-01-03  Eric Blake  <ebb9@email.byu.edu>

* java/util/TreeMap.java (fabricateTree): Fix off-by-one error.
(TreeIterator.remove): Prefer IllegalStateException over
ConcurrentModificationException, to match Sun.

From-SVN: r60837

21 years agoh8300-protos.h: Add a prototype for h8300_current_function_interrupt_function_p.
Kazu Hirata [Fri, 3 Jan 2003 16:44:55 +0000 (16:44 +0000)]
h8300-protos.h: Add a prototype for h8300_current_function_interrupt_function_p.

* config/h8300/h8300-protos.h: Add a prototype for
h8300_current_function_interrupt_function_p.
* config/h8300/h8300.c (interrupt_handler): Remove.
(os_task): Likewise.
(monitor): Likewise.
(pragma_interrupt): New.
(WORD_REG_USED): Use
h8300_current_function_interrupt_function_p.
(dosize): Likewise.
(h8300_output_function_prologue): Likewise.
Do not set interrupt_handler, os_task, monitor.
(h8300_output_function_prologue): Use
h8300_current_function_interrupt_function_p.
Do not set interrupt_handler, os_task, monitor.
(h8300_current_function_interrupt_function_p): New.
(h8300_pr_interrupt): Set pragma_interrupt.
(h8300_insert_attributes): Reset pragma_interrupt.

From-SVN: r60836

21 years agofix comment spello
Jason Merrill [Fri, 3 Jan 2003 16:41:23 +0000 (11:41 -0500)]
fix comment spello

From-SVN: r60835

21 years agoboehm.cc (_Jv_MarkObj): Mark the protectionDomain of a class.
Anthony Green [Fri, 3 Jan 2003 16:34:37 +0000 (16:34 +0000)]
boehm.cc (_Jv_MarkObj): Mark the protectionDomain of a class.

2002-12-22  Anthony Green  <green@redhat.com>

* boehm.cc (_Jv_MarkObj): Mark the protectionDomain of a class.

From-SVN: r60834

21 years ago* g++.dg/parse/extern-C-1.C: New test.
Nathanael Nerode [Fri, 3 Jan 2003 16:07:26 +0000 (16:07 +0000)]
* g++.dg/parse/extern-C-1.C: New test.

From-SVN: r60833

21 years ago* g++.dg/parse/namespace4.C: New test.
Nathanael Nerode [Fri, 3 Jan 2003 15:50:11 +0000 (15:50 +0000)]
* g++.dg/parse/namespace4.C: New test.

From-SVN: r60832

21 years ago* g++.dg/template/nested1.C: New test.
Nathanael Nerode [Fri, 3 Jan 2003 15:29:44 +0000 (15:29 +0000)]
* g++.dg/template/nested1.C: New test.

From-SVN: r60831

21 years ago* g++.dg/parse/namespace3.C: New test.
Nathanael Nerode [Fri, 3 Jan 2003 12:52:34 +0000 (12:52 +0000)]
* g++.dg/parse/namespace3.C: New test.

From-SVN: r60828

21 years agoinstall.texi (Configuration): Fix markup for reference to gcc/config.gcc.
Gerald Pfeifer [Fri, 3 Jan 2003 10:16:30 +0000 (11:16 +0100)]
install.texi (Configuration): Fix markup for reference to gcc/config.gcc.

* doc/install.texi (Configuration): Fix markup for reference to
gcc/config.gcc.

From-SVN: r60826

21 years agoDaily bump.
GCC Administrator [Fri, 3 Jan 2003 08:19:49 +0000 (08:19 +0000)]
Daily bump.

From-SVN: r60825

21 years agogcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends on gcc/cp/cfns.gperf...
Kaveh R. Ghazi [Fri, 3 Jan 2003 06:05:11 +0000 (06:05 +0000)]
gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends on gcc/cp/cfns.gperf and gcc/java/keyword.h depends...

* gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
gcc/java/keyword.gperf

From-SVN: r60817

21 years ago* g++.dg/lookup/two-stage1.C: New test.
Nathanael Nerode [Fri, 3 Jan 2003 02:13:46 +0000 (02:13 +0000)]
* g++.dg/lookup/two-stage1.C: New test.

From-SVN: r60814

21 years agoparser.c (struct cp_parser): Add access_checks_lists field
Graham Stott [Fri, 3 Jan 2003 02:11:55 +0000 (02:11 +0000)]
parser.c (struct cp_parser): Add access_checks_lists field

        * parser.c (struct cp_parser): Add access_checks_lists field
        (cp_parser_simple_declaration): Use.
        (cp_parser_init_declarator): Likewise.

From-SVN: r60813

21 years ago900404_04.C: Remove XFAIL.
Kaveh R. Ghazi [Fri, 3 Jan 2003 01:44:30 +0000 (01:44 +0000)]
900404_04.C: Remove XFAIL.

* g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
* g++.old-deja/g++.jason/access8.C: Likewise.
* g++.old-deja/g++.other/decl5.C: Likewise.

From-SVN: r60811

21 years agoHttpURLConnection.java (HTTP_NOT_IMPLEMENTED): Must be public.
Mark Wielaard [Fri, 3 Jan 2003 00:49:31 +0000 (00:49 +0000)]
HttpURLConnection.java (HTTP_NOT_IMPLEMENTED): Must be public.

* java/net/HttpURLConnection.java (HTTP_NOT_IMPLEMENTED): Must be
public.
(HTTP_USE_PROXY): Add field.
(getResponseVals): Only set responseCode when not yet explicitly
set by subclass.

From-SVN: r60809

21 years agoatomicity.h (__exchange_and_add, [...]): *__mem is also an output.
Jason Merrill [Thu, 2 Jan 2003 22:48:21 +0000 (17:48 -0500)]
atomicity.h (__exchange_and_add, [...]): *__mem is also an output.

        * config/cpu/i486/atomicity.h (__exchange_and_add, __atomic_add):
        *__mem is also an output.
        * config/cpu/m68k/atomicity.h (__exchange_and_add): Likewise.

From-SVN: r60807

21 years ago* g++.dg/parse/parse7.C: New test.
Neil Booth [Thu, 2 Jan 2003 21:06:38 +0000 (21:06 +0000)]
* g++.dg/parse/parse7.C: New test.

From-SVN: r60805

21 years agoZipFile.java (entries): Now HashMap.
Artur Biesiadowski [Thu, 2 Jan 2003 21:01:24 +0000 (22:01 +0100)]
ZipFile.java (entries): Now HashMap.

* java/util/zip/ZipFile.java (entries): Now HashMap.
(readLeShort(DataInput, byte[])): Read from given byte array.
(readLeInt(DataInput, byte[]): Likewise.
(readLeShort(byte[] b, int off)): New method.
(readLeInt(byte[] b, int off)): Likewise.
(readEntries): Use byte arrays to read info in bigger chunks.
(getEntries): Return HashMap.
(getEntry): Use HashMap.
(locBuf): New private field.
(checkLocalHeader): Use locBuf to read info in one chunk.
(getInputStream): Use entries HashMap, wrap PartialInputStream
in BufferedInputStream.
(ZipEntryEnumeration): Use HashMap and Interator.

Co-Authored-By: Mark Wielaard <mark@klomp.org>
From-SVN: r60803

21 years agoparser.c (cp_parser_declaration): Accept the __extension__ keyword before the declara...
Mark Mitchell [Thu, 2 Jan 2003 20:30:45 +0000 (20:30 +0000)]
parser.c (cp_parser_declaration): Accept the __extension__ keyword before the declaration.

* parser.c (cp_parser_declaration): Accept the __extension__
keyword before the declaration.

From-SVN: r60802

21 years agore PR c++/2843 (parser: __attribute__ on parameter declarations)
Mark Mitchell [Thu, 2 Jan 2003 20:04:56 +0000 (20:04 +0000)]
re PR c++/2843 (parser: __attribute__ on parameter declarations)

PR c++/2843
* parser.c (cp_parser_parameter_declaration): Allow attributes to
appear after the declarator.

PR c++/2843
* g++.dg/ext/attrib7.C: New test.

From-SVN: r60801

21 years agocall.c (build_new_method_call): Fix typo in message format string.
Mark Mitchell [Thu, 2 Jan 2003 19:57:34 +0000 (19:57 +0000)]
call.c (build_new_method_call): Fix typo in message format string.

* call.c (build_new_method_call): Fix typo in message format
string.

From-SVN: r60800

21 years agoparser.c (cp_lexer_next_token_is): Declare it inline.
Mark Mitchell [Thu, 2 Jan 2003 19:45:12 +0000 (19:45 +0000)]
parser.c (cp_lexer_next_token_is): Declare it inline.

* parser.c (cp_lexer_next_token_is): Declare it inline.
(cp_lexer_set_source_position_from_token): Likewise.
(cp_lexer_debugging_p): Likewise.
(cp_parser_parsing_tentatively): Likewise.
(cp_parser_nested_name_specifier_opt): Reduce the number of calls
to the cp_lexer_peek_token.

From-SVN: r60797

21 years ago* g++.dg/parse/parse6.C: New test.
Neil Booth [Thu, 2 Jan 2003 19:27:31 +0000 (19:27 +0000)]
* g++.dg/parse/parse6.C: New test.

From-SVN: r60795

21 years agoh8300.md (*iorhi3_zext): Relax the condition.
Kazu Hirata [Thu, 2 Jan 2003 18:53:35 +0000 (18:53 +0000)]
h8300.md (*iorhi3_zext): Relax the condition.

* config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
(*iorhi3_two_qi): Likewise.
(*iorsi3_zexthi): Likewise.
(*xorhi3_zextqi): Likewise.
(*xorsi3_zexthi): Likewise.
(*xorsi3_zextqi): Likewise.

From-SVN: r60793

21 years agoparser.c (cp_parser_sizeof_operand): Do not evaluate the expression.
Mark Mitchell [Thu, 2 Jan 2003 18:12:28 +0000 (18:12 +0000)]
parser.c (cp_parser_sizeof_operand): Do not evaluate the expression.

* parser.c (cp_parser_sizeof_operand): Do not evaluate the
expression.

From-SVN: r60791

21 years ago* gcc.dg/h8300-stack-1.c: New.
Kazu Hirata [Thu, 2 Jan 2003 15:01:14 +0000 (15:01 +0000)]
* gcc.dg/h8300-stack-1.c: New.

From-SVN: r60785

21 years agoh8300.c (stack_pointer_operand): New.
Kazu Hirata [Thu, 2 Jan 2003 14:59:30 +0000 (14:59 +0000)]
h8300.c (stack_pointer_operand): New.

* config/h8300/h8300.c (stack_pointer_operand): New.
(const_int_gt_2_operand): Likewise.
(const_int_ge_8_operand): Likewise.
* config/h8300/h8300.md (a splitter): Likewise.
(a peephole2): Likewise.
* config/h8300/h8300-protos.h: Add prototypes for the new
functions above.

From-SVN: r60784

21 years agoexcept.c, [...]: Fix Copyright years.
Steven Bosscher [Thu, 2 Jan 2003 11:39:56 +0000 (12:39 +0100)]
except.c, [...]: Fix Copyright years.

2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>

* cp/except.c, cp/expr.c, cp/friend.c, cp/g++spec.c,
  cp/lang-options.h, cp/lang-specs.h, cp/lex.h,
  cp/ptree.c, cp/repo.c,
  java/jcf-reader.c, java/jvgenmain.c,
  java/keyword.gperf, java/lang-options.h,
  java/mangle.c, java/mangle_name.c,
  java/xref.c, java/zextract.c,java/zipfile.h,
  objc/Make-lang.in, objc/config-lang.in,
  objc/lang-specs.h, objc/objc-act.h: Fix
  Copyright years.

From-SVN: r60783

21 years ago* doc/passes.texi: Fix documentation for -fssa-ccp
Steven Bosscher [Thu, 2 Jan 2003 10:30:43 +0000 (11:30 +0100)]
* doc/passes.texi: Fix documentation for -fssa-ccp

From-SVN: r60782

21 years agoURLClassLoader.java (Resource.getCodeSource): Fix check certs == null.
Mark Wielaard [Thu, 2 Jan 2003 09:34:34 +0000 (09:34 +0000)]
URLClassLoader.java (Resource.getCodeSource): Fix check certs == null.

        * java/net/URLClassLoader.java (Resource.getCodeSource):
        Fix check certs == null.
        (getCanonicalFileURL): Removed method.
        (JarURLLoader): Don't call removed method.
        (FileURLLoader): Likewise.
        (FileURLLoader.getResource): Don't canonicalize file name.

Co-Authored-By: Jeroen Frijters <jeroen@sumatra.nl>
From-SVN: r60780

21 years agoDaily bump.
GCC Administrator [Thu, 2 Jan 2003 08:17:22 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r60779

21 years ago* gccbug.in: Update.
Neil Booth [Thu, 2 Jan 2003 05:10:27 +0000 (05:10 +0000)]
* gccbug.in: Update.

From-SVN: r60771

21 years ago* config/h8300/h8300.md: Reorder some patterns.
Kazu Hirata [Thu, 2 Jan 2003 02:42:57 +0000 (02:42 +0000)]
* config/h8300/h8300.md: Reorder some patterns.

From-SVN: r60770

21 years ago* config/h8300/h8300.c (output_logical_op): Fix a warning.
Kazu Hirata [Thu, 2 Jan 2003 02:19:59 +0000 (02:19 +0000)]
* config/h8300/h8300.c (output_logical_op): Fix a warning.

From-SVN: r60769

21 years agoMakefile.in: Rebuilt.
Tom Tromey [Thu, 2 Jan 2003 00:14:24 +0000 (00:14 +0000)]
Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
* Makefile.am (rmi_java_source_files): Added RMIClassLoaderSpi.
* java/awt/AlphaComposite.java, java/awt/BasicStroke.java,
java/awt/BufferCapabilities.java, java/awt/Button.java,
java/awt/CheckboxMenuItem.java, java/awt/Choice.java,
java/awt/Container.java, java/awt/Cursor.java,
java/awt/EventQueue.java, java/awt/FileDialog.java,
java/awt/Graphics2D.java, java/awt/Label.java, java/awt/Menu.java,
java/awt/MenuBar.java, java/awt/MenuComponent.java,
java/awt/PopupMenu.java, java/awt/ScrollPane.java,
java/awt/Scrollbar.java, java/awt/TextArea.java,
java/awt/TextField.java, java/awt/color/CMMException.java,
java/awt/color/ColorSpace.java, java/awt/color/ICC_Profile.java,
java/awt/color/ProfileDataException.java,
java/awt/datatransfer/Clipboard.java,
java/awt/datatransfer/DataFlavor.java,
java/awt/datatransfer/FlavorMap.java,
java/awt/datatransfer/SystemFlavorMap.java,
java/awt/dnd/DragGestureEvent.java,
java/awt/dnd/DragGestureRecognizer.java,
java/awt/dnd/DragSource.java, java/awt/dnd/DropTarget.java,
java/awt/event/WindowEvent.java, java/awt/geom/PathIterator.java,
java/awt/im/InputMethodHighlight.java,
java/io/PipedOutputStream.java, java/io/PipedWriter.java,
java/rmi/server/RMIClassLoader.java: Merged from Classpath.

* gnu/awt/j2d/Graphics2DImpl.java (drawImage): Changed type of
`op' to BufferedImageOp.

From-SVN: r60768

21 years ago* libjava.compile/pr8955.java: New test, for PR java/8955.
Tom Tromey [Thu, 2 Jan 2003 00:05:14 +0000 (00:05 +0000)]
* libjava.compile/pr8955.java: New test, for PR java/8955.

From-SVN: r60764

21 years agog++.dg/lookup/exception1.C: New test.
Nathanael Nerode [Wed, 1 Jan 2003 21:03:50 +0000 (21:03 +0000)]
g++.dg/lookup/exception1.C: New test.

From-SVN: r60763

21 years agodarwin-protos.h, [...]: Use struct, and don't conditionally compile on GCC_C_PRAGMA_H.
Neil Booth [Wed, 1 Jan 2003 20:39:12 +0000 (20:39 +0000)]
darwin-protos.h, [...]: Use struct, and don't conditionally compile on GCC_C_PRAGMA_H.

* config/darwin-protos.h, config/c4x/c4x-protos.h,
config/cris/cris-protos.h, config/i370/i370-protos.h,
config/i960/i960-protos.h, config/ia64/ia64-protos.h,
config/v850/v850-protos.h: Use struct, and don't conditionally
compile on GCC_C_PRAGMA_H.

From-SVN: r60762

21 years agog++.dg/lookup/template1.C: New test.
Nathanael Nerode [Wed, 1 Jan 2003 20:36:49 +0000 (20:36 +0000)]
g++.dg/lookup/template1.C: New test.

From-SVN: r60761

21 years agoarm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
Kazu Hirata [Wed, 1 Jan 2003 20:23:02 +0000 (20:23 +0000)]
arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.

* config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
* config/h8300/h8300-protos.h: Likewise.
* config/sh/sh-protos.h: Likewise.

From-SVN: r60760

21 years agoarm-protos.h: Use struct cpp_reader instead of cpp_reader.
Kazu Hirata [Wed, 1 Jan 2003 20:15:51 +0000 (20:15 +0000)]
arm-protos.h: Use struct cpp_reader instead of cpp_reader.

* config/arm/arm-protos.h: Use struct cpp_reader instead of
cpp_reader.
* config/h8300/h8300-protos.h: Likewise.
* config/sh/sh-protos.h: Likewise.

From-SVN: r60759

21 years agog++.dg/parse/namespace2.C: New test.
Nathanael Nerode [Wed, 1 Jan 2003 20:00:36 +0000 (20:00 +0000)]
g++.dg/parse/namespace2.C: New test.

From-SVN: r60758

21 years agoarm.c (arm_pr_long_calls, [...]): Use struct.
Neil Booth [Wed, 1 Jan 2003 19:39:19 +0000 (19:39 +0000)]
arm.c (arm_pr_long_calls, [...]): Use struct.

* config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
arm_pr_long_calls_off): Use struct.
* config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
: Similarly.
Don't include cpplib.h.
* config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
sh_pr_nosave_low_regs): Similarly.

From-SVN: r60757

21 years ago* config/h8300/h8300.c: Include cpplib.h.
Kazu Hirata [Wed, 1 Jan 2003 16:39:35 +0000 (16:39 +0000)]
* config/h8300/h8300.c: Include cpplib.h.

From-SVN: r60754

21 years agog++.dg/parse/parens2.C: New test.
Nathanael Nerode [Wed, 1 Jan 2003 16:32:15 +0000 (16:32 +0000)]
g++.dg/parse/parens2.C: New test.

From-SVN: r60753

21 years ago* g++.dg/lookup/scoped4.C: New test.
Neil Booth [Wed, 1 Jan 2003 15:58:43 +0000 (15:58 +0000)]
* g++.dg/lookup/scoped4.C: New test.

From-SVN: r60751

21 years ago* g++.dg/parse/parse5.C: New test.
Neil Booth [Wed, 1 Jan 2003 15:43:19 +0000 (15:43 +0000)]
* g++.dg/parse/parse5.C: New test.

From-SVN: r60750

21 years agoMake-lang.in ($(srcdir)/f/BUGS): Add include path for gcc-common.texi.
Andreas Jaeger [Wed, 1 Jan 2003 15:26:07 +0000 (16:26 +0100)]
Make-lang.in ($(srcdir)/f/BUGS): Add include path for gcc-common.texi.

* f/Make-lang.in ($(srcdir)/f/BUGS): Add include path for
gcc-common.texi.
($(srcdir)/f/NEWS): Likewise.

From-SVN: r60748

21 years agoMake-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.
Steven Bosscher [Wed, 1 Jan 2003 15:10:03 +0000 (16:10 +0100)]
Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.

* Make-lang.in, boehm.c, buffer.c,
  buffer.h, builtins.c, class.c,
  config-lang.in, constants.c,
  convert.h, decl.c, except.c,
  expr.c, java-except.h,
  java-tree.h, javaop.def,
  jcf-parse.c, jcf-write.c,
  jv-scan.c, jvgenmain.c,
  jvspec.c, keyword.gperf,
  keyword.h, lang-options.h,
  lang-specs.h, lang.c, lex.c,
  lex.h, mangle.c, mangle_name.c,
  parse-scan.y, parse.h, parse.y,
  typeck.c, verify.c, xref.c,
  xref.h: Replace "GNU CC" with
  "GCC" in the copyright header.

* check-init.c, gjavah.c, javaop.h,
  jcf-depend.c, jcf-dump.c, jcf-io.c,
  jcf-path.c, jcf-reader.c, jcf.h,
  zextract.c, zipfile.h: These files are
  "part of GCC". Also say "GCC" not "GNU CC".

From-SVN: r60747

21 years ago* g++.dg/parse/parens1.C: New test.
Nathanael Nerode [Wed, 1 Jan 2003 15:03:00 +0000 (15:03 +0000)]
* g++.dg/parse/parens1.C: New test.

From-SVN: r60746

21 years agoparens2.C: Removed, turned out to duplicate angle-bracket1.C.
Nathanael Nerode [Wed, 1 Jan 2003 14:59:07 +0000 (14:59 +0000)]
parens2.C: Removed, turned out to duplicate angle-bracket1.C.

* g++.dg/parse/parens2.C: Removed, turned out to duplicate
angle-bracket1.C.

From-SVN: r60745

21 years ago* g++.dg/parse/parens2.C: New test.
Nathanael Nerode [Wed, 1 Jan 2003 14:30:43 +0000 (14:30 +0000)]
* g++.dg/parse/parens2.C: New test.

From-SVN: r60744

21 years ago* g++.dg/lookup/scope-operator1.C: New test.
Nathanael Nerode [Wed, 1 Jan 2003 12:54:09 +0000 (12:54 +0000)]
* g++.dg/lookup/scope-operator1.C: New test.

From-SVN: r60743

21 years agoMake-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.
Steven Bosscher [Wed, 1 Jan 2003 12:49:14 +0000 (13:49 +0100)]
Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.

* objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
  objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
  objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
  "GCC" in the copyright header.

From-SVN: r60742

21 years ago* g++.dg/parse/operator1.C: New test.
Nathanael Nerode [Wed, 1 Jan 2003 12:36:31 +0000 (12:36 +0000)]
* g++.dg/parse/operator1.C: New test.

From-SVN: r60741

21 years agoc-pragma.c (c_register_pragma): New.
Neil Booth [Wed, 1 Jan 2003 12:27:02 +0000 (12:27 +0000)]
c-pragma.c (c_register_pragma): New.

* c-pragma.c (c_register_pragma): New.
(init_pragma): Use it.
* c-pragma.h (cpp_register_pragma): Don't declare.
(c_register_pragma): New.
* cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
* config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
* config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
* config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
* config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
* config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
* config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
* config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
* config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
* config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
* config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
* doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
cp:
* lex.c: Remove superfluous include of cpplib.h.
(CONSTRAINT): Define without conditions.
(init_cp_pragma): Use c_register_pragma.

From-SVN: r60740

21 years ago* .cvsignore: Remove.
Neil Booth [Wed, 1 Jan 2003 12:00:11 +0000 (12:00 +0000)]
* .cvsignore: Remove.

From-SVN: r60739

21 years agocall.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.
Steven Bosscher [Wed, 1 Jan 2003 11:58:58 +0000 (12:58 +0100)]
call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.

* call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump.c, error.c,
  except.c, expr.c friend.c, g++spec.c, init.c, lang-options.h,
  lang-specs.h, lex.c, mangle.c, method.c, optimize.c, parser.c,
  pt.c, ptree.c, repo.c, rtti.c, search.c, semantics.c, tree.c,
  typeck.c, typeck2.c: Replace "GNU CC" with "GCC" in the
  copyright header.
* lex.h: parse.y is dead, so don't mention it.  Also replace the
  copyright header with the default GNU copyright header.

From-SVN: r60738

21 years agoDaily bump.
GCC Administrator [Wed, 1 Jan 2003 08:17:19 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r60737

21 years agoambig3.C: Remove XFAIL.
Kriang Lerdsuwanakij [Wed, 1 Jan 2003 07:43:35 +0000 (07:43 +0000)]
ambig3.C: Remove XFAIL.

* g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
* g++.old-deja/g++.other/access6.C: Likewise.
* g++.old-deja/g++.other/decl1.C: Likewise.
* g++.old-deja/g++.pt/typename12.C: Likewise.

From-SVN: r60730

21 years agocp-tree.h (LOOKUP_TEMPLATES_EXPECTED): Remove.
Mark Mitchell [Wed, 1 Jan 2003 03:16:16 +0000 (03:16 +0000)]
cp-tree.h (LOOKUP_TEMPLATES_EXPECTED): Remove.

* cp-tree.h (LOOKUP_TEMPLATES_EXPECTED): Remove.
(lookup_name_namespace_only): Likewise.
(begin_only_namespace_names): Likewise.
(end_only_namespace_names): Likewise.
* decl.c (only_namespace_names): Remove.
(qualify_lookup): Do not check LOOKUP_TEMPLATES_EXPECTED.
(lookup_name_real): Do not check only_namespace_names.
(lookup_name_namespace_only): Remove.
(begin_only_namespace_names): Likewise.
(end_only_namespace_names): Likewise.
* parser.c (cp_parser_nested_name_specifier_opt): Handle erroneous
nested-name-specifiers more gracefully.
(cp_parser_class_or_namespace_name): Avoid looking up namespace
names when they cannot possibly appear.
(cp_parser_template_name): Adjust call to cp_parser_lookup_name.
(cp_parser_elaborated_type_specifier): Likewise.
(cp_parser_namespace_name): Only look for namespace names.
(cp_parser_lookup_name): Add is_namespace parameter.
(cp_parser_lookup_name_simple): Adjust call to
cp_parser_lookup_name.

* g++.dg/parse/namespace1.C: New test.

From-SVN: r60729

21 years ago* g++.dg/parse/parse4.C: New test.
Neil Booth [Wed, 1 Jan 2003 00:49:36 +0000 (00:49 +0000)]
* g++.dg/parse/parse4.C: New test.

From-SVN: r60728

21 years ago* g++.dg/parse/parse3.C: New test.
Neil Booth [Wed, 1 Jan 2003 00:43:53 +0000 (00:43 +0000)]
* g++.dg/parse/parse3.C: New test.

From-SVN: r60727

21 years ago* g++.dg/parse/parse2.C: New test.
Neil Booth [Wed, 1 Jan 2003 00:38:07 +0000 (00:38 +0000)]
* g++.dg/parse/parse2.C: New test.

From-SVN: r60726

21 years ago* g++.dg/template/friend11.C: New test.
Neil Booth [Wed, 1 Jan 2003 00:27:14 +0000 (00:27 +0000)]
* g++.dg/template/friend11.C: New test.

From-SVN: r60725

21 years ago*** empty log message ***
Neil Booth [Wed, 1 Jan 2003 00:14:57 +0000 (00:14 +0000)]
*** empty log message ***

From-SVN: r60724

21 years ago* g++.dg/parse/parse1.C: New test.
Neil Booth [Wed, 1 Jan 2003 00:13:48 +0000 (00:13 +0000)]
* g++.dg/parse/parse1.C: New test.

From-SVN: r60723

21 years agore PR libgcj/7416 (java.security startup refs "GNU libgcj.security")
Tom Tromey [Tue, 31 Dec 2002 22:50:10 +0000 (22:50 +0000)]
re PR libgcj/7416 (java.security startup refs "GNU libgcj.security")

Fix for PR libgcj/7416:
* javax/naming/InitialContext.java (init): Use
gnu.classpath.home.url.
* java/security/Security.java: Use new properties.
(loadProviders): Accept base url; use it.
* java/lang/System.java: Document gnu.classpath.vm.shortname, and
gnu.classpath.home.url.
(gnu.classpath.home.url): Define.
(gnu.classpath.vm.shortname): Likewise.

From-SVN: r60722

21 years ago* .cvsignore: Update.
Neil Booth [Tue, 31 Dec 2002 22:11:33 +0000 (22:11 +0000)]
* .cvsignore: Update.

From-SVN: r60720

21 years agoh8300-protos.h: Update the prototypes.
Kazu Hirata [Tue, 31 Dec 2002 21:06:43 +0000 (21:06 +0000)]
h8300-protos.h: Update the prototypes.

* config/h8300/h8300-protos.h: Update the prototypes.
* config/h8300/h8300.c (const_le_2_operand): Change to
const_int_le_2_operand.
(const_int_le_6_operand): Change to const_int_le_6_operand.
* config/h8300/h8300.md (two peepholes): Update the function
names.

From-SVN: r60719

21 years agoparser.c (cp_parser_dependent_type_p): Fix thinko.
Mark Mitchell [Tue, 31 Dec 2002 20:28:27 +0000 (20:28 +0000)]
parser.c (cp_parser_dependent_type_p): Fix thinko.

* parser.c (cp_parser_dependent_type_p): Fix thinko.

* g++.dg/init/array9.C: New test.

From-SVN: r60718

21 years agoMakefile.in: Rebuilt.
Tom Tromey [Tue, 31 Dec 2002 20:10:53 +0000 (20:10 +0000)]
Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
* Makefile.def (target_modules) [libffi]: Allow installation.

From-SVN: r60717

21 years agoprofopt.exp: Change the name of a global variable to avoid possible clashes with...
Janis Johnson [Tue, 31 Dec 2002 20:00:44 +0000 (20:00 +0000)]
profopt.exp: Change the name of a global variable to avoid possible clashes with other test...

* lib/profopt.exp: Change the name of a global variable to avoid
possible clashes with other test suites.

From-SVN: r60711

21 years agoclass.c (modify_vtable_entry): Remove unused variable.
Nathan Sidwell [Tue, 31 Dec 2002 19:43:16 +0000 (19:43 +0000)]
class.c (modify_vtable_entry): Remove unused variable.

cp:
* class.c (modify_vtable_entry): Remove unused variable.
(get_vcall_index): Always expect a non-thunk.
(update_vtable_entry_for_fn): Combine covariant adjustments, when
overriding a thunk. Pass get_vcall_index a non-thunk.

* decl2.c (finish_file): Mark undefined inlines as extern.
testsuite:
* g++.dg/inherit/covariant8.C: New test.

From-SVN: r60710

21 years ago* doc/install.texi (Testing): Fixed typo.
Tom Tromey [Tue, 31 Dec 2002 19:16:24 +0000 (19:16 +0000)]
* doc/install.texi (Testing): Fixed typo.

From-SVN: r60709

21 years agocp-tree.def (RETURN_INIT): Remove.
Mark Mitchell [Tue, 31 Dec 2002 18:58:09 +0000 (18:58 +0000)]
cp-tree.def (RETURN_INIT): Remove.

* cp-tree.def (RETURN_INIT): Remove.
* cp-tree.h (DECL_IN_MEMORY_P): Remove.
(scope_kind): Add sk_block, sk_try, sk_catch, sk_for.
(note_level_for_for): Remove.
(note_level_for_try): Likewise.
(note_level_for_catch): Likewise.
(finish_named_return_value): Likewise.
(do_pushlevel): Change prototype.
(pending_lang_change): Remove.
* decl.c (begin_scope): Handle sk_block, sk_try, sk_catch,
sk_for.
(note_level_for_for): Remove.
(note_level_for_try): Likewise.
(note_level_for_catch): Likewise.
(maybe_inject_for_scope_var): Remove use of DECL_IN_MEMORY_P.
* parser.c (cp_parser_context_free_list): Make it "deletable".
(cp_parser_template_argument): Remove misleading comment.
* pt.c (tsubst_expr): Remove RETURN_INIT code.
* semantics.c (genrtl_named_return_value): Remove.
(do_pushlevel): Take a scope kind as an argument.
(begin_if_stmt): Adjust.
(begin_while_stmt): Likewise.
(begin_for_stmt): Likewise.
(finish_for_init_stmt): Likewise.
(begin_switch_stmt): Likewise.
(begin_handler): Likewise.
(begin_compound_stmt): Likewise.
(finish_named_return_value): Remove.
(cp_expand_stmt): Remove RETURN_INIT case.
* tree.c (cp_statement_code_p): Remove RETURN_INIT case.

* g++.dg/init/array9.C: New test.

From-SVN: r60707

21 years agore PR c++/9112 (new C++ parser rejects code older parsers accepted)
Mark Mitchell [Tue, 31 Dec 2002 18:48:19 +0000 (18:48 +0000)]
re PR c++/9112 (new C++ parser rejects code older parsers accepted)

PR c++/9112
* parser.c (cp_parser_direct_declarator): Handle erroneous
parenthesized declarators correctly.

PR c++/9112
* g++.dg/parse/expr1.C: New test.

From-SVN: r60706

21 years agoh8300.h (TRAMPOLINE_TEMPLATE): Remove.
Kazu Hirata [Tue, 31 Dec 2002 18:31:59 +0000 (18:31 +0000)]
h8300.h (TRAMPOLINE_TEMPLATE): Remove.

* config/h8300/h8300.h (TRAMPOLINE_TEMPLATE): Remove.
(TRAMPOLINE_SIZE): Support the normal mode.
(INITIALIZE_TRAMPOLINE): Emit the entire trampoline.

From-SVN: r60705

21 years agoconfigure.in: Fix use of $program_transform_name.
Andreas Schwab [Tue, 31 Dec 2002 18:01:38 +0000 (18:01 +0000)]
configure.in: Fix use of $program_transform_name.

* configure.in: Fix use of $program_transform_name.
* configure: Regenerated.

From-SVN: r60704

21 years agoFor PR libgcj/8933:
Tom Tromey [Tue, 31 Dec 2002 17:52:25 +0000 (17:52 +0000)]
For PR libgcj/8933:

* include/Makefile.in: Rebuilt.
* include/Makefile.am (noinst_HEADERS): Renamed from
include_HEADERS.

From-SVN: r60702

21 years agore PR libgcj/8997 (spin() calls Thread.sleep)
Tom Tromey [Tue, 31 Dec 2002 17:43:47 +0000 (17:43 +0000)]
re PR libgcj/8997 (spin() calls Thread.sleep)

2002-12-31  Tom Tromey  <tromey@redhat.com>
            Ranjit Mathew  <rmathew@hotmail.com>

Fix for PR libgcj/8997:
* java/lang/natObject.cc (spin): Use _Jv_platform_usleep.
Include platform.h.
* include/posix.h (_Jv_platform_usleep): New function.
* include/win32.h (_Jv_platform_usleep): New function.

Co-Authored-By: Ranjit Mathew <rmathew@hotmail.com>
From-SVN: r60700

21 years ago* c-common.h (pending_lang_change): Declare.
Mark Mitchell [Tue, 31 Dec 2002 17:34:17 +0000 (17:34 +0000)]
* c-common.h (pending_lang_change): Declare.

From-SVN: r60699

21 years agoinvoke.texi (Optimization Options): Clean up -O flag descriptions.
Jerry Quinn [Tue, 31 Dec 2002 14:59:09 +0000 (14:59 +0000)]
invoke.texi (Optimization Options): Clean up -O flag descriptions.

* gcc/doc/invoke.texi (Optimization Options): Clean up -O flag
descriptions.

From-SVN: r60696

21 years agoinvoke.texi (Optimization Options): List the options enabled by each -O flag.
Jerry Quinn [Tue, 31 Dec 2002 14:43:13 +0000 (14:43 +0000)]
invoke.texi (Optimization Options): List the options enabled by each -O flag.

* gcc/doc/invoke.texi (Optimization Options): List the options
enabled by each -O flag.

From-SVN: r60692

21 years ago* cp-tree.h (pending_lang_change): Declare.
Gabriel Dos Reis [Tue, 31 Dec 2002 11:58:16 +0000 (11:58 +0000)]
* cp-tree.h (pending_lang_change): Declare.

From-SVN: r60687

21 years agoinstall.texi (Configuration): Explicitly refer gcc/config.gcc for a list of cpu models.
Gerald Pfeifer [Tue, 31 Dec 2002 10:39:27 +0000 (11:39 +0100)]
install.texi (Configuration): Explicitly refer gcc/config.gcc for a list of cpu models.

* doc/install.texi (Configuration): Explicitly refer
gcc/config.gcc for a list of cpu models.

From-SVN: r60684

21 years ago* config/h8300/h8300.h: Fix comment typos.
Kazu Hirata [Tue, 31 Dec 2002 09:07:36 +0000 (09:07 +0000)]
* config/h8300/h8300.h: Fix comment typos.

From-SVN: r60683

21 years agoDaily bump.
GCC Administrator [Tue, 31 Dec 2002 08:17:44 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r60682

21 years agoAdd missing changelog entry
Alexandre Oliva [Tue, 31 Dec 2002 03:30:48 +0000 (03:30 +0000)]
Add missing changelog entry

From-SVN: r60675

21 years ago* configure: Regenerated.
Daniel Jacobowitz [Tue, 31 Dec 2002 03:13:38 +0000 (03:13 +0000)]
* configure: Regenerated.

From-SVN: r60674

21 years ago* configure.in (baseargs): Don't remove first configure argument.
Daniel Jacobowitz [Tue, 31 Dec 2002 03:12:53 +0000 (03:12 +0000)]
* configure.in (baseargs): Don't remove first configure argument.

From-SVN: r60673

This page took 0.097447 seconds and 5 git commands to generate.