public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/15028] New: [3.5 regression] Assert_Failure uintp.adb:2409
@ 2004-04-20 16:26 danglin at gcc dot gnu dot org
  2004-04-20 16:43 ` [Bug optimization/15028] " pinskia at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: danglin at gcc dot gnu dot org @ 2004-04-20 16:26 UTC (permalink / raw)
  To: gcc-bugs

stage2/xgcc -Bstage2/ -B/home/dave/opt/gnu/gcc/gcc-3.5/hppa-linux/bin/   -g -O2
-DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pe
dantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-c
ommon   -DHAVE_CONFIG_H  gcov-dump.o version.o libcpp.a ../libiberty/libiberty.a
   -o gcov-dump
stage2/xgcc -Bstage2/ -B/home/dave/opt/gnu/gcc/gcc-3.5/hppa-linux/bin/ -c -g -O2
      -gnatpg -gnata -I- -I. -Iada -I../../gcc/gcc/ada ../../gcc/gcc/ada/ada.ads
 -o ada/ada.o
+===========================GNAT BUG DETECTED==============================+
| 3.5.0 20040420 (experimental) (hppa-unknown-linux-gnu) Assert_Failure uintp.ad
b:2409|
| Error detected at system.ads:163:5                                       |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.


compilation abandoned

My last previous build was successful.  It was updated at
Fri Apr 16 22:40:47 UTC 2004.

-- 
           Summary: [3.5 regression] Assert_Failure uintp.adb:2409
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa-unknown-linux-gnu
  GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu


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


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

* [Bug optimization/15028] [3.5 regression] Assert_Failure uintp.adb:2409
  2004-04-20 16:26 [Bug ada/15028] New: [3.5 regression] Assert_Failure uintp.adb:2409 danglin at gcc dot gnu dot org
@ 2004-04-20 16:43 ` pinskia at gcc dot gnu dot org
  2004-04-20 16:46 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-20 16:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-20 16:26 -------
There are a few patches which I would think could have caused this (the last one is most logical one 
though):
2004-04-19  Daniel Jacobowitz  <drow@mvista.com>

        * stor-layout.c (layout_decl): Check DECL_PACKED before calling
        ADJUST_FIELD_ALIGN.  Check maximum_field_alignment after.

2004-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

        * varasm.c (compare_constant, case VIEW_CONVERT_EXPR): Add case.

        * expmed.c (expand_mult_highpart_adjust): Make OP1 valid for MODE.
        (expand_mult_highpart_optab): Likewise.
        (expand_mult_highpart): Make OP1 valid for WIDER_MODE, not MODE.

2004-04-17  Paolo Bonzini  <bonzini@gnu.org>

        * opts.c (decode_options): Do not enable flag_rename_registers
        and flag_web at -O3.
        * toplev.c (flag_rename_registers): Initialize
        flag_rename_registers and flag_web to
        AUTODETECT_FLAG_VAR_TRACKING.
        (default_debug_hooks): New global.
        (process_options): Initialize default_debug_hooks.  Warn if
        -fvar-tracking specified but not supported by the current
        debug format.  Do not run var tracking at -O0 or if not
        supported by the current debug format, even if
        -fvar-tracking was given.  If -fno-rename-registers
        is not specified, always run register renaming if var
        tracking is supported by the default debugging information
        format for the target, and we are at -O1 or higher; similarly
        for -fweb, but only at -O2 or higher.
        * doc/invoke.texi (Optimize Options): Document this.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|ada                         |optimization
           Keywords|                            |wrong-code
   Target Milestone|---                         |3.5.0


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


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

* [Bug optimization/15028] [3.5 regression] Assert_Failure uintp.adb:2409
  2004-04-20 16:26 [Bug ada/15028] New: [3.5 regression] Assert_Failure uintp.adb:2409 danglin at gcc dot gnu dot org
  2004-04-20 16:43 ` [Bug optimization/15028] " pinskia at gcc dot gnu dot org
@ 2004-04-20 16:46 ` pinskia at gcc dot gnu dot org
  2004-04-21  1:11 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-20 16:46 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build


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


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

