public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/37028]  New: Error compiling alpha.c in snapshot of 20080801
@ 2008-08-05 12:27 michael dot a dot richmond at nasa dot gov
  2008-08-10 20:04 ` [Bug target/37028] [4.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: michael dot a dot richmond at nasa dot gov @ 2008-08-05 12:27 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 4240 bytes --]

When I attempt to compile the snapshot of 20080801 on an AlphaStation 255 I get
the following errors:

gcc -c  -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition
-Wc++-compat -Wmissing-format-attribute   -DHAVE_CONFIG_H -I. -I.
-I/home/mrichmon/gcc-4.4-20080801/gcc -I/home/mrichmon/gcc-4.4-20080801/gcc/.
-I/home/mrichmon/gcc-4.4-20080801/gcc/../include
-I/home/mrichmon/gcc-4.4-20080801/gcc/../libcpp/include
-I/home/mrichmon/mpfr-2.3.1
-I/home/mrichmon/gcc-4.4-20080801/gcc/../libdecnumber
-I/home/mrichmon/gcc-4.4-20080801/gcc/../libdecnumber/dpd -I../libdecnumber  \
                /home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c -o
alpha.o
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c: In function
âva_list_skip_additionsâ:
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:5815: warning:
assignment from incompatible pointer type
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:5817: error:
âPHI_NODEâ undeclared (first use in this function)
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:5817: error: (Each
undeclared identifier is reported only once
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:5817: error: for each
function it appears in.)
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c: In function
âalpha_stdarg_optimize_hookâ:
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:5862: warning: unused
variable âoffset_argâ
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:5861: warning: unused
variable âarg2â
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:5861: warning: unused
variable âarg1â
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:5861: warning: unused
variable âoffsetâ
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:5861: warning: unused
variable âbaseâ
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c: In function
âalpha_gimplify_va_arg_1â:
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6137: error: âstruct
gimple_seq_dâ has no member named âcommonâ
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6139: error: âstruct
gimple_seq_dâ has no member named âcommonâ
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6139: warning: passing
argument 3 of âbuild2_statâ from incompatible pointer type
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6140: warning: passing
argument 1 of âgimplify_assignâ from incompatible pointer type
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6143: warning:
assignment from incompatible pointer type
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6178: warning: passing
argument 3 of âgimplify_exprâ from incompatible pointer type
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6179: warning:
implicit declaration of function âappend_to_statement_listâ
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6191: error: âstruct
gimple_seq_dâ has no member named âcommonâ
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6192: error: âstruct
gimple_seq_dâ has no member named âcommonâ
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6192: warning: passing
argument 3 of âbuild2_statâ from incompatible pointer type
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6193: warning: passing
argument 1 of âgimplify_assignâ from incompatible pointer type
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c: In function
âalpha_gimplify_va_argâ:
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6229: warning: passing
argument 3 of âalpha_gimplify_va_arg_1â from incompatible pointer type


-- 
           Summary: Error compiling alpha.c in snapshot of 20080801
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: michael dot a dot richmond at nasa dot gov
 GCC build triplet: alpha-unknown-linux-gnu
  GCC host triplet: alpha-unknown-linux-gnu
GCC target triplet: alpha-unknown-linux-gnu


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


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

* [Bug target/37028] [4.4 Regression] Error compiling alpha.c in snapshot of 20080801
  2008-08-05 12:27 [Bug c/37028] New: Error compiling alpha.c in snapshot of 20080801 michael dot a dot richmond at nasa dot gov
@ 2008-08-10 20:04 ` pinskia at gcc dot gnu dot org
  2008-08-22 15:14 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-08-10 20:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2008-08-10 20:03 -------
This was introduced by the truples merge.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c                           |target
     Ever Confirmed|0                           |1
  GCC build triplet|alpha-unknown-linux-gnu     |
   GCC host triplet|alpha-unknown-linux-gnu     |
 GCC target triplet|alpha-unknown-linux-gnu     |alpha*-*-*
           Keywords|                            |build
   Last reconfirmed|0000-00-00 00:00:00         |2008-08-10 20:03:00
               date|                            |
            Summary|Error compiling alpha.c in  |[4.4 Regression] Error
                   |snapshot of 20080801        |compiling alpha.c in
                   |                            |snapshot of 20080801
   Target Milestone|---                         |4.4.0


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


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

* [Bug target/37028] [4.4 Regression] Error compiling alpha.c in snapshot of 20080801
  2008-08-05 12:27 [Bug c/37028] New: Error compiling alpha.c in snapshot of 20080801 michael dot a dot richmond at nasa dot gov
  2008-08-10 20:04 ` [Bug target/37028] [4.4 Regression] " pinskia at gcc dot gnu dot org
@ 2008-08-22 15:14 ` rguenth at gcc dot gnu dot org
  2008-08-29  4:31 ` pinskia at gcc dot gnu dot org
  2008-09-10 17:39 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-08-22 15:14 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5


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


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

* [Bug target/37028] [4.4 Regression] Error compiling alpha.c in snapshot of 20080801
  2008-08-05 12:27 [Bug c/37028] New: Error compiling alpha.c in snapshot of 20080801 michael dot a dot richmond at nasa dot gov
  2008-08-10 20:04 ` [Bug target/37028] [4.4 Regression] " pinskia at gcc dot gnu dot org
  2008-08-22 15:14 ` rguenth at gcc dot gnu dot org
@ 2008-08-29  4:31 ` pinskia at gcc dot gnu dot org
  2008-09-10 17:39 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-08-29  4:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-08-29 04:29 -------
*** Bug 37138 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug target/37028] [4.4 Regression] Error compiling alpha.c in snapshot of 20080801
  2008-08-05 12:27 [Bug c/37028] New: Error compiling alpha.c in snapshot of 20080801 michael dot a dot richmond at nasa dot gov
                   ` (2 preceding siblings ...)
  2008-08-29  4:31 ` pinskia at gcc dot gnu dot org
@ 2008-09-10 17:39 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-10 17:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-09-10 17:37 -------
THis part of the bootstrap failure was fixed by:
2008-09-02  Jakub Jelinek  <jakub@redhat.com>

        * config/alpha/alpha.c (va_list_skip_additions,
        alpha_stdarg_optimize_hook, alpha_gimplify_va_arg_1): Tuplify.
        (alpha_gimplify_va_arg): Call unshare_expr on second use of
        offset_field.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-09-10 17:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-05 12:27 [Bug c/37028] New: Error compiling alpha.c in snapshot of 20080801 michael dot a dot richmond at nasa dot gov
2008-08-10 20:04 ` [Bug target/37028] [4.4 Regression] " pinskia at gcc dot gnu dot org
2008-08-22 15:14 ` rguenth at gcc dot gnu dot org
2008-08-29  4:31 ` pinskia at gcc dot gnu dot org
2008-09-10 17:39 ` 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).