[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-18 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #12 from P dot Schaffnit at access dot rwth-aachen dot de 2008-06-18 07:20 --- Hi! Stupid question: is it related to http://gcc.gnu.org/ml/fortran/2008-06/msg00203.html ? Philippe -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36342

[Bug middle-end/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-06 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #5 from P dot Schaffnit at access dot rwth-aachen dot de 2008-06-06 08:30 --- Thanks! Philippe -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36342

[Bug fortran/36342] Missing file name in compilation diagnostics with '-cpp' or '-x f95-cpp-input'

2008-05-28 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #2 from P dot Schaffnit at access dot rwth-aachen dot de 2008-05-28 11:06 --- Thanks! Philippe -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36342

[Bug fortran/34159] New: Checkbound could warn about unallocated arrays

2007-11-20 Thread P dot Schaffnit at access dot rwth-aachen dot de
could warn about unallocated arrays Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: P dot Schaffnit at access dot

[Bug libfortran/33079] New: Optional empty strings do not appear to be 'PRESENT'

2007-08-15 Thread P dot Schaffnit at access dot rwth-aachen dot de
not appear to be 'PRESENT' Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libfortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: P dot Schaffnit at access dot rwth-aachen

[Bug bootstrap/32835] [4.3 regression] Bootstrap failure under SGI Irix

2007-08-07 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #3 from P dot Schaffnit at access dot rwth-aachen dot de 2007-08-07 06:45 --- Hi! Fixed: revision 127237 builds smoothly Thanks! Philippe === gcc Summary === # of expected passes43910 # of unexpected failures33 # of unexpected

[Bug bootstrap/32835] New: Bootstrap failure under SGI Irix

2007-07-20 Thread P dot Schaffnit at access dot rwth-aachen dot de
Schaffnit at access dot rwth-aachen dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32835

[Bug bootstrap/32835] [4.3 regression] Bootstrap failure under SGI Irix

2007-07-20 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #2 from P dot Schaffnit at access dot rwth-aachen dot de 2007-07-20 10:55 --- This is actually known (I missed it...): see Richard Sandiford's answer at http://gcc.gnu.org/ml/fortran/2007-07/msg00389.html Philippe -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32835

[Bug fortran/25104] [F2003] Non-initialization expr. as case-selector

2007-06-06 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #7 from P dot Schaffnit at access dot rwth-aachen dot de 2007-06-06 13:21 --- If someone acts on FX's suggestion, Bug 32035 might also be tackeled at the same time... Philippe -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25104

[Bug fortran/32151] Misleading compilation diagnostic

2007-05-31 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #1 from P dot Schaffnit at access dot rwth-aachen dot de 2007-05-31 12:47 --- More weird stuff with the following... Philippe subroutine Test ( Verbose, Position ) logical, intent(in) :: Verbose integer, intent(in) :: Position integer, parameter :: Anchor = 666, Cut_off

[Bug fortran/32151] New: Misleading compilation diagnostic

2007-05-30 Thread P dot Schaffnit at access dot rwth-aachen dot de
Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: P dot Schaffnit at access dot rwth-aachen dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32151

[Bug fortran/32035] New: 'anonymous' may be used uninitialized in this function

2007-05-22 Thread P dot Schaffnit at access dot rwth-aachen dot de
Schaffnit at access dot rwth-aachen dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32035

[Bug libfortran/30498] Support traceback (backtrace) on errors

2007-05-14 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #14 from P dot Schaffnit at access dot rwth-aachen dot de 2007-05-14 10:06 --- Hi! Sorry about the noise, I'm wondering: the trick of using a tiny C routine: kill ( (pid_t)0, SIGILL ); is there any obvious reason for that? Thanks! Philippe -- http://gcc.gnu.org

[Bug libfortran/30498] Support traceback (backtrace) on errors

2007-02-21 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #11 from P dot Schaffnit at access dot rwth-aachen dot de 2007-02-21 11:58 --- Hi! I don't seem to be able to apply this patch to '122195' sources: did it get out of synch, or is it plain clumsiness on my part? I get: Hunk #2 FAILED at 3151. 1 out of 2 hunks FAILED

[Bug libfortran/30498] Support traceback (backtrace) on errors

2007-02-09 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #7 from P dot Schaffnit at access dot rwth-aachen dot de 2007-02-09 08:25 --- The Digital|Compaq|HP|Intel implementation goes for a module 'DFLIB', though I have to admit I get lost with the pros and cons. Regarding whether this should be implemented at all, I would

[Bug libfortran/30498] Support traceback (backtrace) on errors

2007-02-09 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #9 from P dot Schaffnit at access dot rwth-aachen dot de 2007-02-09 10:05 --- Hi! I had indeed thought about using soem variation on '0. / 0.', but I find it somewhat messy... Somehow generating a kill from C does looks like a viable alternative though (I would maybe

[Bug libfortran/30498] Support traceback (backtrace) on errors

2007-02-09 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #10 from P dot Schaffnit at access dot rwth-aachen dot de 2007-02-09 13:25 --- In case anyone is interested: as mnetioned in Comment #8, just calling this tiny C routine causes a traceback #include sys/types.h #include signal.h void checktraceback_() { kill ( (pid_t)0

[Bug libfortran/30498] Support traceback (backtrace) on errors

2007-02-08 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #5 from P dot Schaffnit at access dot rwth-aachen dot de 2007-02-09 07:44 --- Hi! This is great! I cannot judge how much work this would be, but would it be possible to extend this patch a little further so that these backtraces can be requested by the user? (i.e. like

[Bug libfortran/30405] -Wall triggers an ICE

2007-01-10 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #4 from P dot Schaffnit at access dot rwth-aachen dot de 2007-01-11 07:39 --- Thanks a lot! Philippe -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30405

[Bug libfortran/30405] New: -Wall triggers an ICE

2007-01-08 Thread P dot Schaffnit at access dot rwth-aachen dot de
: P dot Schaffnit at access dot rwth-aachen dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30405

[Bug bootstrap/30272] New: Build failure under SGI Irix (GFortran)

2006-12-21 Thread P dot Schaffnit at access dot rwth-aachen dot de
: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: P dot Schaffnit at access dot rwth-aachen dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30272

[Bug bootstrap/30272] Build failure under SGI Irix (GFortran)

2006-12-21 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #2 from P dot Schaffnit at access dot rwth-aachen dot de 2006-12-21 09:38 --- Erm... I have very little knowledge of C, and next to no understanding of the GCC sources, so I'm afraid I do not fully understand what could be done, but if you care to spell it out (easy

[Bug bootstrap/30272] Build failure under SGI Irix (GFortran)

2006-12-21 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #4 from P dot Schaffnit at access dot rwth-aachen dot de 2006-12-21 13:22 --- Created an attachment (id=12831) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12831action=view) GZip-ed relevant math.h -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30272

[Bug bootstrap/30272] Build failure under SGI Irix (GFortran)

2006-12-21 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #5 from P dot Schaffnit at access dot rwth-aachen dot de 2006-12-21 13:23 --- Following Daniel's advice (which does sound to make sense), here's this faulty math.h... I hope someone can make sense of this all... Thanks! Philippe -- http://gcc.gnu.org/bugzilla

[Bug bootstrap/30220] Bootsartping crashes at stage_2 under Irix

2006-12-18 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #3 from P dot Schaffnit at access dot rwth-aachen dot de 2006-12-19 07:45 --- Hi! Indeed! I can build again with 'revision 120002'. Thanks! Philippe -- P dot Schaffnit at access dot rwth-aachen dot de changed: What|Removed |Added

[Bug bootstrap/30220] New: Bootsartping crashe at stage_2

2006-12-15 Thread P dot Schaffnit at access dot rwth-aachen dot de
dot Schaffnit at access dot rwth-aachen dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30220

[Bug bootstrap/30220] Bootsartping crashes at stage_2 under Irix

2006-12-15 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #1 from P dot Schaffnit at access dot rwth-aachen dot de 2006-12-15 13:51 --- Sorry wrong move... I somehow don't seem to be able to build the GCC udner Irix anymore (...). The most likely is that something is too outdated on my system, but still... I'm trying to build

[Bug fortran/29648] Inlining only done for contained procedures

2006-11-07 Thread P dot Schaffnit at access dot rwth-aachen dot de
-- P dot Schaffnit at access dot rwth-aachen dot de changed: What|Removed |Added Severity|minor |enhancement http://gcc.gnu.org/bugzilla

[Bug fortran/29648] Inlining only done for contained procedures

2006-10-31 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #2 from P dot Schaffnit at access dot rwth-aachen dot de 2006-10-31 09:13 --- Right! Thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29648

[Bug bootstrap/27133] Fails to build because of funny version of makeinfo

2006-10-30 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #9 from P dot Schaffnit at access dot rwth-aachen dot de 2006-10-30 11:38 --- Sorry it took me so long, but I had clobbered my objects (...), and then I tried to post it, but somehow it doesn't show: sorry if comes twice... I would guess it's not obviously wrong

[Bug fortran/29648] New: Inline

2006-10-30 Thread P dot Schaffnit at access dot rwth-aachen dot de
Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: P dot Schaffnit at access dot rwth-aachen dot de http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug libfortran/29649] Force core dump on runtime library errors

2006-10-30 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #2 from P dot Schaffnit at access dot rwth-aachen dot de 2006-10-30 12:29 --- I think a '-traceback' would be a very nice enhancement! (as you could then have the likes of 'ERRTRA' from Lahey or 'TRACEBACKQQ' from Compaq, I forgot how it translates with Intel...) -- P

[Bug bootstrap/27133] Fails to build because of funny version of makeinfo

2006-10-27 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #7 from P dot Schaffnit at access dot rwth-aachen dot de 2006-10-27 07:03 --- Here's what I get: makeinfo -v --split-size=500 --split-size=500 --split-size=500 -I /USER/philippe/Irix/Gcc_Sources/gcc/doc/include -I /USER/philippe/Irix/Gcc_Sources/gcc/fortran

[Bug bootstrap/27133] Fails to build because of funny version of makeinfo

2006-10-26 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #4 from P dot Schaffnit at access dot rwth-aachen dot de 2006-10-26 06:37 --- I am experiecing the same thing under Irix with freshly checked out sources. The system: SGI, IRIX64 blue1 6.5 04100802 IP27. All the tools are quite out of date... PS: is this related to 'Bug

[Bug bootstrap/27516] install failure due to unconditional invocation of makeinfo for treelang.texi

2006-10-26 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #12 from P dot Schaffnit at access dot rwth-aachen dot de 2006-10-26 06:42 --- Isn't this also 'Bug#: 27133'? -- P dot Schaffnit at access dot rwth-aachen dot de changed: What|Removed |Added

[Bug bootstrap/27133] Fails to build because of funny version of makeinfo

2006-10-26 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #6 from P dot Schaffnit at access dot rwth-aachen dot de 2006-10-26 12:02 --- Sure! It will just take some time, as I've cleaned-up my objects in between (I was getting reading to give it another go with an up-to-date TexInfo...). I hope to be able to post that in a few

[Bug bootstrap/29058] Unable to build under Irix 6.5

2006-09-14 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #2 from P dot Schaffnit at access dot rwth-aachen dot de 2006-09-14 07:42 --- Hi! My PATH was indeed set wrong! (sorry about that...). It seems to work now (well, I mean it goes further...). Thanks a lot for your help! Philippe -- P dot Schaffnit at access dot rwth

[Bug bootstrap/29058] New: Unable to build under Irix 6.5

2006-09-13 Thread P dot Schaffnit at access dot rwth-aachen dot de
Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: P dot Schaffnit at access dot rwth-aachen dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29058

[Bug fortran/28200] New: One warning seems to appear only with '-O2' even though '-Wall' is specified

2006-06-29 Thread P dot Schaffnit at access dot rwth-aachen dot de
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: P dot Schaffnit at access dot rwth-aachen dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28200

[Bug fortran/27715] New: Extented ASCII characters lead to wrong CASE selection

2006-05-22 Thread P dot Schaffnit at access dot rwth-aachen dot de
selection Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: P dot Schaffnit at access dot rwth-aachen dot de GCC

[Bug fortran/27524] -fbounds-check interracts *strangely* with an array of size 1

2006-05-10 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #1 from P dot Schaffnit at access dot rwth-aachen dot de 2006-05-10 11:34 --- Sorry, I missed it before, but this could definitly be a dupplicate of 19777. Philippe -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27524

[Bug fortran/27524] New: -fbounds-check interracts *strangely* with an array of size 1

2006-05-09 Thread P dot Schaffnit at access dot rwth-aachen dot de
: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: P dot Schaffnit at access dot rwth-aachen dot de GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu

[Bug tree-optimization/27392] [4.2 Regression] GCC error: in n_of_executions_at_least, at tree-ssa-loop-niter.c:1772

2006-05-04 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #8 from P dot Schaffnit at access dot rwth-aachen dot de 2006-05-04 09:38 --- Hi! My (not reduced) code compiles again! Sorry for the delay, but compiling the whole does take some time... Thanks a lot! Philippe -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27392

[Bug driver/27419] New: '-static' for 'gcc libraries' only?

2006-05-04 Thread P dot Schaffnit at access dot rwth-aachen dot de
dot gnu dot org ReportedBy: P dot Schaffnit at access dot rwth-aachen dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27419

[Bug driver/27419] '-static' for 'gcc libraries' only?

2006-05-04 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #2 from P dot Schaffnit at access dot rwth-aachen dot de 2006-05-04 13:27 --- Hi! Thanks a lot! That's exactly what I was looking for: I don't seem to be able to do the same with libgfortran, though... have I missed something, or should request that? Thanks! Philippe

[Bug driver/27419] '-static' for 'gcc libraries' only?

2006-05-04 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #4 from P dot Schaffnit at access dot rwth-aachen dot de 2006-05-04 15:25 --- I hadn't thought about that... Thanks a lot for your help! Philippe -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27419

[Bug tree-optimization/27392] [4.2 Regression] GCC error: in n_of_executions_at_least, at tree-ssa-loop-niter.c:1772

2006-05-03 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #3 from P dot Schaffnit at access dot rwth-aachen dot de 2006-05-03 11:44 --- Hi! I believe this could be related: compiling the following with any optimisation (starting from -O1) causes the following error: initFeldVonDatei.f90: In function 'initfeldvondateiphase2korn

[Bug tree-optimization/27392] [4.2 Regression] GCC error: in n_of_executions_at_least, at tree-ssa-loop-niter.c:1772

2006-05-03 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #5 from P dot Schaffnit at access dot rwth-aachen dot de 2006-05-03 19:28 --- Erm... sorry about that, I didn't think about it: I've indeed thrown out a lot (I do not have the original sources at hand, but they are happily compiled by quite a few compilers, including lf95

[Bug fortran/27124] Incorrect dependency for assignment from function with array section actual arg.

2006-04-12 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #3 from P dot Schaffnit at access dot rwth-aachen dot de 2006-04-12 15:02 --- Subject: Re: Incorrect dependency for assignment from functionwith array section actual arg. Merci! Philippe paul dot richard dot thomas at cea dot fr wrote: --- Comment #2 from paul

[Bug fortran/26393] New: CONTAIN-ed + assumed character length + WRITE - ICE at trans-decl.c:849?

2006-02-21 Thread P dot Schaffnit at access dot rwth-aachen dot de
Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: P dot Schaffnit at access dot rwth-aachen dot de http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug fortran/26393] CONTAIN-ed + assumed character length + WRITE - ICE at trans-decl.c:849?

2006-02-21 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #1 from P dot Schaffnit at access dot rwth-aachen dot de 2006-02-21 12:24 --- Oops! I forgot to mention that the whole thing occurs under Linux (see hereafter). Philippe PS: uname -a: Linux pinguin7 2.6.5-7.104-bigsmp #1 SMP Wed Jul 28 16:42:13 UTC 2004 i686 i686 i386

[Bug fortran/26201] [4.1/4.2 regression] __convert_i4_i8 written to a module.

2006-02-16 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #5 from P dot Schaffnit at access dot rwth-aachen dot de 2006-02-16 14:08 --- Created an attachment (id=10862) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10862action=view) Sources which exhibit this behaviour (under 32-bit linux) Hi! Here's something that exhibits

[Bug fortran/21877] New: internal compiler error: in lhd_set_decl_assembler_name, at langhooks.c:165

2005-06-02 Thread P dot Schaffnit at access dot rwth-aachen dot de
Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: P dot Schaffnit at access dot rwth-aachen dot de CC: gcc-bugs

[Bug fortran/21877] internal compiler error: in lhd_set_decl_assembler_name, at langhooks.c:165

2005-06-02 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Additional Comments From P dot Schaffnit at access dot rwth-aachen dot de 2005-06-02 11:51 --- Subject: Re: internal compiler error: inlhd_set_decl_assembler_name, at langhooks.c:165 Hi! Erm... I just removed as much as possible to avoid having too much code (from 1173 to 230

[Bug libfortran/21621] Inconsistency with binary sequential output

2005-05-23 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Additional Comments From P dot Schaffnit at access dot rwth-aachen dot de 2005-05-23 09:05 --- Hi! I was trying to read some binary data written by a GFortran binary with binaries written with other compilers (LF, SGI), and I couldn't get anywhere, so I just started to poke around

[Bug libfortran/21621] New: Inconsistency with binary sequential output

2005-05-17 Thread P dot Schaffnit at access dot rwth-aachen dot de
with binary sequential output Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libfortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: P dot Schaffnit at access dot rwth

[Bug fortran/21471] New: 'POSITION = APPEND' doesn't seem to work

2005-05-09 Thread P dot Schaffnit at access dot rwth-aachen dot de
Schaffnit at access dot rwth-aachen dot de CC: gcc-bugs at gcc dot gnu dot org GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21471