public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Apply workaround for PR bootstrap/80897
@ 2017-06-12 11:29 Eric Botcazou
  0 siblings, 0 replies; only message in thread
From: Eric Botcazou @ 2017-06-12 11:29 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 664 bytes --]

This is the build failure of the Ada runtime on SPARC64/Linux, caused by a 
miscompilation of the Ada front-end at -O2 or above.  The symptom is exactly 
the same as that of PR middle-end/44993, which was a similar build failure, 
although the root cause is slightly different.

It's delicate stuff in the middle-end so I'm applying a trivial workaround to 
the Ada front-end to unbreak the build and I'll create a testcase separately.

Boostrapped/regtested on SPARC64/Linux, applied on the mainline.


2017-06-12  Eric Botcazou  <ebotcazou@adacore.com>

	PR bootstrap/80897
	* exp_ch3.adb (Make_Predefined_Primitive_Specs): Use Positive index.

-- 
Eric Botcazou

[-- Attachment #2: pr80897.diff --]
[-- Type: text/x-patch, Size: 478 bytes --]

Index: exp_ch3.adb
===================================================================
--- exp_ch3.adb	(revision 249091)
+++ exp_ch3.adb	(working copy)
@@ -9216,7 +9216,7 @@ package body Exp_Ch3 is
 
       declare
          Stream_Op_TSS_Names :
-           constant array (Integer range <>) of TSS_Name_Type :=
+           constant array (Positive range <>) of TSS_Name_Type :=
              (TSS_Stream_Read,
               TSS_Stream_Write,
               TSS_Stream_Input,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-12 11:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-12 11:29 Apply workaround for PR bootstrap/80897 Eric Botcazou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).