public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/13334] Bootstrap failure: libiberty/fibheap.c: LONG_MIN undeclared
       [not found] <bug-13334-4@http.gcc.gnu.org/bugzilla/>
@ 2014-02-16 13:18 ` jackie.rosen at hushmail dot com
  0 siblings, 0 replies; 10+ messages in thread
From: jackie.rosen at hushmail dot com @ 2014-02-16 13:18 UTC (permalink / raw)
  To: gcc-bugs

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

Jackie Rosen <jackie.rosen at hushmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackie.rosen at hushmail dot com

--- Comment #14 from Jackie Rosen <jackie.rosen at hushmail dot com> ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Page where seen: http://volichat.com/adult-chat-rooms
Marked for reference. Resolved as fixed @bugzilla.


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

* [Bug bootstrap/13334] Bootstrap failure: libiberty/fibheap.c: LONG_MIN undeclared
  2003-12-06 13:57 [Bug c++/13334] New: " giovannibajo at libero dot it
                   ` (7 preceding siblings ...)
  2004-06-26 20:40 ` cvs-commit at gcc dot gnu dot org
@ 2004-06-26 20:42 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-26 20:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-26 20:42 -------
Fixed, Thanks Gerald for reviewing and sugessting some changes.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.5.0


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


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

* [Bug bootstrap/13334] Bootstrap failure: libiberty/fibheap.c: LONG_MIN undeclared
  2003-12-06 13:57 [Bug c++/13334] New: " giovannibajo at libero dot it
                   ` (6 preceding siblings ...)
  2004-06-20 15:11 ` gerald at pfeifer dot com
@ 2004-06-26 20:40 ` cvs-commit at gcc dot gnu dot org
  2004-06-26 20:42 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-06-26 20:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-06-26 20:40 -------
Subject: Bug 13334

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2004-06-26 20:40:31

Modified files:
	gcc            : ChangeLog 
	gcc/doc        : install.texi 

Log message:
	2004-06-26  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR 13334
	* doc/install.texi: Document non-standard CFLAGS and bootstrap
	failures and warnings.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.4160&r2=2.4161
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/install.texi.diff?cvsroot=gcc&r1=1.293&r2=1.294



-- 


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


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

* [Bug bootstrap/13334] Bootstrap failure: libiberty/fibheap.c: LONG_MIN undeclared
  2003-12-06 13:57 [Bug c++/13334] New: " giovannibajo at libero dot it
                   ` (5 preceding siblings ...)
  2004-06-18 16:19 ` giovannibajo at libero dot it
@ 2004-06-20 15:11 ` gerald at pfeifer dot com
  2004-06-26 20:40 ` cvs-commit at gcc dot gnu dot org
  2004-06-26 20:42 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: gerald at pfeifer dot com @ 2004-06-20 15:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gerald at pfeifer dot com  2004-06-20 15:11 -------
The patch looks fine, Andrew.  I just suggest two minor changes:

+Note that using non-standard @code{CFLAGS} can cause bootstrap to fail in
+@file{libiberty}, if these trigger a warning with the new compiler.  For
+example using @samp{-O2 -g -mcpu=i686} on @code{i686-pc-linux-gnu} will
+cause bootstrap failure as @code{-mcpu=} is deprecated in 3.4.0 and above.
+

-- 


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


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

* [Bug bootstrap/13334] Bootstrap failure: libiberty/fibheap.c: LONG_MIN undeclared
  2003-12-06 13:57 [Bug c++/13334] New: " giovannibajo at libero dot it
                   ` (4 preceding siblings ...)
  2004-05-28 22:58 ` pinskia at gcc dot gnu dot org
@ 2004-06-18 16:19 ` giovannibajo at libero dot it
  2004-06-20 15:11 ` gerald at pfeifer dot com
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: giovannibajo at libero dot it @ 2004-06-18 16:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-06-18 16:19 -------
Gerald, would you please review and possibly approve this patch? Thanks.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gerald at pfeifer dot com


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


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

* [Bug bootstrap/13334] Bootstrap failure: libiberty/fibheap.c: LONG_MIN undeclared
  2003-12-06 13:57 [Bug c++/13334] New: " giovannibajo at libero dot it
                   ` (3 preceding siblings ...)
  2004-02-19 12:01 ` giovannibajo at libero dot it
@ 2004-05-28 22:58 ` pinskia at gcc dot gnu dot org
  2004-06-18 16:19 ` giovannibajo at libero dot it
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-28 22:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-28 13:19 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-05/msg01817.html>.  Hopefully I did not have 
any typos in there.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug bootstrap/13334] Bootstrap failure: libiberty/fibheap.c: LONG_MIN undeclared
  2003-12-06 13:57 [Bug c++/13334] New: " giovannibajo at libero dot it
                   ` (2 preceding siblings ...)
  2004-01-29 21:37 ` meapague at hotmail dot com
@ 2004-02-19 12:01 ` giovannibajo at libero dot it
  2004-05-28 22:58 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: giovannibajo at libero dot it @ 2004-02-19 12:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-02-19 12:00 -------
Andrew said he was going to take care of this.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug bootstrap/13334] Bootstrap failure: libiberty/fibheap.c: LONG_MIN undeclared
  2003-12-06 13:57 [Bug c++/13334] New: " giovannibajo at libero dot it
  2003-12-07  1:44 ` [Bug bootstrap/13334] " pinskia at gcc dot gnu dot org
  2003-12-07  1:55 ` pinskia at gcc dot gnu dot org
@ 2004-01-29 21:37 ` meapague at hotmail dot com
  2004-02-19 12:01 ` giovannibajo at libero dot it
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: meapague at hotmail dot com @ 2004-01-29 21:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From meapague at hotmail dot com  2004-01-29 21:37 -------
You're missing kernel-headers, I installed it and solved my problem

-- 


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


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

* [Bug bootstrap/13334] Bootstrap failure: libiberty/fibheap.c: LONG_MIN undeclared
  2003-12-06 13:57 [Bug c++/13334] New: " giovannibajo at libero dot it
  2003-12-07  1:44 ` [Bug bootstrap/13334] " pinskia at gcc dot gnu dot org
@ 2003-12-07  1:55 ` pinskia at gcc dot gnu dot org
  2004-01-29 21:37 ` meapague at hotmail dot com
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-07  1:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-07 01:55 -------
*** Bug 13330 has been marked as a duplicate of this bug. ***

-- 


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


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

* [Bug bootstrap/13334] Bootstrap failure: libiberty/fibheap.c: LONG_MIN undeclared
  2003-12-06 13:57 [Bug c++/13334] New: " giovannibajo at libero dot it
@ 2003-12-07  1:44 ` pinskia at gcc dot gnu dot org
  2003-12-07  1:55 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-07  1:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-07 01:44 -------
Not web but bootstrap and add documentation keyword.
I will make a patch tommorrow unless someone beats me to it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|web                         |bootstrap
           Keywords|                            |documentation


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


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

end of thread, other threads:[~2014-02-16 13:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-13334-4@http.gcc.gnu.org/bugzilla/>
2014-02-16 13:18 ` [Bug bootstrap/13334] Bootstrap failure: libiberty/fibheap.c: LONG_MIN undeclared jackie.rosen at hushmail dot com
2003-12-06 13:57 [Bug c++/13334] New: " giovannibajo at libero dot it
2003-12-07  1:44 ` [Bug bootstrap/13334] " pinskia at gcc dot gnu dot org
2003-12-07  1:55 ` pinskia at gcc dot gnu dot org
2004-01-29 21:37 ` meapague at hotmail dot com
2004-02-19 12:01 ` giovannibajo at libero dot it
2004-05-28 22:58 ` pinskia at gcc dot gnu dot org
2004-06-18 16:19 ` giovannibajo at libero dot it
2004-06-20 15:11 ` gerald at pfeifer dot com
2004-06-26 20:40 ` cvs-commit at gcc dot gnu dot org
2004-06-26 20:42 ` 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).