public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/39645]  New: genattrtab.c does not compile under sparc Linux
@ 2009-04-05 11:39 michael dot a dot richmond at nasa dot gov
  2009-04-05 11:51 ` [Bug bootstrap/39645] " laurent at guerby dot net
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: michael dot a dot richmond at nasa dot gov @ 2009-04-05 11:39 UTC (permalink / raw)
  To: gcc-bugs

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

When I attempt to compile gcc 4.5 on a sparc machine under Debian Linux 5.0 I
get the following error:

/home/mrichmon/gcc-4.5-20090402/gcc/genattrtab.c: In function âattr_rtxâ:
/home/mrichmon/gcc-4.5-20090402/gcc/genattrtab.c:478: error: âva_arg_tmp.72â
may be used uninitialized in this function
/home/mrichmon/gcc-4.5-20090402/gcc/genattrtab.c:478: note: âva_arg_tmp.72â was
declared here
/home/mrichmon/gcc-4.5-20090402/gcc/genattrtab.c:506: error: âva_arg_tmp.75â
may be used uninitialized in this function
/home/mrichmon/gcc-4.5-20090402/gcc/genattrtab.c:506: note: âva_arg_tmp.75â was
declared here


-- 
           Summary: genattrtab.c does not compile under sparc Linux
           Product: gcc
           Version: 4.5.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: sparc-unknown-linux-gnu
  GCC host triplet: sparc-unknown-linux-gnu
GCC target triplet: sparc-unknown-linux-gnu


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


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

* [Bug bootstrap/39645] genattrtab.c does not compile under sparc Linux
  2009-04-05 11:39 [Bug c/39645] New: genattrtab.c does not compile under sparc Linux michael dot a dot richmond at nasa dot gov
@ 2009-04-05 11:51 ` laurent at guerby dot net
  2009-04-24 15:34 ` ro at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: laurent at guerby dot net @ 2009-04-05 11:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from laurent at guerby dot net  2009-04-05 11:50 -------
Confirmed:

http://gcc.gnu.org/ml/gcc/2009-04/msg00167.html


-- 

laurent at guerby dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |laurent at guerby dot net
         AssignedTo|unassigned at gcc dot gnu   |laurent at guerby dot net
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
          Component|c                           |bootstrap
     Ever Confirmed|0                           |1
           Keywords|                            |build
   Last reconfirmed|0000-00-00 00:00:00         |2009-04-05 11:50:58
               date|                            |


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


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

* [Bug bootstrap/39645] genattrtab.c does not compile under sparc Linux
  2009-04-05 11:39 [Bug c/39645] New: genattrtab.c does not compile under sparc Linux michael dot a dot richmond at nasa dot gov
  2009-04-05 11:51 ` [Bug bootstrap/39645] " laurent at guerby dot net
@ 2009-04-24 15:34 ` ro at gcc dot gnu dot org
  2009-04-24 15:37 ` michael dot a dot richmond at nasa dot gov
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ro at gcc dot gnu dot org @ 2009-04-24 15:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ro at gcc dot gnu dot org  2009-04-24 15:34 -------
Happens on sparc-sun-solaris2.11 as well, so this seems to be a generic sparc
issue.  Have you investigated further yet?  Otherwise, I can start a reghunt to
find the culprit patch.


-- 


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


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

* [Bug bootstrap/39645] genattrtab.c does not compile under sparc Linux
  2009-04-05 11:39 [Bug c/39645] New: genattrtab.c does not compile under sparc Linux michael dot a dot richmond at nasa dot gov
  2009-04-05 11:51 ` [Bug bootstrap/39645] " laurent at guerby dot net
  2009-04-24 15:34 ` ro at gcc dot gnu dot org