* [Bug optimization/15028] [3.5 regression] Assert_Failure uintp.adb:2409
  2004-04-20 16:26 [Bug ada/15028] New: [3.5 regression] Assert_Failure uintp.adb:2409 danglin at gcc dot gnu dot org
  2004-04-20 16:43 ` [Bug optimization/15028] " pinskia at gcc dot gnu dot org
  2004-04-20 16:46 ` pinskia at gcc dot gnu dot org
@ 2004-04-21  1:11 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-04-21  1:26 ` danglin at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2004-04-21  1:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-04-21 01:01 -------
Subject: Re:  [3.5 regression] Assert_Failure uintp.ad

> 2004-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
> 
>         * expmed.c (expand_mult_highpart_adjust): Make OP1 valid for MODE.
>         (expand_mult_highpart_optab): Likewise.
>         (expand_mult_highpart): Make OP1 valid for WIDER_MODE, not MODE.

This is it.  I see it also causes a problem on AIX.

Dave


-- 


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


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

* [Bug optimization/15028] [3.5 regression] Assert_Failure uintp.adb:2409
  2004-04-20 16:26 [Bug ada/15028] New: [3.5 regression] Assert_Failure uintp.adb:2409 danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-04-21  1:11 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2004-04-21  1:26 ` danglin at gcc dot gnu dot org
  2004-04-21  4:08 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: danglin at gcc dot gnu dot org @ 2004-04-21  1:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From danglin at gcc dot gnu dot org  2004-04-21 01:04 -------
Please fix.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kenner at gcc dot gnu dot
                   |                            |org


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


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

* [Bug optimization/15028] [3.5 regression] Assert_Failure uintp.adb:2409
  2004-04-20 16:26 [Bug ada/15028] New: [3.5 regression] Assert_Failure uintp.adb:2409 danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-04-21  1:26 ` danglin at gcc dot gnu dot org
@ 2004-04-21  4:08 ` pinskia at gcc dot gnu dot org
  2004-04-21 18:12 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-21  4:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-21 03:27 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-21 03:27:26
               date|                            |


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


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

* [Bug optimization/15028] [3.5 regression] Assert_Failure uintp.adb:2409
  2004-04-20 16:26 [Bug ada/15028] New: [3.5 regression] Assert_Failure uintp.adb:2409 danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-04-21  4:08 ` pinskia at gcc dot gnu dot org
@ 2004-04-21 18:12 ` pinskia at gcc dot gnu dot org
  2004-04-21 18:19 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-21 18:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-21 17:38 -------
Now Kenner applied a patch for this, does this work now or should I say get you further?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

* [Bug optimization/15028] [3.5 regression] Assert_Failure uintp.adb:2409
  2004-04-20 16:26 [Bug ada/15028] New: [3.5 regression] Assert_Failure uintp.adb:2409 danglin at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-04-21 18:12 ` pinskia at gcc dot gnu dot org
@ 2004-04-21 18:19 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-04-21 19:09 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2004-04-21 18:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-04-21 18:08 -------
Subject: Re:  [3.5 regression] Assert_Failure uintp.ad

> ------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-21
> 17:38 -------
> Now Kenner applied a patch for this, does this work now or should I say get
> you further?

I'll know in 15-20 minutes.

Dave


-- 


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


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

* [Bug optimization/15028] [3.5 regression] Assert_Failure uintp.adb:2409
  2004-04-20 16:26 [Bug ada/15028] New: [3.5 regression] Assert_Failure uintp.adb:2409 danglin at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-04-21 18:19 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2004-04-21 19:09 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-04-21 19:13 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2004-04-21 19:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-04-21 18:40 -------
Subject: Re:  [3.5 regression] Assert_Failure uintp.ad

> Now Kenner applied a patch for this, does this work now or should I say get
> you further?

No, we still have the same error:

stage2/xgcc -Bstage2/ -B/home/dave/opt/gnu/gcc/gcc-3.5-sjlj/hppa-linux/bin/ -c -
g -O2      -gnatpg -gnata -I- -I. -Iada -I../../gcc/gcc/ada ../../gcc/gcc/ada/ad
a.ads -o ada/ada.o
+===========================GNAT BUG DETECTED==============================+
| 3.5.0 20040421 (experimental) (hppa-unknown-linux-gnu) Assert_Failure uintp.ad
b:2409|
| Error detected at system.ads:163:5                                       |

Dave


-- 


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


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

* [Bug optimization/15028] [3.5 regression] Assert_Failure uintp.adb:2409
  2004-04-20 16:26 [Bug ada/15028] New: [3.5 regression] Assert_Failure uintp.adb:2409 danglin at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2004-04-21 19:09 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2004-04-21 19:13 ` pinskia at gcc dot gnu dot org
  2004-04-25 16:55 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-21 19:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-21 18:56 -------
