[Bug libfortran/40555] problem with libgfortran

2009-06-25 Thread abidmuslim at gmail dot com


--- Comment #7 from abidmuslim at gmail dot com  2009-06-26 06:20 ---
Subject: Re:  problem with libgfortran

ThanksIts work.
I read the installation part but ignore the build part.

Thanks again


On Fri, Jun 26, 2009 at 11:48 AM, kargl at gcc dot gnu dot
org wrote:
>
>
> --- Comment #6 from kargl at gcc dot gnu dot org  2009-06-26 03:48 ---
> (In reply to comment #5)
>> Subject: Re:  problem with libgfortran
>>
>> Hello:
>>
>> I checked 35619 . However, I could not understand what is the solution
>> to the error. I apologize for this.
>>
>
> Do not try to build gcc in its source directory.
>
> tar -zxf gcc-4.4.0.tar.gz
> mkdir obj
> cd obj
> ../gcc-4.4.0/configure
>
> Add whatever configure you want to this.
>
>
> --
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40555
>
> --- You are receiving this mail because: ---
> You are on the CC list for the bug, or are watching someone who is.
> You reported the bug, or are watching the reporter.
>


-- 


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



[Bug libfortran/40555] problem with libgfortran

2009-06-25 Thread abidmuslim at gmail dot com


--- Comment #5 from abidmuslim at gmail dot com  2009-06-26 03:10 ---
Subject: Re:  problem with libgfortran

Hello:

I checked 35619 . However, I could not understand what is the solution
to the error. I apologize for this.

Thanks

On Fri, Jun 26, 2009 at 11:03 AM, pinskia at gcc dot gnu dot
org wrote:
>
>
> --- Comment #4 from pinskia at gcc dot gnu dot org  2009-06-26 03:03 
> ---
>
>
> *** This bug has been marked as a duplicate of 35619 ***
>
>
> --
>
> pinskia at gcc dot gnu dot org changed:
>
>           What    |Removed                     |Added
> 
>             Status|UNCONFIRMED                 |RESOLVED
>         Resolution|                            |DUPLICATE
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40555
>
> --- You are receiving this mail because: ---
> You are on the CC list for the bug, or are watching someone who is.
> You reported the bug, or are watching the reporter.
>


-- 


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



[Bug libfortran/40555] problem with libgfortran

2009-06-25 Thread abidmuslim at gmail dot com


--- Comment #3 from abidmuslim at gmail dot com  2009-06-26 03:00 ---
Subject: Re:  problem with libgfortran

On Fri, Jun 26, 2009 at 10:58 AM, Abid Muslim Malik
 wrote:
>
> I read the online install GCC document and other tips on line for installing 
> GCC.
>
> I use the following  to configure the enviorment
>
> ./configure --prefix=/home/myname/local
>
> The GMP and MPFR are already in the source directory. The installation 
> document mentions that if they are, then one does not have to use --with-gmp 
> and --with-mpfr.
> Are you trying to build gcc in its source directory?
> By source directory if you mean /gcc-4.4.0/ . Yes I am using make command in 
> this directory after using configure as mentioned above.
>
> Thanks for your e-mail and time
>
> On Fri, Jun 26, 2009 at 10:27 AM, kargl at gcc dot gnu dot org 
>  wrote:
>>
>>
>> --- Comment #2 from kargl at gcc dot gnu dot org  2009-06-26 02:27 
>> ---
>> Are you trying to build gcc in its source directory?
>> Have you read http://gcc.gnu.org/install/?
>>
>>
>> --
>>
>>
>> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40555
>>
>> --- You are receiving this mail because: ---
>> You reported the bug, or are watching the reporter.
>
>
>
> --
> Abid M. Malik
> **
> "I have learned silence from the talkative, toleration from the intolerant, 
> and kindness from the unkind"---Gibran
>
> "If you do not think about the future, then you can not have the one!"--- 
> Galsworthy



--
Abid M. Malik
**
"I have learned silence from the talkative, toleration from the
intolerant, and kindness from the unkind"---Gibran

"If you do not think about the future, then you can not have the
one!"--- Galsworthy


-- 


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



[Bug libfortran/40555] problem with libgfortran

2009-06-25 Thread abidmuslim at gmail dot com


--- Comment #1 from abidmuslim at gmail dot com  2009-06-26 02:09 ---
Created an attachment (id=18072)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18072&action=view)
detail of error


-- 


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



[Bug libfortran/40555] New: problem with libgfortran

2009-06-25 Thread abidmuslim at gmail dot com
I am trying to compile GCC4.4.0 and and getting the following error.( I am
writing part of the errors)

