public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Eric Botcazou <ebotcazou@adacore.com>
To: Richard Guenther <rguenther@suse.de>
Cc: gcc-patches@gcc.gnu.org
Subject: Re: [PATCH] Fix PR49189
Date: Fri, 27 May 2011 16:42:00 -0000	[thread overview]
Message-ID: <201105271625.57276.ebotcazou@adacore.com> (raw)
In-Reply-To: <alpine.LNX.2.00.1105271509530.810@zhemvz.fhfr.qr>

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

> 2011-05-27  Richard Guenther  <rguenther@suse.de>
>
> 	PR middle-end/49189
> 	* fold-const.c (fold_unary_loc): Do not re-fold folding conversions
> 	of comparisons.
>
> 	* gnat.dg/bit_packed_array5.adb: New testcase.
> 	* gnat.dg/bit_packed_array5.ads: Likewise.

Thanks a lot!  I managed to mess up the dg stuff... fixed thusly, applied.


2011-05-27  Eric Botcazou  <ebotcazou@adacore.com>

	* gnat.dg/bit_packed_array5.ads: Move dg directive to...
	* gnat.dg/bit_packed_array5.adb: ...here.


-- 
Eric Botcazou

[-- Attachment #2: p.diff --]
[-- Type: text/x-diff, Size: 634 bytes --]

Index: gnat.dg/bit_packed_array5.adb
===================================================================
--- gnat.dg/bit_packed_array5.adb	(revision 174335)
+++ gnat.dg/bit_packed_array5.adb	(working copy)
@@ -1,3 +1,5 @@
+-- { dg-do compile }
+
 with System;
 
 package body Bit_Packed_Array5 is
Index: gnat.dg/bit_packed_array5.ads
===================================================================
--- gnat.dg/bit_packed_array5.ads	(revision 174335)
+++ gnat.dg/bit_packed_array5.ads	(working copy)
@@ -1,5 +1,3 @@
--- { dg-do compile }
-
 package Bit_Packed_Array5 is
 
    type Bit_Array is array (Integer range <>) of Boolean;

      reply	other threads:[~2011-05-27 14:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-27 14:01 Richard Guenther
2011-05-27 16:42 ` Eric Botcazou [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201105271625.57276.ebotcazou@adacore.com \
    --to=ebotcazou@adacore.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=rguenther@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).