@ 2009-04-24 15:37 ` michael dot a dot richmond at nasa dot gov
  2009-04-24 15:41 ` ro at techfak dot uni-bielefeld dot de
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: michael dot a dot richmond at nasa dot gov @ 2009-04-24 15:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from michael dot a dot richmond at nasa dot gov  2009-04-24 15:37 -------
(In reply to comment #2)
> Happens on sparc-sun-solaris2.11 as well, so this seems to be a generic sparc
> issue.  Have you investigated further yet?  Otherwise, I can start a reghunt to
> find the culprit patch.
> 

I have not investigated further


-- 


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


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

* [Bug bootstrap/39645] genattrtab.c does not compile under sparc Linux
  2009-04-05 11:39 [Bug c/39645] New: genattrtab.c does not compile under sparc Linux michael dot a dot richmond at nasa dot gov
                   ` (2 preceding siblings ...)
  2009-04-24 15:37 ` michael dot a dot richmond at nasa dot gov
@ 2009-04-24 15:41 ` ro at techfak dot uni-bielefeld dot de
  2009-04-25 13:13 ` ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2009-04-24 15:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ro at techfak dot uni-bielefeld dot de  2009-04-24 15:41 -------
Subject: Re:  genattrtab.c does not compile under sparc Linux

michael dot a dot richmond at nasa dot gov writes:

> I have not investigated further

Ok, thanks.  The question was addressed more to Laurent, who had taken on
the bug.

        Rainer


-- 


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


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

* [Bug bootstrap/39645] genattrtab.c does not compile under sparc Linux
  2009-04-05 11:39 [Bug c/39645] New: genattrtab.c does not compile under sparc Linux michael dot a dot richmond at nasa dot gov
                   ` (3 preceding siblings ...)
  2009-04-24 15:41 ` ro at techfak dot uni-bielefeld dot de
@ 2009-04-25 13:13 ` ebotcazou at gcc dot gnu dot org
  2009-04-25 13:33 ` ebotcazou at gcc dot gnu dot org
  2009-04-25 13:36 ` [Bug bootstrap/39645] uninitialized variable in genattrtab.c ebotcazou at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2009-04-25 13:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ebotcazou at gcc dot gnu dot org  2009-04-25 13:13 -------
Testing a fix.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|laurent at guerby dot net   |ebotcazou at gcc dot gnu dot
                   |                            |org


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


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

* [Bug bootstrap/39645] genattrtab.c does not compile under sparc Linux
  2009-04-05 11:39 [Bug c/39645] New: genattrtab.c does not compile under sparc Linux michael dot a dot richmond at nasa dot gov
                   ` (4 preceding siblings ...)
  2009-04-25 13:13 ` ebotcazou at gcc dot gnu dot org
@ 2009-04-25 13:33 ` ebotcazou at gcc dot gnu dot org
  2009-04-25 13:36 ` [Bug bootstrap/39645] uninitialized variable in genattrtab.c ebotcazou at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2009-04-25 13:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from ebotcazou at gcc dot gnu dot org  2009-04-25 13:32 -------
Subject: Bug 39645

Author: ebotcazou
Date: Sat Apr 25 13:32:43 2009
New Revision: 146772

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146772
Log:
        PR bootstrap/39645
        * config/sparc/sparc.c (sparc_gimplify_va_arg): Set TREE_ADDRESSABLE
        on the destination of memcpy.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/sparc/sparc.c


-- 


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


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

* [Bug bootstrap/39645] uninitialized variable in genattrtab.c
  2009-04-05 11:39 [Bug c/39645] New: genattrtab.c does not compile under sparc Linux michael dot a dot richmond at nasa dot gov
                   ` (5 preceding siblings ...)
  2009-04-25 13:33 ` ebotcazou at gcc dot gnu dot org
@ 2009-04-25 13:36 ` ebotcazou at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2009-04-25 13:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from ebotcazou at gcc dot gnu dot org  2009-04-25 13:36 -------
This should compile now.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2009-
                   |                            |04/msg01984.html
             Status|ASSIGNED                    |RESOLVED
  GCC build triplet|sparc-unknown-linux-gnu     |sparc*-*-*
   GCC host triplet|sparc-unknown-linux-gnu     |sparc*-*-*
 GCC target triplet|sparc-unknown-linux-gnu     |sparc*-*-*
         Resolution|                            |FIXED
            Summary|genattrtab.c does not       |uninitialized variable in
                   |compile under sparc Linux   |genattrtab.c
   Target Milestone|---                         |4.5.0


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


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

end of thread, other threads:[~2009-04-25 13:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-05 11:39 [Bug c/39645] New: genattrtab.c does not compile under sparc Linux michael dot a dot richmond at nasa dot gov
2009-04-05 11:51 ` [Bug bootstrap/39645] " laurent at guerby dot net
2009-04-24 15:34 ` ro at gcc dot gnu dot org
2009-04-24 15:37 ` michael dot a dot richmond at nasa dot gov
2009-04-24 15:41 ` ro at techfak dot uni-bielefeld dot de
2009-04-25 13:13 ` ebotcazou at gcc dot gnu dot org
2009-04-25 13:33 ` ebotcazou at gcc dot gnu dot org
2009-04-25 13:36 ` [Bug bootstrap/39645] uninitialized variable in genattrtab.c ebotcazou 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).