./libs/backtrace.o:/usr/include/stdlib.h:384: first defined here
./lib/in_unpack_generic.o: In function `strtod':
./lib/include/stdlib.h:330:multiple definition of `atof'
./libs/backtrace.o:/usr/include/stdlib.h:330: first defined here
./lib/in_unpack_generic.o: In function `strtol':
./lib/include/stdlib.h:336:multiple definition of `atol'
./libs/backtrace.o:/usr/include/stdlib.h:336: first defined here
./lib/in_unpack_generic.o: In function `atoi':
./lib/include/stdlib.h:403:multiple definition of `atoi'
./libs/backtrace.o:/usr/include/stdlib.h:403: first defined here
collect2: ld returned 1 exit status 
make[3]: *** [libgfortran.la] Error 1 
make[3]: Leaving directory 
`/home/malikam/gcc-4.4.0/x86_64-unknown-linux-gnu/libgfortran' 
make[2]: *** [all] Error 2 
make[2]: Leaving directory 
`/home/malikam/gcc-4.4.0/x86_64-unknown-linux-gnu/libgfortran' 
make[1]: *** [all-target-libgfortran] Error 2 
make[1]: Leaving directory `/home/malikam/gcc-4.4.0' 
make: *** [all] Error 2 

I tried every option availabe on the internet but unable to compile it. Any
comments or help!!!

Thanks in advance


-- 
   Summary: problem with libgfortran
   Product: gcc
   Version: 4.4.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: libfortran
AssignedTo: unassigned at gcc dot gnu dot org
    ReportedBy: abidmuslim at gmail dot com


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



[Bug tree-optimization/36809] Optimization Sequence

2008-07-11 Thread abidmuslim at gmail dot com


--- Comment #4 from abidmuslim at gmail dot com  2008-07-11 15:11 ---
Subject: Re:  Optimization Sequence

I have reported what I am getting using -save-temps option. What else
I need to report?

Thanks

On Fri, Jul 11, 2008 at 4:54 PM, paolo dot carlini at oracle dot com
<[EMAIL PROTECTED]> wrote:
>
>
> --- Comment #3 from paolo dot carlini at oracle dot com  2008-07-11 14:54 
> ---
> The PR is still largely incomplete.
>
>
> --
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36809
>
> --- You are receiving this mail because: ---
> You reported the bug, or are watching the reporter.
>


-- 


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



[Bug tree-optimization/36809] Optimization Sequence

2008-07-11 Thread abidmuslim at gmail dot com


--- Comment #2 from abidmuslim at gmail dot com  2008-07-11 14:51 ---
(In reply to comment #1)
> Please read about the proper way to submit PRs:
> 
>   http://gcc.gnu.org/bugs.html
> 
> and provide the required information. Thanks in advance!
> 

 In continuation of the last report. Here are further informations about

GCC version 4.2.2

System OpenSuse 

Here is the complete information about the error.

/home/ammalik/Desktop/MilePost/milepost_gcc_1.0/gcc-4.2.2-ici-1.0-ml-feat-x86/examples/prepared/MiBench-with-MiDataSets/consumer_jpeg_c/src-ccc-ml/../../../../../install/bin/gcc
 -O3 -lm *.c
cdjpeg.c: In function ‘read_stdin’:
cdjpeg.c:148: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
cjpeg.c: In function ‘usage’:
cjpeg.c:143: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
jcapimin.c: In function ‘jpeg_write_marker’:
jcapimin.c:187: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
jcapistd.c: In function ‘jpeg_write_scanlines’:
jcapistd.c:79: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
jccoefct.c: In function ‘start_pass_coef’:
jccoefct.c:101: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
jccolor.c: In function ‘null_method’:
jccolor.c:342: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
jcinit.c: In function ‘jinit_compress_master’:
jcinit.c:31: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
jcmainct.c: In function ‘start_pass_main’:
jcmainct.c:70: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
jcmarker.c: In function ‘jinit_marker_writer’:
jcmarker.c:629: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
jcmaster.c: In function ‘pass_startup’:
jcmaster.c:478: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
jcomapi.c: In function ‘jpeg_abort’:
jcomapi.c:30: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
jcparam.c: In function ‘jpeg_quality_scaling’:
jcparam.c:106: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
jcprepct.c: In function ‘start_pass_prep’:
jcprepct.c:79: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
jcsample.c: In function ‘start_pass_downsample’:
jcsample.c:76: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
jctrans.c: In function ‘start_pass_coef’:
jctrans.c:239: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
jdapimin.c: In function ‘jpeg_set_marker_processor’:
jdapimin.c:110: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
jdapistd.c: In function ‘jpeg_read_scanlines’:
jdapistd.c:154: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
jdatadst.c: In function ‘init_destination’:
jdatadst.c:44: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
jdatasrc.c: In function ‘init_source’:
jdatasrc.c:45: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/

[Bug tree-optimization/36809] New: Optimization Sequence

2008-07-11 Thread abidmuslim at gmail dot com
I am unable to compile the JPEG program with the following optimization phases

fixupcfg init_datastructures all_optimizations referenced_vars reset_cc_flags
salias ssa alias retslot copyrename ccp fre dce forwprop copyprop mergephi vrp
dce dom phicprop phiopt alias tailr profile ch cplxlower sra alias copyrename
dom phicprop reassoc dce dse alias forwprop phiopt objsz store_ccp
store_copyprop fab alias crited pre alias sink loop loopinit copyprop lim
unswitch sccp empty record_bounds ivcanon ifcvt vect veclower2 dceloop cunroll
ivopts loopdone reassoc vrp dom phicprop cddce dse forwprop phiopt tailc
copyrename uncprop optimized nrv blocks final_cleanup warn_function_noreturn
free_datastructures free_cfg_annotations expand rest_of_compilation
init_function sibling locators initvals unshare vregs jump cse1 gcse1 bypass
ce1 loop2 loop2_init loop2_invariant loop2_unswitch loop2_done cse2 life1
combine ce2 regmove split1 mode-sw life2 lreg greg postreload postreload_cse
gcse2 flow2 csa peephole2 ce3 rnreg bbro leaf_regs sched2 stack
compute_alignments compgotos free_cfg mach elnotes barriers eh-ranges shorten
set_nothrow_function_flags final clean_state

However I am able to compile many benchmark programs with this sequence.


-- 
   Summary: Optimization Sequence
   Product: gcc
   Version: 4.3.2
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: abidmuslim at gmail dot com


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