Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
6f7f72f9
Commit
6f7f72f9
authored
Feb 26, 2007
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix formatting nits.
From-SVN: r122332
parent
07008ce4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
39 deletions
+24
-39
gcc/ada/ChangeLog
+24
-39
No files found.
gcc/ada/ChangeLog
View file @
6f7f72f9
...
@@ -78,9 +78,9 @@
...
@@ -78,9 +78,9 @@
2006
-
12
-
05
Aldy
Hernandez
<
aldyh
@
redhat
.
com
>
2006
-
12
-
05
Aldy
Hernandez
<
aldyh
@
redhat
.
com
>
Merge
from
gimple
-
tuples
-
branch
.
Merge
from
gimple
-
tuples
-
branch
:
2006
-
11
-
02
Aldy
Hernandez
<
aldyh
@
redhat
.
com
>
2006
-
11
-
02
Aldy
Hernandez
<
aldyh
@
redhat
.
com
>
*
ada
-
tree
.
h
(
lang_tree_node
):
Handle
gimple
tuples
.
*
ada
-
tree
.
h
(
lang_tree_node
):
Handle
gimple
tuples
.
*
trans
.
c
(
gnat_gimplify_expr
):
Replace
MODIFY_EXPR
with
*
trans
.
c
(
gnat_gimplify_expr
):
Replace
MODIFY_EXPR
with
GIMPLE_MODIFY_STMT
.
GIMPLE_MODIFY_STMT
.
...
@@ -4074,7 +4074,6 @@
...
@@ -4074,7 +4074,6 @@
2006-02-13 Javier Miranda <miranda@adacore.com>
2006-02-13 Javier Miranda <miranda@adacore.com>
PR ada/23973
PR ada/23973
* par-ch3.adb (P_Derived_Type_Def_Or_Private_Ext_Decl): Reorganize the
* par-ch3.adb (P_Derived_Type_Def_Or_Private_Ext_Decl): Reorganize the
code to improve the error message reported when the program has
code to improve the error message reported when the program has
declarations of abstract interface types and it is not compiled with
declarations of abstract interface types and it is not compiled with
...
@@ -5399,7 +5398,6 @@
...
@@ -5399,7 +5398,6 @@
Ed Schonberg <schonberg@adacore.com>
Ed Schonberg <schonberg@adacore.com>
PR ada/18434
PR ada/18434
* types.ads: Include All_Checks in Suppress_Array
* types.ads: Include All_Checks in Suppress_Array
* checks.adb (Check_Needed): Remove kludge for a/=b rewritten as
* checks.adb (Check_Needed): Remove kludge for a/=b rewritten as
...
@@ -6327,7 +6325,6 @@
...
@@ -6327,7 +6325,6 @@
Javier Miranda <miranda@adacore.com>
Javier Miranda <miranda@adacore.com>
PR ada/15604
PR ada/15604
* sem_type.adb (Covers): In an inlined body, a composite type matches
* sem_type.adb (Covers): In an inlined body, a composite type matches
a private type whose full view is a composite type.
a private type whose full view is a composite type.
(Interface_Present_In_Ancestor): Protect the frontend against
(Interface_Present_In_Ancestor): Protect the frontend against
...
@@ -8021,7 +8018,6 @@
...
@@ -8021,7 +8018,6 @@
2005-07-07 Olivier Hainque <hainque@adacore.com>
2005-07-07 Olivier Hainque <hainque@adacore.com>
PR ada/22301
PR ada/22301
* raise.c: Only include unwind.h if IN_RTS, and provide dummy type
* raise.c: Only include unwind.h if IN_RTS, and provide dummy type
definitions for the Unwind wrappers in the compiler case.
definitions for the Unwind wrappers in the compiler case.
...
@@ -8319,7 +8315,6 @@
...
@@ -8319,7 +8315,6 @@
2005-07-04 Robert Dewar <dewar@adacore.com>
2005-07-04 Robert Dewar <dewar@adacore.com>
PR ada/22039
PR ada/22039
* s-sopco3.ads, s-sopco4.ads, s-sopco5.ads: Minor documentation fix
* s-sopco3.ads, s-sopco4.ads, s-sopco5.ads: Minor documentation fix
2005-07-04 Matthew Gingell <gingell@adacore.com>
2005-07-04 Matthew Gingell <gingell@adacore.com>
...
@@ -9440,7 +9435,6 @@
...
@@ -9440,7 +9435,6 @@
2005-06-14 Thomas Quinot <quinot@adacore.com>
2005-06-14 Thomas Quinot <quinot@adacore.com>
PR ada/6717
PR ada/6717
* g-socket.ads, g-socket.adb (Inet_Addr): Special case the all-ones
* g-socket.ads, g-socket.adb (Inet_Addr): Special case the all-ones
broadcast address.
broadcast address.
(Create_Selector): Bind listening socket used to create the signalling
(Create_Selector): Bind listening socket used to create the signalling
...
@@ -9583,7 +9577,6 @@
...
@@ -9583,7 +9577,6 @@
2005-06-14 Robert Dewar <dewar@adacore.com>
2005-06-14 Robert Dewar <dewar@adacore.com>
PR ada/15613
PR ada/15613
* par-ch2.adb (Scan_Pragma_Argument): New procedure
* par-ch2.adb (Scan_Pragma_Argument): New procedure
(P_Pragma): Implement RM 2.8(4) check for no pos args after named args
(P_Pragma): Implement RM 2.8(4) check for no pos args after named args
...
@@ -9665,7 +9658,6 @@
...
@@ -9665,7 +9658,6 @@
Ed Schonberg <schonberg@adacore.com>
Ed Schonberg <schonberg@adacore.com>
PR ada/10671
PR ada/10671
* sem_prag.adb: Implement pragma Persistent_BSS
* sem_prag.adb: Implement pragma Persistent_BSS
Remove obsolete pragma Persistent_Data, Persistent_Object
Remove obsolete pragma Persistent_Data, Persistent_Object
Set Ada_Version_Explicit, for implementation of AI-362
Set Ada_Version_Explicit, for implementation of AI-362
...
@@ -10126,7 +10118,6 @@
...
@@ -10126,7 +10118,6 @@
Generic_Dispatching_Constructor.
Generic_Dispatching_Constructor.
PR ada/20300
PR ada/20300
* sem_ch8.adb (Find_Direct_Name): Go to root type for check of
* sem_ch8.adb (Find_Direct_Name): Go to root type for check of
character type cases.
character type cases.
(Analyze_Subprogram_Renaming): Add special handling for
(Analyze_Subprogram_Renaming): Add special handling for
...
@@ -10432,7 +10423,6 @@
...
@@ -10432,7 +10423,6 @@
2005-03-17 Robert Dewar <dewar@adacore.com>
2005-03-17 Robert Dewar <dewar@adacore.com>
PR ada/19519
PR ada/19519
* namet.adb (Copy_One_Character): Set proper wide character encoding
* namet.adb (Copy_One_Character): Set proper wide character encoding
for upper half character if we have upper half encoding.
for upper half character if we have upper half encoding.
...
@@ -10808,7 +10798,6 @@
...
@@ -10808,7 +10798,6 @@
2005-03-15 Robert Dewar <dewar@adacore.com>
2005-03-15 Robert Dewar <dewar@adacore.com>
PR ada/13470
PR ada/13470
* a-stunau.ads, a-stunau.adb:
* a-stunau.ads, a-stunau.adb:
Change interface to allow efficient (and correct) implementation
Change interface to allow efficient (and correct) implementation
The previous changes to allow extra space in unbounded strings had
The previous changes to allow extra space in unbounded strings had
...
@@ -10971,7 +10960,6 @@
...
@@ -10971,7 +10960,6 @@
PR ada/19408
PR ada/19408
PR ada/19140
PR ada/19140
PR ada/20255
PR ada/20255
* decl.c (gnat_to_gnu_field): Reject aliased components with a
* decl.c (gnat_to_gnu_field): Reject aliased components with a
representation clause that prescribes a size not equal to the rounded
representation clause that prescribes a size not equal to the rounded
size of their types.
size of their types.
...
@@ -11130,7 +11118,6 @@
...
@@ -11130,7 +11118,6 @@
PR ada/20226
PR ada/20226
PR ada/20344
PR ada/20344
* init.c (__gnat_initialize): Do not call __gnat_install_SEH_handler()
* init.c (__gnat_initialize): Do not call __gnat_install_SEH_handler()
when IN_RTS. This is to work around a bootstrap path problem.
when IN_RTS. This is to work around a bootstrap path problem.
...
@@ -11841,8 +11828,7 @@
...
@@ -11841,8 +11828,7 @@
2005-02-09 Eric Botcazou <ebotcazou@adacore.com>
2005-02-09 Eric Botcazou <ebotcazou@adacore.com>
Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
Fix for c330001 - PR ada/19386
PR ada/19386
* decl.c:
* decl.c:
(gnat_to_gnu_field): Do not necessarily invoke make_packable_type
(gnat_to_gnu_field): Do not necessarily invoke make_packable_type
on the field if Pragma Component_Alignment (Storage_Unit).
on the field if Pragma Component_Alignment (Storage_Unit).
...
@@ -11942,7 +11928,6 @@
...
@@ -11942,7 +11928,6 @@
2005-02-09 Arnaud Charlet <charlet@adacore.com>
2005-02-09 Arnaud Charlet <charlet@adacore.com>
PR ada/16592
PR ada/16592
* Makefile.in: Link all gnat tools with -static-libgcc, since
* Makefile.in: Link all gnat tools with -static-libgcc, since
-shared-libgcc is now used by default on some systems (e.g. linux with
-shared-libgcc is now used by default on some systems (e.g. linux with
recent binutils).
recent binutils).
...
@@ -13732,7 +13717,6 @@
...
@@ -13732,7 +13717,6 @@
2004-10-04 Bernard Banner <banner@gnat.com>
2004-10-04 Bernard Banner <banner@gnat.com>
PR ada/13897
PR ada/13897
* Makefile.in: Add section for powerpc linux
* Makefile.in: Add section for powerpc linux
Add variant i-vxwork-x86.ads
Add variant i-vxwork-x86.ads
...
@@ -14008,7 +13992,6 @@
...
@@ -14008,7 +13992,6 @@
2004-09-23 Robert Dewar <dewar@gnat.com>
2004-09-23 Robert Dewar <dewar@gnat.com>
PR ada/17540
PR ada/17540
* sem_prag.adb (Process_Import_Or_Interface): Don't set Is_Public here,
* sem_prag.adb (Process_Import_Or_Interface): Don't set Is_Public here,
instead do this at freeze time (we won't do it if there is an address
instead do this at freeze time (we won't do it if there is an address
clause).
clause).
...
@@ -14053,7 +14036,6 @@
...
@@ -14053,7 +14036,6 @@
2004-09-20 Robert Dewar <dewar@gnat.com>
2004-09-20 Robert Dewar <dewar@gnat.com>
PR ada/17540
PR ada/17540
* freeze.adb (Check_Address_Clause): Reset Is_Imported and Is_Public
* freeze.adb (Check_Address_Clause): Reset Is_Imported and Is_Public
if an address clause is present, since that means that the Import
if an address clause is present, since that means that the Import
should be ignored.
should be ignored.
...
@@ -14732,7 +14714,6 @@
...
@@ -14732,7 +14714,6 @@
2004-08-09 Ed Schonberg <schonberg@gnat.com>
2004-08-09 Ed Schonberg <schonberg@gnat.com>
PR ada/15408
PR ada/15408
* sem_ch7.adb (Install_Private_Declarations): In the body of the
* sem_ch7.adb (Install_Private_Declarations): In the body of the
package or of a child, private entities are both immediately_visible
package or of a child, private entities are both immediately_visible
and not hidden.
and not hidden.
...
@@ -16270,7 +16251,6 @@
...
@@ -16270,7 +16251,6 @@
2004-06-11 Hristian Kirtchev <kirtchev@gnat.com>
2004-06-11 Hristian Kirtchev <kirtchev@gnat.com>
PR ada/15587
PR ada/15587
* einfo.ads: Minor comment updates for Has_Completion and
* einfo.ads: Minor comment updates for Has_Completion and
E_Constant list of flags.
E_Constant list of flags.
...
@@ -16353,7 +16333,6 @@
...
@@ -16353,7 +16333,6 @@
2004-06-11 Ed Schonberg <schonberg@gnat.com>
2004-06-11 Ed Schonberg <schonberg@gnat.com>
PR ada/15403
PR ada/15403
* sem_ch12.adb (Save_References): If operator node has been folded to
* sem_ch12.adb (Save_References): If operator node has been folded to
enumeration literal, associated_node must be discarded.
enumeration literal, associated_node must be discarded.
...
@@ -16365,7 +16344,6 @@
...
@@ -16365,7 +16344,6 @@
2004-06-08 Arnaud Charlet <charlet@act-europe.fr>
2004-06-08 Arnaud Charlet <charlet@act-europe.fr>
PR ada/15568
PR ada/15568
* Makefile.in: Remove target specific SO_OPT on IRIX
* Makefile.in: Remove target specific SO_OPT on IRIX
2004-06-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2004-06-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
...
@@ -17580,7 +17558,6 @@
...
@@ -17580,7 +17558,6 @@
2004-05-03 Olivier Hainque <hainque@act-europe.fr>
2004-05-03 Olivier Hainque <hainque@act-europe.fr>
PR ada/15152
PR ada/15152
* exp_ch2.adb (Expand_Current_Value): Leave Machine_Code Asm arguments
* exp_ch2.adb (Expand_Current_Value): Leave Machine_Code Asm arguments
alone. Replacing object references by literals is inappropriate in a
alone. Replacing object references by literals is inappropriate in a
so low level context.
so low level context.
...
@@ -19911,7 +19888,8 @@
...
@@ -19911,7 +19888,8 @@
2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
Nathanael Nerode <neroden@gcc.gnu.org>
Nathanael Nerode <neroden@gcc.gnu.org>
PR ada/6637, PR ada/5911
PR ada/6637
PR ada/5911
Merge with libada-branch:
Merge with libada-branch:
* config-lang.in: Build libada only when ada is built.
* config-lang.in: Build libada only when ada is built.
...
@@ -21043,7 +21021,6 @@
...
@@ -21043,7 +21021,6 @@
Fixes ACATS regressions.
Fixes ACATS regressions.
PR ada/13353
PR ada/13353
* sem_prag.adb (Back_End_Cannot_Inline): A renaming_as_body can always
* sem_prag.adb (Back_End_Cannot_Inline): A renaming_as_body can always
be inlined.
be inlined.
...
@@ -21280,7 +21257,6 @@
...
@@ -21280,7 +21257,6 @@
2003-12-03 Thomas Quinot <quinot@act-europe.fr>
2003-12-03 Thomas Quinot <quinot@act-europe.fr>
PR ada/11724
PR ada/11724
* adaint.h, adaint.c, g-os_lib.ads:
* adaint.h, adaint.c, g-os_lib.ads:
Do not assume that the offset argument to lseek(2) is a 32 bit integer,
Do not assume that the offset argument to lseek(2) is a 32 bit integer,
on some platforms (including FreeBSD), it is a 64 bit value.
on some platforms (including FreeBSD), it is a 64 bit value.
...
@@ -22304,7 +22280,6 @@
...
@@ -22304,7 +22280,6 @@
2003-11-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2003-11-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
Part of PR ada/12806
Part of PR ada/12806
* ada-tree.h (TYPE_DIGITS_VALUE, SET_TYPE_DIGITS_VALUE): Save count as
* ada-tree.h (TYPE_DIGITS_VALUE, SET_TYPE_DIGITS_VALUE): Save count as
tree, not integer.
tree, not integer.
...
@@ -22618,7 +22593,7 @@
...
@@ -22618,7 +22593,7 @@
* Makefile.generic: Add missing substitution on object_deps handling.
* Makefile.generic: Add missing substitution on object_deps handling.
PR ada/5909
:
PR ada/5909
* Make-lang.in (check-ada): Enable ACATS test suite.
* Make-lang.in (check-ada): Enable ACATS test suite.
2003-10-27 Robert Dewar <dewar@gnat.com>
2003-10-27 Robert Dewar <dewar@gnat.com>
...
@@ -22687,13 +22662,13 @@
...
@@ -22687,13 +22662,13 @@
2003-10-24 Pascal Obry <obry@gnat.com>
2003-10-24 Pascal Obry <obry@gnat.com>
PR ada/12014
* adadecode.c (ostrcpy): New function.
* adadecode.c (ostrcpy): New function.
(__gnat_decode): Use ostrcpy of strcpy.
(__gnat_decode): Use ostrcpy of strcpy.
(has_prefix): Set first parameter a const.
(has_prefix): Set first parameter a const.
(has_suffix): Set first parameter a const.
(has_suffix): Set first parameter a const.
Update copyright notice. Fix source name in header.
Update copyright notice. Fix source name in header.
Removes a trailing space.
Removes a trailing space.
PR ada/12014.
2003-10-24 Jose Ruiz <ruiz@act-europe.fr>
2003-10-24 Jose Ruiz <ruiz@act-europe.fr>
...
@@ -22768,13 +22743,13 @@
...
@@ -22768,13 +22743,13 @@
2003-10-23 Thomas Quinot <quinot@act-europe.fr>
2003-10-23 Thomas Quinot <quinot@act-europe.fr>
PR ada/11978
:
PR ada/11978
* exp_ch13.adb (Expand_N_Freeze_Entity): Do not consider inherited
* exp_ch13.adb (Expand_N_Freeze_Entity): Do not consider inherited
External_Tag attribute definition clauses.
External_Tag attribute definition clauses.
2003-10-23 Ed Schonberg <schonberg@gnat.com>
2003-10-23 Ed Schonberg <schonberg@gnat.com>
PR ada/7613
:
PR ada/7613
* exp_dbug.adb (Debug_Renaming_Declaration): For the renaming of a
* exp_dbug.adb (Debug_Renaming_Declaration): For the renaming of a
child unit, generate a fully qualified name to avoid spurious errors
child unit, generate a fully qualified name to avoid spurious errors
when the context contains renamings of different child units with
when the context contains renamings of different child units with
...
@@ -22837,7 +22812,8 @@
...
@@ -22837,7 +22812,8 @@
2003-10-22 Arnaud Charlet <charlet@act-europe.fr>
2003-10-22 Arnaud Charlet <charlet@act-europe.fr>
* Makefile.in: Disable build of gnatpsta. PR ada/10110.
PR ada/10110
* Makefile.in: Disable build of gnatpsta.
* cstreams.c (__gnat_full_name): Minor improvements and clean up
* cstreams.c (__gnat_full_name): Minor improvements and clean up
of previous change.
of previous change.
...
@@ -23372,7 +23348,7 @@
...
@@ -23372,7 +23348,7 @@
2003-06-04 Olivier Hainque <hainque@act-europe.fr>
2003-06-04 Olivier Hainque <hainque@act-europe.fr>
PR ada/9953
:
PR ada/9953
* 5hsystem.ads: Remove pragma Linker_Option for pthreads library,
* 5hsystem.ads: Remove pragma Linker_Option for pthreads library,
and turn ZCX_By_Default back to False since the underlying support
and turn ZCX_By_Default back to False since the underlying support
is not quite there yet.
is not quite there yet.
...
@@ -23825,7 +23801,7 @@
...
@@ -23825,7 +23801,7 @@
2003-02-18 Ben Elliston <bje@redhat.com>
2003-02-18 Ben Elliston <bje@redhat.com>
Part of
fix for
PR ada/9406
Part of PR ada/9406
* gnat_ug.texi (Binder output file): Grammar fix.
* gnat_ug.texi (Binder output file): Grammar fix.
2003-02-18 Ben Elliston <bje@redhat.com>
2003-02-18 Ben Elliston <bje@redhat.com>
...
@@ -23934,9 +23910,10 @@
...
@@ -23934,9 +23910,10 @@
2002-12-14 Geert Bosch <bosch@gnat.com>
2002-12-14 Geert Bosch <bosch@gnat.com>
PR ada/5690
* sem_ch6.adb (Analyze_Subprogram_Body): Recognize additional
* sem_ch6.adb (Analyze_Subprogram_Body): Recognize additional
case of a body created for a Renaming_As_Body, on which
case of a body created for a Renaming_As_Body, on which
conformance checks are not performed.
Fixes PR ada/5690.
conformance checks are not performed.
2002-11-30 Zack Weinberg <zack@codesourcery.com>
2002-11-30 Zack Weinberg <zack@codesourcery.com>
...
@@ -23950,7 +23927,9 @@
...
@@ -23950,7 +23927,9 @@
solution to buffer overflow bug on GNU/Linux.
solution to buffer overflow bug on GNU/Linux.
2002-11-14 Nathanael Nerode <neroden@gcc.gnu.org>
2002-11-14 Nathanael Nerode <neroden@gcc.gnu.org>
Closes PR ada/5856 and PR ada/6919 !
PR ada/5856
PR ada/6919
* bindgen.adb: Remove all references to Public_Version.
* bindgen.adb: Remove all references to Public_Version.
* comperr.adb: Remove all references to Public_Version and
* comperr.adb: Remove all references to Public_Version and
GNATPRO_Version; correct bug reporting instructions.
GNATPRO_Version; correct bug reporting instructions.
...
@@ -23959,6 +23938,7 @@
...
@@ -23959,6 +23938,7 @@
GNATPRO version.
GNATPRO version.
2002-11-13 Nathanael Nerode <neroden@gcc.gnu.org>
2002-11-13 Nathanael Nerode <neroden@gcc.gnu.org>
PR ada/6919
PR ada/6919
* adaint.c (__gnat_tmp_name): Remove buffer overflow bug on
* adaint.c (__gnat_tmp_name): Remove buffer overflow bug on
GNU/Linux.
GNU/Linux.
...
@@ -23967,21 +23947,25 @@
...
@@ -23967,21 +23947,25 @@
* config-lang.in: Remove diff_excludes.
* config-lang.in: Remove diff_excludes.
2002-11-05 Graham Stott <graham.stott@btinternet.com>
2002-11-05 Graham Stott <graham.stott@btinternet.com>
PR ada/8358
PR ada/8358
* trans.c (gnu_pending_elaboration_lists): New GC root.
* trans.c (gnu_pending_elaboration_lists): New GC root.
(build_unit_elab): Use..
(build_unit_elab): Use..
2002-10-30 Geert Bosch <bosch@gnat.com>
2002-10-30 Geert Bosch <bosch@gnat.com>
PR ada/6558
PR ada/6558
* misc.c : Include optabs.h
* misc.c : Include optabs.h
* Make-lang.in (misc.o): Add dependency on optabs.h
* Make-lang.in (misc.o): Add dependency on optabs.h
2002-10-29 Geert Bosch <bosch@gnat.com>
2002-10-29 Geert Bosch <bosch@gnat.com>
PR ada/6558
PR ada/6558
* Make-lang.in (gnatbind): Depend on CONFIG_H
* Make-lang.in (gnatbind): Depend on CONFIG_H
2002-10-29 Geert bosch <bosch@gnat.com>
2002-10-29 Geert bosch <bosch@gnat.com>
PR ada/6558
PR ada/6558
* misc.c: Unrevert misc.c (1.13)
* misc.c: Unrevert misc.c (1.13)
...
@@ -23991,6 +23975,7 @@
...
@@ -23991,6 +23975,7 @@
maintainership comments.
maintainership comments.
2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
PR ada/5904
PR ada/5904
* 5ataprop.adb 5atpopsp.adb 5bosinte.adb 5ftaprop.adb
* 5ataprop.adb 5atpopsp.adb 5bosinte.adb 5ftaprop.adb
5gtaprop.adb 5htaprop.adb 5rosinte.ads 5staprop.adb
5gtaprop.adb 5htaprop.adb 5rosinte.ads 5staprop.adb
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment