public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/44756] [meta-bug] --enable-werror-always issues
       [not found] <bug-44756-4@http.gcc.gnu.org/bugzilla/>
@ 2010-11-04 14:59 ` amylaar at gcc dot gnu.org
  2010-11-04 18:01 ` amylaar at gcc dot gnu.org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: amylaar at gcc dot gnu.org @ 2010-11-04 14:59 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-11-04 14:58:48 UTC ---
Author: amylaar
Date: Thu Nov  4 14:58:40 2010
New Revision: 166313

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166313
Log:
        PR bootstrap/44756
        * ifcvt.c (noce_emit_cmove): Add ATTRIBUTE_UNUSED to target and
        unsignedp.
        * reload1.c (set_reload_reg): Add ATTRIBUTE_UNUSED to regno.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ifcvt.c
    trunk/gcc/reload1.c


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

* [Bug bootstrap/44756] [meta-bug] --enable-werror-always issues
       [not found] <bug-44756-4@http.gcc.gnu.org/bugzilla/>
  2010-11-04 14:59 ` [Bug bootstrap/44756] [meta-bug] --enable-werror-always issues amylaar at gcc dot gnu.org
@ 2010-11-04 18:01 ` amylaar at gcc dot gnu.org
  2010-11-04 19:58 ` amylaar at gcc dot gnu.org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: amylaar at gcc dot gnu.org @ 2010-11-04 18:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-11-04 18:01:50 UTC ---
Author: amylaar
Date: Thu Nov  4 18:01:45 2010
New Revision: 166320

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166320
Log:
        PR bootstrap/44756
        * function.c (thread_prologue_and_epilogue_insns): Add
        ATTRIBUTE_UNUSED to seq, epilogue_end and entry_edge.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/function.c


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

* [Bug bootstrap/44756] [meta-bug] --enable-werror-always issues
       [not found] <bug-44756-4@http.gcc.gnu.org/bugzilla/>
  2010-11-04 14:59 ` [Bug bootstrap/44756] [meta-bug] --enable-werror-always issues amylaar at gcc dot gnu.org
  2010-11-04 18:01 ` amylaar at gcc dot gnu.org
@ 2010-11-04 19:58 ` amylaar at gcc dot gnu.org
  2010-11-04 20:52 ` amylaar at gcc dot gnu.org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: amylaar at gcc dot gnu.org @ 2010-11-04 19:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-11-04 19:58:44 UTC ---
Author: amylaar
Date: Thu Nov  4 19:58:40 2010
New Revision: 166328

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166328
Log:
        PR bootstrap/44756
        * varasm.c (asm_output_bss): Add ATTRIBUTE_UNUSED to function.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/varasm.c


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

* [Bug bootstrap/44756] [meta-bug] --enable-werror-always issues
       [not found] <bug-44756-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2010-11-04 19:58 ` amylaar at gcc dot gnu.org
@ 2010-11-04 20:52 ` amylaar at gcc dot gnu.org
  2010-11-05 13:27 ` amylaar at gcc dot gnu.org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: amylaar at gcc dot gnu.org @ 2010-11-04 20:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-11-04 20:51:51 UTC ---
Author: amylaar
Date: Thu Nov  4 20:51:43 2010
New Revision: 166332

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166332
Log:
    PR bootstrap/44756
    * genopinit.c (main) [FIXUNS_TRUNC_LIKE_FIX_TRUNC]: Cast
    iteration variables to enum machine_mode.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/genopinit.c


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

* [Bug bootstrap/44756] [meta-bug] --enable-werror-always issues
       [not found] <bug-44756-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2010-11-04 20:52 ` amylaar at gcc dot gnu.org
@ 2010-11-05 13:27 ` amylaar at gcc dot gnu.org
  2010-11-05 16:27 ` amylaar at gcc dot gnu.org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: amylaar at gcc dot gnu.org @ 2010-11-05 13:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-11-05 13:27:29 UTC ---
Author: amylaar
Date: Fri Nov  5 13:27:23 2010
New Revision: 166360

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166360
Log:
    PR bootstrap/44756
    * expr.c (emit_push_insn): Cast value of PUSH_ROUNDING before
    comparing it to a signed value.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/expr.c


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

* [Bug bootstrap/44756] [meta-bug] --enable-werror-always issues
       [not found] <bug-44756-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2010-11-05 13:27 ` amylaar at gcc dot gnu.org
@ 2010-11-05 16:27 ` amylaar at gcc dot gnu.org
  2010-11-12 17:15 ` amylaar at gcc dot gnu.org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: amylaar at gcc dot gnu.org @ 2010-11-05 16:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-11-05 16:27:37 UTC ---
