Jeffrey A Law
ee06cc21bf
expr.c (expand_expr): Handle COMPONENT_REF...
...
* expr.c (expand_expr): Handle COMPONENT_REF, BIT_FIELD_REF ARRAY_REF
and INDIRECT_REF in code to check MAX_INTEGER_COMPUTATION_MODE.
From-SVN: r22666
1998-09-30 02:59:18 -06:00
Catherine Moore
257441dbb0
fix bad patch.
...
From-SVN: r22665
1998-09-30 04:26:10 -04:00
Jeffrey A Law
789eb4f550
* All .h files pushed down into the objc/ subdirectory.
...
* Makefile.in (copy_headers): Corresponding changes.
* configure.in (AC_INIT): Corresponding changes.
* configure: Rebuilt.
From-SVN: r22664
1998-09-30 02:17:56 -06:00
Jeff Law
e9c1562590
Rebuilt.
...
From-SVN: r22663
1998-09-30 02:08:06 -06:00
Robert Lipe
bba4de62d4
Makefile.in (all): Correct dependencies do --disable-multilibs works again.
...
* Makefile.in (all): Correct dependencies do --disable-multilibs
works again.
(distclean): Correct typo.
From-SVN: r22662
1998-09-30 08:05:57 +00:00
Dave Love
f5f6df5cef
open.c: Back out part of last Netlib update affecting scratch files which clashed with...
...
1998-09-28 Dave Love <d.love@dl.ac.uk>
* libI77/open.c: Back out part of last Netlib update affecting
scratch files which clashed with the g77 variations and broke
implicit endfile on rewind.
From-SVN: r22660
1998-09-30 02:45:44 +00:00
Ben Elliston
bce1b48955
Makefile.in: Rewrite.
...
* Makefile.in: Rewrite.
* configure.in: Likewise.
* configure: Regenerate.
* All .c files. Remove "objc" prefix when including objc header
files. Include tconfig.h, not ../tconfig.h.
Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r22659
1998-09-29 20:13:15 -06:00
Jeffrey A Law
6fc19d6d03
Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
...
* Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
(ALL_TARGET_MODULES): Add all-target-libobjc.
(CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
(INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
(all-target-libchill): Add dependencies.
* configure.in (target_libs): Add libchill.
From-SVN: r22658
1998-09-29 20:02:35 -06:00
Jeff Law
4fa78b354f
Daily bump.
...
From-SVN: r22657
1998-09-29 18:45:02 -06:00
Manfred Hollstein
f653f0ab3f
configure.in (target_subdir): Remove duplicate line.
...
�
* configure.in (target_subdir): Remove duplicate line.
From-SVN: r22656
1998-09-29 23:50:57 +00:00
Jim Wilson
dc5737cfe7
Fix typo that disabled loop unrolling for many targets.
...
* loop.c (get_condition): Fix typo in May 9 change.
From-SVN: r22650
1998-09-29 13:04:10 -07:00
Kaveh R. Ghazi
1f6b0ce0c5
ch-tree.h (build_compare_expr): Change first argument's type from enum chill_tree_code' to
enum tree_code'.
...
* ch-tree.h (build_compare_expr): Change first argument's type
from `enum chill_tree_code' to `enum tree_code'.
(build_compare_discrete_expr): Likewise.
* expr.c (build_compare_set_expr): Likewise.
(build_compare_string_expr): Likewise.
(build_compare_expr): Likewise.
(build_compare_discrete_expr): Likewise. Also add default case in
switch statement.
(compare_int_csts): Add default case in switch statement.
From-SVN: r22643
1998-09-29 18:41:05 +00:00
Benjamin Kosnik
98e48780cf
�
...
new test
From-SVN: r22642
1998-09-29 16:13:35 +00:00
Benjamin Kosnik
8b424a9b49
*** empty log message ***
...
From-SVN: r22641
1998-09-29 16:13:14 +00:00
Joern Rennecke
4955a04323
Add entry for -fdump-unnumberd option.
...
From-SVN: r22640
1998-09-29 15:23:09 +01:00
Andrew MacLeod
89ed4e9d84
invoke.texi (-fexceptions): Merge 2 different descriptions.
...
Tue Sep 29 11:11:38 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
* invoke.texi (-fexceptions): Merge 2 different descriptions.
From-SVN: r22635
1998-09-29 08:15:16 +00:00
Jeff Law
fa78f41e38
Daily bump.
...
From-SVN: r22634
1998-09-28 18:45:01 -06:00
Alexandre Oliva
4a2f8460dc
bitfld1.C: expected failure
...
* g++.old-deja/g++.other/bitfld1.C: expected failure
* g++.old-deja/g++.other/nested2.C: ditto
* g++.old-deja/g++.robertl/eb132.C: no longer an expected failure
From-SVN: r22633
1998-09-28 21:24:13 +00:00
Anthony Green
a64c757e99
* semantics.c (finish_asm_stmt): Always permit volatile asms.
...
From-SVN: r22632
1998-09-28 20:23:27 +00:00
Kaveh R. Ghazi
630962bf86
toplev.c (documented_lang_options): Spelling corrections.
...
* toplev.c (documented_lang_options): Spelling corrections.
(`whoes' -> `whose')
From-SVN: r22631
1998-09-28 19:13:25 +00:00
Mark Mitchell
4f70a84653
decl.c (grokdeclarator): Tighten checks for invalid destructors.
...
* decl.c (grokdeclarator): Tighten checks for invalid
destructors. Improve error-messages and error-recovery.
* decl2.c (check_classfn): Don't assume that mangled destructor
names contain type information.
From-SVN: r22630
1998-09-28 17:34:33 +00:00
Alexandre Oliva
ab339d62c0
configure.in: new flags --with-ld and --with-as...
...
* configure.in: new flags --with-ld and --with-as, equivalent
to setting LD and AS environment variables. Test whether
specified arguments are GNU commands, and report them with
checking messages. Use the specified AS for configure
tests too.
* configure: ditto
* acconfig.h: add DEFAULT_ASSEMBLER and DEFAULT_LINKER
* config.in: ditto
* gcc.c (find_a_file): when looking for `as' and `ld', return
the DEFAULT program if it exists
* collect2.c (main): use DEFAULT_LINKER if it exists
* gcc.c (find_a_file): the test for existence of a full
pathname was reversed
From-SVN: r22629
1998-09-28 15:52:01 +00:00
Michael Meissner
42820a49dd
Make ASM_OUTPUT_MI_THUNK ELF only for now and always use jump
...
From-SVN: r22628
1998-09-28 14:40:27 +00:00
Mark Mitchell
8ff0c1af0e
* tree.h (TYPE_BINFO): Document.
...
From-SVN: r22627
1998-09-28 14:23:17 +00:00
Stan Cox
9588f31b35
i386-coff.h (dbxcoff.h): Added.
...
From-SVN: r22626
1998-09-28 11:05:13 +00:00
Catherine Moore
fd86857287
fix last patch.
...
From-SVN: r22622
1998-09-28 06:57:35 -04:00
Nick Clifton
1f2b04b361
Applied Jim's small patch to reload () for arm-elf.
...
From-SVN: r22621
1998-09-28 10:33:41 +00:00
Mark Mitchell
ece320145f
c-common.c (c_get_alias_set): Tighten slightly for FUNCTION_TYPEs and ARRAY_TYPEs.
...
* c-common.c (c_get_alias_set): Tighten slightly for FUNCTION_TYPEs
and ARRAY_TYPEs. Tidy up. Improve support for type-punning.
* expr.c (store_field): Add alias_set parameter. Set the
MEM_ALIAS_SET accordingly, if the target is a MEM.
(expand_assignment): Use it.
(store_constructor_field): Pass 0.
(expand_expr): Likewise.
From-SVN: r22620
1998-09-28 07:44:12 +00:00
Catherine Moore
7d0756fbf1
flags.h: Add flag_data_sections.
...
* flags.h: Add flag_data_sections.
* toplev.c: Add option -fdata-sections. Add flag_data_sections.
(compile_file): Error if flag_data_sections not supported.
* varasm.c (assemble_variable): Handle flag_data_sections.
* config/svr4.h: Modify prefixes for UNIQUE_SECTION_NAME.
* config/mips/elf.h: Likewise.
* config/mips/elf64.h: Likewise.
* invoke.texi: Describe -fdata-sections.
From-SVN: r22619
1998-09-28 02:24:06 -04:00
Jeff Law
52464fd6e7
Fix typos.
...
From-SVN: r22616
1998-09-27 21:24:01 -06:00
Jeffrey A Law
7542d87cee
* news.texi: Update from Craig.
...
From-SVN: r22615
1998-09-27 21:23:24 -06:00
Craig Burley
6fd7449401
invoke.texi (-ffloat-store): Clarify that this option does not affect intermediate results -- only variables.
...
* invoke.texi (-ffloat-store): Clarify that this option
does not affect intermediate results -- only variables.
From-SVN: r22614
1998-09-27 21:17:17 -06:00
Jeffrey A Law
fcce57564b
* cpp.texi: Update for Fortran usage from Craig.
...
From-SVN: r22613
1998-09-27 21:14:40 -06:00
Jeffrey A Law
494933e4cd
configure.in: Minor cleanups for building in the $(target_alias) subdir.
...
* configure.in: Minor cleanups for building in the $(target_alias)
subdir.
From-SVN: r22612
1998-09-27 21:07:27 -06:00
Jeff Law
f7c69d5640
Daily bump.
...
From-SVN: r22611
1998-09-27 18:45:32 -06:00
Jeff Law
c848b6d26e
Daily bump.
...
From-SVN: r22604
1998-09-26 18:45:02 -06:00
Jason Merrill
fe41d26a25
fix
...
From-SVN: r22601
1998-09-25 22:24:42 -04:00
Jeff Law
762d45abc8
Daily bump.
...
From-SVN: r22600
1998-09-25 18:45:01 -06:00
Alexandre Oliva
c9b6c487be
bitfld1.C: built-in operator!= should be preferred over template operator!= for enum bitfields
...
* g++.old-deja/g++.other/bitfld1.C: built-in operator!= should be
preferred over template operator!= for enum bitfields
From-SVN: r22599
1998-09-25 22:57:30 +00:00
Jason Merrill
c536a84ad8
update
...
From-SVN: r22598
1998-09-25 17:46:25 -04:00
Jason Merrill
18141e4c18
search.c (get_base_distance): Remove assert.
...
* search.c (get_base_distance): Remove assert.
* decl2.c (build_anon_union_vars): Don't process a field with no
name.
(finish_anon_union): Also complain about local anon unions with no
members.
From-SVN: r22597
1998-09-25 17:34:50 -04:00
David Edelsohn
b8d446d46e
- fixup botched commit
...
From-SVN: r22596
1998-09-25 15:19:03 -04:00
David Edelsohn
2310f99ae1
rs6000.c (function_arg_boundary): Revert accidental change on September 18.
...
* rs6000.c (function_arg_boundary): Revert accidental change on
September 18.
From-SVN: r22595
1998-09-25 15:11:55 -04:00
Michael Meissner
17167fd8b5
Add OUTPUT_ASM_MI_THUNK; use r12 as temp for System V profiling, not r11
...
From-SVN: r22594
1998-09-25 17:49:19 +00:00
David Edelsohn
ccf82a75b0
- update comment to clarify that this file is specific to AIX and 32-bit mode.
...
From-SVN: r22593
1998-09-25 10:56:26 -04:00
Jim Wilson
46fb0d7d0f
Fix nightly testing i386-coff libstdc++ build failure.
...
* sdbout.c (sdbout_one_type): Don't look at TYPE_BINFO field of enums.
From-SVN: r22592
1998-09-25 07:37:13 -07:00
J"orn Rennecke
913d8e1320
* sh.c (gen_shl_sext): Fix case 5.
...
From-SVN: r22591
1998-09-25 12:37:01 +01:00
Martin v. Löwis
a0e7ad89ab
New test case.
...
From-SVN: r22590
1998-09-25 11:17:12 +00:00
Martin v. Löwis
1231fb960d
decl.c (lookup_namespace_name): If the name is a namespace, return it immediately.
...
1998-09-24 Martin von L�wis <loewis@informatik.hu-berlin.de>
* decl.c (lookup_namespace_name): If the name is a namespace,
return it immediately.
From-SVN: r22589
1998-09-25 11:07:29 +00:00
J"orn Rennecke
2abbc1bd67
* reload1.c (reload_combine): Re-add line that got accidentally lost.
...
From-SVN: r22588
1998-09-25 10:38:08 +01:00