public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/59356] New: ACATS tests C52102A and C52102C fail on i686-pc-linux-gnu
@ 2013-11-30 19:49 bernd.edlinger at hotmail dot de
  2013-12-02 11:18 ` [Bug tree-optimization/59356] [4.9 regression] ACATS C52102A and C52102C failures ebotcazou at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bernd.edlinger at hotmail dot de @ 2013-11-30 19:49 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59356

            Bug ID: 59356
           Summary: ACATS tests C52102A and C52102C fail on
                    i686-pc-linux-gnu
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
          Assignee: unassigned at gcc dot gnu.org
          Reporter: bernd.edlinger at hotmail dot de

,.,. C52102A ACATS 2.5 13-11-30 19:14:40^M
---- C52102A CHECK THAT THE ASSIGNMENT OF OVERLAPPING SOURCE AND TARGET ^M
                VARIABLES (INCLUDING ARRAYS AND SLICES IN VARIOUS^M
                COMBINATIONS) SATISFIES THE SEMANTICS OF "COPY"^M
                ASSIGNMENT (PART 1: STATIC BOUNDS).^M
   * C52102A WRONG VALUES  -  I3.^M
   * C52102A WRONG VALUES  -  B3.^M
**** C52102A FAILED ****************************.^M
FAIL:   c52102a

,.,. C52102C ACATS 2.5 13-11-30 19:14:54^M
---- C52102C CHECK THAT THE ASSIGNMENT OF OVERLAPPING SOURCE AND TARGET ^M
                VARIABLES (INCLUDING ARRAYS AND SLICES IN VARIOUS^M
                COMBINATIONS) SATISFIES THE SEMANTICS OF "COPY"^M
                ASSIGNMENT WHEN INITIAL ASSIGNMENT VALUES ARE DYNAMIC ^M
                (PART 1: STATIC BOUNDS).^M
   * C52102C WRONG VALUES  -  I3.^M
   * C52102C WRONG VALUES  -  B3.^M
**** C52102C FAILED ****************************.^M
FAIL:   c52102c

Boot-strapped with current trunk rev. 205509
Apparently all test cases pass on X86_64.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug tree-optimization/59356] [4.9 regression] ACATS C52102A and C52102C failures
  2013-11-30 19:49 [Bug ada/59356] New: ACATS tests C52102A and C52102C fail on i686-pc-linux-gnu bernd.edlinger at hotmail dot de
@ 2013-12-02 11:18 ` ebotcazou at gcc dot gnu.org
  2013-12-02 11:20 ` ebotcazou at gcc dot gnu.org
  2013-12-02 11:26 ` ebotcazou at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2013-12-02 11:18 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59356

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|ada                         |tree-optimization

--- Comment #2 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Recategorizing.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug tree-optimization/59356] [4.9 regression] ACATS C52102A and C52102C failures
  2013-11-30 19:49 [Bug ada/59356] New: ACATS tests C52102A and C52102C fail on i686-pc-linux-gnu bernd.edlinger at hotmail dot de
  2013-12-02 11:18 ` [Bug tree-optimization/59356] [4.9 regression] ACATS C52102A and C52102C failures ebotcazou at gcc dot gnu.org
@ 2013-12-02 11:20 ` ebotcazou at gcc dot gnu.org
  2013-12-02 11:26 ` ebotcazou at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2013-12-02 11:20 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59356

--- Comment #3 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Author: ebotcazou
Date: Mon Dec  2 11:20:14 2013
New Revision: 205585

URL: http://gcc.gnu.org/viewcvs?rev=205585&root=gcc&view=rev
Log:
    PR tree-optimization/59356
    * tree-dfa.h (get_addr_base_and_unit_offset_1) <case ARRAY_REF>: Do the
    offset computation using the precision of the index type.

Added:
    trunk/gcc/testsuite/gnat.dg/opt30.adb
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-dfa.h


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug tree-optimization/59356] [4.9 regression] ACATS C52102A and C52102C failures
  2013-11-30 19:49 [Bug ada/59356] New: ACATS tests C52102A and C52102C fail on i686-pc-linux-gnu bernd.edlinger at hotmail dot de
  2013-12-02 11:18 ` [Bug tree-optimization/59356] [4.9 regression] ACATS C52102A and C52102C failures ebotcazou at gcc dot gnu.org
  2013-12-02 11:20 ` ebotcazou at gcc dot gnu.org
@ 2013-12-02 11:26 ` ebotcazou at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2013-12-02 11:26 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59356

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Thanks for reporting the problem.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-12-02 11:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-30 19:49 [Bug ada/59356] New: ACATS tests C52102A and C52102C fail on i686-pc-linux-gnu bernd.edlinger at hotmail dot de
2013-12-02 11:18 ` [Bug tree-optimization/59356] [4.9 regression] ACATS C52102A and C52102C failures ebotcazou at gcc dot gnu.org
2013-12-02 11:20 ` ebotcazou at gcc dot gnu.org
2013-12-02 11:26 ` ebotcazou at gcc dot gnu.org

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).