public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/51343] New: compile GCC4.6.2 in apple OS X 10.6.8, error found. and also in 4.6.1  4.5.0
@ 2011-11-29  5:24 comebackswong at yahoo dot com
  2011-11-29  9:43 ` [Bug fortran/51343] " burnus at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: comebackswong at yahoo dot com @ 2011-11-29  5:24 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51343
           Summary: compile GCC4.6.2 in apple OS X 10.6.8, error found.
                    and also in 4.6.1  4.5.0
    Classification: Unclassified
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: comebackswong@yahoo.com


Created attachment 25943
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25943
compile GCC4.6.2 in apple OS X 10.6.8, error found. and also in 4.6.1  4.5.0

compile GCC4.6.2 in apple OS X 10.6.8, error found.

and also in 4.6.1  4.5.0

thanks!



454 configure:13857: checking dynamic linker characteristics
455 configure:14465: result: darwin10.8.0 dyld
456 configure:14518: checking how to hardcode library paths into programs
457 configure:14543: result: immediate
458 configure:14588: checking whether the GNU Fortran compiler is working
459 configure:14601:
/Users/inspirewong/Downloads/gcc-4.5.0/host-x86_64-apple-darwin10.8.0/gcc/gfort
   ran
-B/Users/inspirewong/Downloads/gcc-4.5.0/host-x86_64-apple-darwin10.8.0/gcc/
-B/usr/local/x8    6_64-apple-darwin10.8.0/bin/
-B/usr/local/x86_64-apple-darwin10.8.0/lib/ -isystem /usr/local/x86   
_64-apple-darwin10.8.0/include -isystem
/usr/local/x86_64-apple-darwin10.8.0/sys-include    -c -    g -O2  conftest.f
>&5
460 f951: internal compiler error: Segmentation fault
461 Please submit a full bug report,
462 with preprocessed source if appropriate.
463 See <http://gcc.gnu.org/bugs.html> for instructions.
464 configure:14601: $? = 1
465 configure: failed program was:
466 |
467 |       program foo
468 |       real, parameter :: bar = sin (12.34 / 2.5)
469 |       end program foo
470 configure:14605: result: no
471 configure:14607: error: GNU Fortran is not working; please report a bug in
http://gcc.gnu.org/bugzilla, attaching
/Users/inspirewong/Downloads/gcc-4.5.0/x86_64-apple-darwin10.8.0/libgfortran/config.log


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

* [Bug fortran/51343] compile GCC4.6.2 in apple OS X 10.6.8, error found. and also in 4.6.1  4.5.0
  2011-11-29  5:24 [Bug fortran/51343] New: compile GCC4.6.2 in apple OS X 10.6.8, error found. and also in 4.6.1 4.5.0 comebackswong at yahoo dot com
@ 2011-11-29  9:43 ` burnus at gcc dot gnu.org
  2011-12-15  1:23 ` pinskia at gcc dot gnu.org
  2012-12-09  3:05 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: burnus at gcc dot gnu.org @ 2011-11-29  9:43 UTC (permalink / raw)
  To: gcc-bugs

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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-11-29 08:30:50 UTC ---
Could you check whether the issue mentioned in PR 49738 comment 2 applies to
you? You might also need the patch mentioned further down in the same PR (PR
49738 comment 4).

If it does not help, could you do the equivalent to the related PR 51103
comment 14, namely: Can you try to run this:

/Users/inspirewong/Downloads/gcc-4.5.0/host-x86_64-apple-darwin10.8.0/gcc/f951
-quiet test.f

where test.f contains:

       program foo
       real, parameter :: bar = sin (12.34 / 2.5)
       end program foo

If it segfaults, please run it again inside gdb and try to get us a backtrace.


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

* [Bug fortran/51343] compile GCC4.6.2 in apple OS X 10.6.8, error found. and also in 4.6.1  4.5.0
  2011-11-29  5:24 [Bug fortran/51343] New: compile GCC4.6.2 in apple OS X 10.6.8, error found. and also in 4.6.1 4.5.0 comebackswong at yahoo dot com
  2011-11-29  9:43 ` [Bug fortran/51343] " burnus at gcc dot gnu.org
@ 2011-12-15  1:23 ` pinskia at gcc dot gnu.org
  2012-12-09  3:05 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-12-15  1:23 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-12-15 01:06:52 UTC ---
Apple's GCC is known to be buggy and miscompile mprf, report the bug to Apple.


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

* [Bug fortran/51343] compile GCC4.6.2 in apple OS X 10.6.8, error found. and also in 4.6.1  4.5.0
  2011-11-29  5:24 [Bug fortran/51343] New: compile GCC4.6.2 in apple OS X 10.6.8, error found. and also in 4.6.1 4.5.0 comebackswong at yahoo dot com
  2011-11-29  9:43 ` [Bug fortran/51343] " burnus at gcc dot gnu.org
  2011-12-15  1:23 ` pinskia at gcc dot gnu.org
@ 2012-12-09  3:05 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-12-09  3:05 UTC (permalink / raw)
  To: gcc-bugs


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shankerwangmiao at 163 dot
                   |                            |com

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-12-09 03:04:49 UTC ---
*** Bug 55205 has been marked as a duplicate of this bug. ***


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

end of thread, other threads:[~2012-12-09  3:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-29  5:24 [Bug fortran/51343] New: compile GCC4.6.2 in apple OS X 10.6.8, error found. and also in 4.6.1 4.5.0 comebackswong at yahoo dot com
2011-11-29  9:43 ` [Bug fortran/51343] " burnus at gcc dot gnu.org
2011-12-15  1:23 ` pinskia at gcc dot gnu.org
2012-12-09  3:05 ` pinskia at gcc dot gnu.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).