Author: amylaar
Date: Fri Nov  5 16:27:25 2010
New Revision: 166366

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166366
Log:
    PR bootstrap/44756
    * expr.c (can_store_by_pieces): Add ATTRIBUTE_UNUSED to cst.
    * haifa-sched.c (initiate_bb_reg_pressure_info): Add ATTRIBUTE_UNUSED
    to i.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/expr.c
    trunk/gcc/haifa-sched.c


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

* [Bug bootstrap/44756] [meta-bug] --enable-werror-always issues
       [not found] <bug-44756-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2010-11-05 16:27 ` amylaar at gcc dot gnu.org
@ 2010-11-12 17:15 ` amylaar at gcc dot gnu.org
  2010-11-29  5:14 ` amylaar at gcc dot gnu.org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: amylaar at gcc dot gnu.org @ 2010-11-12 17:15 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-11-12 17:11:14 UTC ---
Author: amylaar
Date: Fri Nov 12 17:11:06 2010
New Revision: 166660

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166660
Log:
    PR bootstrap/44756
    PR build/44767
    * doc/tm.texi.in (LOCAL_ALIGNMENT): State that the type, if any,
    should be unsigned.
    (STACK_SLOT_ALIGNMENT, LOCAL_DECL_ALIGNMENT, PUSH_ROUNDING): Likewise.
    * doc/tm.texi: Regenerate.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/tm.texi
    trunk/gcc/doc/tm.texi.in


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

* [Bug bootstrap/44756] [meta-bug] --enable-werror-always issues
       [not found] <bug-44756-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2010-11-12 17:15 ` amylaar at gcc dot gnu.org
@ 2010-11-29  5:14 ` amylaar at gcc dot gnu.org
  2015-08-13 20:29 ` rsandifo at gcc dot gnu.org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: amylaar at gcc dot gnu.org @ 2010-11-29  5:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-11-29 04:38:27 UTC ---
Author: amylaar
Date: Mon Nov 29 04:38:21 2010
New Revision: 167234

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167234
Log:
    PR bootstrap/44756
    * cppbuiltin.c: Include target.h .
    (define_builtin_macros_for_type_sizes):
    Use targetm.float_words_big_endian.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cppbuiltin.c


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

* [Bug bootstrap/44756] [meta-bug] --enable-werror-always issues
       [not found] <bug-44756-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2010-11-29  5:14 ` amylaar at gcc dot gnu.org
@ 2015-08-13 20:29 ` rsandifo at gcc dot gnu.org
  2015-08-26  7:28 ` ro at gcc dot gnu.org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2015-08-13 20:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44756
Bug 44756 depends on bug 55035, which changed state.

Bug 55035 Summary: reload1.c:3766:41: error: ‘orig_dup[0]’ may be used uninitialized in this function (for fr30, microblaze, moxie, rl78)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55035

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
>From gcc-bugs-return-494794-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Aug 13 20:29:19 2015
Return-Path: <gcc-bugs-return-494794-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 122911 invoked by alias); 13 Aug 2015 20:29:19 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 122823 invoked by uid 48); 13 Aug 2015 20:29:15 -0000
From: "rsandifo at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/55035] reload1.c:3766:41: error:=?UTF-8?Q? ‘orig_dup?=[0]=?UTF-8?Q?’ may be used uninitialized in this function ?=(for fr30, microblaze, moxie, rl78)
Date: Thu, 13 Aug 2015 20:29:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Version: 4.8.0
X-Bugzilla-Keywords: build, diagnostic
X-Bugzilla-Severity: normal
X-Bugzilla-Who: rsandifo at gcc dot gnu.org
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status cc resolution
Message-ID: <bug-55035-4-4TnaAjJ2Wh@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-55035-4@http.gcc.gnu.org/bugzilla/>
References: <bug-55035-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-08/txt/msg00936.txt.bz2
Content-length: 756

https://gcc.gnu.org/bugzilla/show_bug.cgi?idU035

rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |rsandifo at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #10 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> ---
Closing as fixed per Jeff's proposal in:

    https://gcc.gnu.org/ml/gcc-patches/2015-08/msg00634.html

Jeff said he'd open a second BZ issue for the testcase in c#4
which (unlike the reload1.c code) shouldn't trigger a warning.


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

* [Bug bootstrap/44756] [meta-bug] --enable-werror-always issues
       [not found] <bug-44756-4@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2015-08-13 20:29 ` rsandifo at gcc dot gnu.org
@ 2015-08-26  7:28 ` ro at gcc dot gnu.org
  2015-09-18 20:19 ` miyuki at gcc dot gnu.org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ro at gcc dot gnu.org @ 2015-08-26  7:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44756
Bug 44756 depends on bug 55035, which changed state.