Okay, thanks for trying.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|2004-04-21 03:27:26         |2004-04-21 18:56:31
               date|                            |


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


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

* [Bug optimization/15028] [3.5 regression] Assert_Failure uintp.adb:2409
  2004-04-20 16:26 [Bug ada/15028] New: [3.5 regression] Assert_Failure uintp.adb:2409 danglin at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2004-04-21 19:13 ` pinskia at gcc dot gnu dot org
@ 2004-04-25 16:55 ` pinskia at gcc dot gnu dot org
  2004-04-26  3:09 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-25 16:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-25 16:40 -------
This works now right?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

* [Bug optimization/15028] [3.5 regression] Assert_Failure uintp.adb:2409
  2004-04-20 16:26 [Bug ada/15028] New: [3.5 regression] Assert_Failure uintp.adb:2409 danglin at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2004-04-25 16:55 ` pinskia at gcc dot gnu dot org
@ 2004-04-26  3:09 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-04-26  3:17 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-04-26  3:19 ` pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2004-04-26  3:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-04-26 01:35 -------
Subject: Re:  [3.5 regression] Assert_Failure uintp.adb:2409

> ------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-25 16:40 -------
> This works now right?

Yes.  Ulrich's patch, <http://gcc.gnu.org/ml/gcc-patches/2004-04/msg01616.html>,fixed the problem.

Dave


-- 


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


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

* [Bug optimization/15028] [3.5 regression] Assert_Failure uintp.adb:2409
  2004-04-20 16:26 [Bug ada/15028] New: [3.5 regression] Assert_Failure uintp.adb:2409 danglin at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2004-04-26  3:09 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2004-04-26  3:17 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-04-26  3:19 ` pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2004-04-26  3:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-04-26 01:38 -------
Subject: Re:  [3.5 regression] Assert_Failure uintp.adb:2409

> Yes.  Ulrich's patch, <http://gcc.gnu.org/ml/gcc-patches/2004-04/msg01616.html>,fixed the problem.

Sorry, wrong patch:
http://gcc.gnu.org/ml/gcc-patches/2004-04/msg01615.html

Dave


-- 


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


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

* [Bug optimization/15028] [3.5 regression] Assert_Failure uintp.adb:2409
  2004-04-20 16:26 [Bug ada/15028] New: [3.5 regression] Assert_Failure uintp.adb:2409 danglin at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2004-04-26  3:17 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2004-04-26  3:19 ` pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-26  3:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-26 01:44 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
      Known to fail|                            |3.0.4 3.2.3 3.3.1 3.3.3
                   |                            |3.4.0 3.5.0
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2004-04-26  1:44 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-20 16:26 [Bug ada/15028] New: [3.5 regression] Assert_Failure uintp.adb:2409 danglin at gcc dot gnu dot org
2004-04-20 16:43 ` [Bug optimization/15028] " pinskia at gcc dot gnu dot org
2004-04-20 16:46 ` pinskia at gcc dot gnu dot org
2004-04-21  1:11 ` dave at hiauly1 dot hia dot nrc dot ca
2004-04-21  1:26 ` danglin at gcc dot gnu dot org
2004-04-21  4:08 ` pinskia at gcc dot gnu dot org
2004-04-21 18:12 ` pinskia at gcc dot gnu dot org
2004-04-21 18:19 ` dave at hiauly1 dot hia dot nrc dot ca
2004-04-21 19:09 ` dave at hiauly1 dot hia dot nrc dot ca
2004-04-21 19:13 ` pinskia at gcc dot gnu dot org
2004-04-25 16:55 ` pinskia at gcc dot gnu dot org
2004-04-26  3:09 ` dave at hiauly1 dot hia dot nrc dot ca
2004-04-26  3:17 ` dave at hiauly1 dot hia dot nrc dot ca
2004-04-26  3:19 ` pinskia at gcc dot gnu dot 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).