public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/13547] New: avr port does not build
@ 2004-01-02 17:20 kazu at cs dot umass dot edu
  2004-01-02 17:30 ` [Bug target/13547] " kazu at cs dot umass dot edu
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: kazu at cs dot umass dot edu @ 2004-01-02 17:20 UTC (permalink / raw)
  To: gcc-bugs

avr.c:671: error: `current_function_name' undeclared (first use in this function)

-- 
           Summary: avr port does not build
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kazu at cs dot umass dot edu
                CC: denisc at overta dot ru,gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: avr-elf


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


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

* [Bug target/13547] avr port does not build
  2004-01-02 17:20 [Bug target/13547] New: avr port does not build kazu at cs dot umass dot edu
@ 2004-01-02 17:30 ` kazu at cs dot umass dot edu
  2004-01-02 17:34 ` [Bug target/13547] [3.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kazu at cs dot umass dot edu @ 2004-01-02 17:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kazu at cs dot umass dot edu  2004-01-02 17:30 -------
This patch caused the build failure.

http://gcc.gnu.org/ml/gcc-cvs/2003-12/msg01011.html


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steven at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-02 17:30:52
               date|                            |


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


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

* [Bug target/13547] [3.4 Regression] avr port does not build
  2004-01-02 17:20 [Bug target/13547] New: avr port does not build kazu at cs dot umass dot edu
  2004-01-02 17:30 ` [Bug target/13547] " kazu at cs dot umass dot edu
@ 2004-01-02 17:34 ` pinskia at gcc dot gnu dot org
  2004-01-02 17:38 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-02 17:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-02 17:34 -------
Just to you tell Steven must have a commited a patch which was without a changelog, there is 
obvious fix to this problem, fix avr.c not to use current_function_name but 
(*lang_hooks.decl_printable_name) (current_function_decl, 2) which I have a patch for.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|avr port does not build     |[3.4 Regression] avr port
                   |                            |does not build
   Target Milestone|---                         |3.4.0


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


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

* [Bug target/13547] [3.4 Regression] avr port does not build
  2004-01-02 17:20 [Bug target/13547] New: avr port does not build kazu at cs dot umass dot edu
  2004-01-02 17:30 ` [Bug target/13547] " kazu at cs dot umass dot edu
  2004-01-02 17:34 ` [Bug target/13547] [3.4 Regression] " pinskia at gcc dot gnu dot org
@ 2004-01-02 17:38 ` pinskia at gcc dot gnu dot org
  2004-01-02 17:43 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-02 17:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-02 17:38 -------
c4x, mips, ip2k, alpha (not all targets though) will also not build as they contain references to 
current_function_name.

-- 


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


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

* [Bug target/13547] [3.4 Regression] avr port does not build
  2004-01-02 17:20 [Bug target/13547] New: avr port does not build kazu at cs dot umass dot edu
                   ` (2 preceding siblings ...)
  2004-01-02 17:38 ` pinskia at gcc dot gnu dot org
@ 2004-01-02 17:43 ` pinskia at gcc dot gnu dot org
  2004-01-02 18:39 ` [Bug target/13547] [3.4 Regression] avr-elf, ip2k-elf, and mips-elf do " kazu at cs dot umass dot edu
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-02 17:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-02 17:43 -------
The alpha build failure will be with TARGET_ABI_UNICOSMK on alpha*-*-unicosmk*.

-- 


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


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

* [Bug target/13547] [3.4 Regression] avr-elf, ip2k-elf, and mips-elf do not build
  2004-01-02 17:20 [Bug target/13547] New: avr port does not build kazu at cs dot umass dot edu
                   ` (3 preceding siblings ...)
  2004-01-02 17:43 ` pinskia at gcc dot gnu dot org
@ 2004-01-02 18:39 ` kazu at cs dot umass dot edu
  2004-01-03 13:13 ` s dot bosscher at student dot tudelft dot nl
  2004-01-03 20:05 ` steven at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: kazu at cs dot umass dot edu @ 2004-01-02 18:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kazu at cs dot umass dot edu  2004-01-02 18:39 -------
Confirmed actual build failures on more targets.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|avr-elf                     |avr-elf, ip2k-elf, mips-elf
            Summary|[3.4 Regression] avr port   |[3.4 Regression] avr-elf,
                   |does not build              |ip2k-elf, and mips-elf do
                   |                            |not build


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


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

* [Bug target/13547] [3.4 Regression] avr-elf, ip2k-elf, and mips-elf do not build
  2004-01-02 17:20 [Bug target/13547] New: avr port does not build kazu at cs dot umass dot edu
                   ` (4 preceding siblings ...)
  2004-01-02 18:39 ` [Bug target/13547] [3.4 Regression] avr-elf, ip2k-elf, and mips-elf do " kazu at cs dot umass dot edu
@ 2004-01-03 13:13 ` s dot bosscher at student dot tudelft dot nl
  2004-01-03 20:05 ` steven at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: s dot bosscher at student dot tudelft dot nl @ 2004-01-03 13:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From s dot bosscher at student dot tudelft dot nl  2004-01-03 13:12 -------
Subject: RE:  [3.4 Regression] avr port does not build

I commited part of a patch by accident, I'll fix it tonight when I get home.
Sorry about the inconvenience :-/

Gr.
Steven



-----Original Message-----
From: pinskia at gcc dot gnu dot org
To: steven@gcc.gnu.org
Sent: 2-1-04 18:34
Subject: [Bug target/13547] [3.4 Regression] avr port does not build


------- Additional Comments From pinskia at gcc dot gnu dot org
2004-01-02 17:34 -------
Just to you tell Steven must have a commited a patch which was without a
changelog, there is 
obvious fix to this problem, fix avr.c not to use current_function_name
but 
(*lang_hooks.decl_printable_name) (current_function_decl, 2) which I
have a patch for.

-- 
           What    |Removed                     |Added
------------------------------------------------------------------------
----
            Summary|avr port does not build     |[3.4 Regression] avr
port
                   |                            |does not build
   Target Milestone|---                         |3.4.0


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.





-- 


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


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

* [Bug target/13547] [3.4 Regression] avr-elf, ip2k-elf, and mips-elf do not build
  2004-01-02 17:20 [Bug target/13547] New: avr port does not build kazu at cs dot umass dot edu
                   ` (5 preceding siblings ...)
  2004-01-03 13:13 ` s dot bosscher at student dot tudelft dot nl
@ 2004-01-03 20:05 ` steven at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: steven at gcc dot gnu dot org @ 2004-01-03 20:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2004-01-03 20:04 -------
I've removed the fscked up part of my commit. 

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


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


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

end of thread, other threads:[~2004-01-03 20:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-02 17:20 [Bug target/13547] New: avr port does not build kazu at cs dot umass dot edu
2004-01-02 17:30 ` [Bug target/13547] " kazu at cs dot umass dot edu
2004-01-02 17:34 ` [Bug target/13547] [3.4 Regression] " pinskia at gcc dot gnu dot org
2004-01-02 17:38 ` pinskia at gcc dot gnu dot org
2004-01-02 17:43 ` pinskia at gcc dot gnu dot org
2004-01-02 18:39 ` [Bug target/13547] [3.4 Regression] avr-elf, ip2k-elf, and mips-elf do " kazu at cs dot umass dot edu
2004-01-03 13:13 ` s dot bosscher at student dot tudelft dot nl
2004-01-03 20:05 ` steven 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).