Bug 55035 Summary: reload1.c:3766:41: error: ‘orig_dup[0]’ may be used uninitialized in this function (for fr30, microblaze, moxie, rl78)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55035

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---
>From gcc-bugs-return-495664-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Aug 26 07:43:42 2015
Return-Path: <gcc-bugs-return-495664-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 128955 invoked by alias); 26 Aug 2015 07:43:41 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 128870 invoked by uid 48); 26 Aug 2015 07:43:29 -0000
From: "amodra at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/67356] PowerPC insn does not satisfy its constraints
Date: Wed, 26 Aug 2015 07:43:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 6.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: amodra at gmail dot com
X-Bugzilla-Status: NEW
X-Bugzilla-Resolution:
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on cc everconfirmed
Message-ID: <bug-67356-4-ezvamF0I95@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-67356-4@http.gcc.gnu.org/bugzilla/>
References: <bug-67356-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-08/txt/msg01806.txt.bz2
Content-length: 626

https://gcc.gnu.org/bugzilla/show_bug.cgi?idg356

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-08-26
                 CC|                            |amodra at gmail dot com
     Ever confirmed|0                           |1

--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
Easy fix I think.  ior<mode>_mask operand 1 needs to have a constraint of "0"
rather than "r".


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

* [Bug bootstrap/44756] [meta-bug] --enable-werror-always issues
       [not found] <bug-44756-4@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2015-08-26  7:28 ` ro at gcc dot gnu.org
@ 2015-09-18 20:19 ` miyuki at gcc dot gnu.org
  2024-03-17 20:57 ` law at gcc dot gnu.org
  2024-04-11  2:28 ` pinskia at gcc dot gnu.org
  12 siblings, 0 replies; 14+ messages in thread
From: miyuki at gcc dot gnu.org @ 2015-09-18 20:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44756
Bug 44756 depends on bug 67347, which changed state.

Bug 67347 Summary: [alpha] unused function vms_asm_out_constructor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67347

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


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

* [Bug bootstrap/44756] [meta-bug] --enable-werror-always issues
       [not found] <bug-44756-4@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2015-09-18 20:19 ` miyuki at gcc dot gnu.org
@ 2024-03-17 20:57 ` law at gcc dot gnu.org
  2024-04-11  2:28 ` pinskia at gcc dot gnu.org
  12 siblings, 0 replies; 14+ messages in thread
From: law at gcc dot gnu.org @ 2024-03-17 20:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44756
Bug 44756 depends on bug 56457, which changed state.

Bug 56457 Summary: Bogus warning: loop-invariant.c:786:20: error: unused variable ‘regno’ when building vax-*-*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56457

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

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

* [Bug bootstrap/44756] [meta-bug] --enable-werror-always issues
       [not found] <bug-44756-4@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2024-03-17 20:57 ` law at gcc dot gnu.org
@ 2024-04-11  2:28 ` pinskia at gcc dot gnu.org
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-04-11  2:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44756
Bug 44756 depends on bug 54664, which changed state.

Bug 54664 Summary: expand_gimple_cond -Wtype-limits warning for predictably small BRANCH_COST
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54664

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

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

* [Bug bootstrap/44756] [meta-bug] --enable-werror-always issues
  2010-07-01 16:41 [Bug bootstrap/44756] New: " amylaar at gcc dot gnu dot org
@ 2010-07-25  1:59 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-07-25  1:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2010-07-25 01:59 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |build
   Last reconfirmed|0000-00-00 00:00:00         |2010-07-25 01:59:44
               date|                            |


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


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

end of thread, other threads:[~2024-04-11  2:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-44756-4@http.gcc.gnu.org/bugzilla/>
2010-11-04 14:59 ` [Bug bootstrap/44756] [meta-bug] --enable-werror-always issues amylaar at gcc dot gnu.org
2010-11-04 18:01 ` amylaar at gcc dot gnu.org
2010-11-04 19:58 ` amylaar at gcc dot gnu.org
2010-11-04 20:52 ` amylaar at gcc dot gnu.org
2010-11-05 13:27 ` amylaar at gcc dot gnu.org
2010-11-05 16:27 ` amylaar at gcc dot gnu.org
2010-11-12 17:15 ` amylaar at gcc dot gnu.org
2010-11-29  5:14 ` amylaar at gcc dot gnu.org
2015-08-13 20:29 ` rsandifo at gcc dot gnu.org
2015-08-26  7:28 ` ro at gcc dot gnu.org
2015-09-18 20:19 ` miyuki at gcc dot gnu.org
2024-03-17 20:57 ` law at gcc dot gnu.org
2024-04-11  2:28 ` pinskia at gcc dot gnu.org
2010-07-01 16:41 [Bug bootstrap/44756] New: " amylaar at gcc dot gnu dot org
2010-07-25  1:59 ` [Bug bootstrap/44756] " 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).